s/qmail 4.2.29a
Next generation secure email transport
Loading...
Searching...
No Matches
Functions
strset.c File Reference
#include "strset.h"
#include "str.h"
#include "byte.h"
#include "alloc.h"
Include dependency graph for strset.c:

Go to the source code of this file.

Functions

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

Function Documentation

◆ strset_add()

int strset_add ( strset set,
char *  s 
)

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)

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 
)

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)

Definition at line 20 of file strset.c.

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