s/qmail 4.3.21
Next generation secure email transport
Loading...
Searching...
No Matches
strset.h File Reference
#include "uint_t.h"
Include dependency graph for strset.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  strset_list
struct  strset

Typedefs

typedef struct strset_list strset_list

Functions

uint32 strset_hash (char *)
int strset_init (strset *)
char * strset_in (strset *, char *)
int strset_add (strset *, char *)

Typedef Documentation

◆ strset_list

typedef struct strset_list strset_list

Function Documentation

◆ strset_add()

int strset_add ( strset * set,
char * s )
extern

Definition at line 61 of file strset.c.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ strset_hash()

uint32 strset_hash ( char * s)
extern

Definition at line 6 of file strset.c.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ strset_in()

char * strset_in ( strset * set,
char * s )
extern

Definition at line 40 of file strset.c.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ strset_init()

int strset_init ( strset * set)
extern

Definition at line 20 of file strset.c.

Here is the call graph for this function:
Here is the caller graph for this function: