fehQlibs 26
Qlibs
Loading...
Searching...
No Matches
Data Structures | Typedefs | Functions
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 *, char *, int, int)
 
int constmap_init_char (struct constmap *, char *, int, int, char)
 
void constmap_free (struct constmap *)
 
char * constmap (struct constmap *, 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,
char *  s,
int  len 
)

Definition at line 28 of file constmap.c.

Here is the call graph for this function:

◆ constmap_free()

void constmap_free ( struct constmap cm)

Definition at line 171 of file constmap.c.

Here is the call graph for this function:

◆ constmap_init()

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

Definition at line 44 of file constmap.c.

Here is the call graph for this function:

◆ constmap_init_char()

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

Definition at line 105 of file constmap.c.

Here is the call graph for this function: