fehQlibs 27
Qlibs
Loading...
Searching...
No Matches
constmap.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  constmap
 

Typedefs

typedef unsigned long constmap_hash
 

Functions

int constmap_init (struct constmap *, const char *, int, int)
 
int constmap_init_char (struct constmap *, const char *, int, int, char)
 
void constmap_free (struct constmap *)
 
char * constmap (struct constmap *, const char *, int)
 
char * constmap_get (struct constmap *, int)
 
int constmap_index (struct constmap *, const char *, int)
 

Typedef Documentation

◆ constmap_hash

typedef unsigned long constmap_hash

Definition at line 4 of file constmap.h.

Function Documentation

◆ constmap()

char * constmap ( struct constmap * cm,
const char * s,
int len )
extern

Definition at line 65 of file constmap.c.

Here is the call graph for this function:

◆ constmap_free()

void constmap_free ( struct constmap * cm)
extern

Definition at line 208 of file constmap.c.

Here is the call graph for this function:

◆ constmap_get()

char * constmap_get ( struct constmap * cm,
int idx )
extern

Definition at line 57 of file constmap.c.

◆ constmap_index()

int constmap_index ( struct constmap * cm,
const char * s,
int len )
extern

Definition at line 35 of file constmap.c.

Here is the call graph for this function:

◆ constmap_init()

int constmap_init ( struct constmap * cm,
const char * s,
int len,
int flagcolon )
extern

Definition at line 81 of file constmap.c.

Here is the call graph for this function:

◆ constmap_init_char()

int constmap_init_char ( struct constmap * cm,
const char * s,
int len,
int flagcolon,
char flagchar )
extern

Definition at line 142 of file constmap.c.

Here is the call graph for this function: