s/qmail  3.3.23
Next generation secure email transport
Data Structures | Macros | Functions
cdb_make.h File Reference
#include "buffer.h"
#include "uint32.h"
Include dependency graph for cdb_make.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  cdb_hp
 
struct  cdb_hplist
 
struct  cdb_make
 

Macros

#define CDB_HPLIST   1000
 

Functions

int cdb_make_start (struct cdb_make *, int)
 
int cdb_make_addbegin (struct cdb_make *, unsigned int, unsigned int)
 
int cdb_make_addend (struct cdb_make *, unsigned int, unsigned int, uint32)
 
int cdb_make_add (struct cdb_make *, char *, unsigned int, char *, unsigned int)
 
int cdb_make_finish (struct cdb_make *)
 

Macro Definition Documentation

◆ CDB_HPLIST

#define CDB_HPLIST   1000

Definition at line 9 of file cdb_make.h.

Function Documentation

◆ cdb_make_add()

int cdb_make_add ( struct cdb_make ,
char *  ,
unsigned  int,
char *  ,
unsigned  int 
)

Definition at line 65 of file cdb_make.c.

Here is the call graph for this function:

◆ cdb_make_addbegin()

int cdb_make_addbegin ( struct cdb_make ,
unsigned  int,
unsigned  int 
)

Definition at line 52 of file cdb_make.c.

Here is the caller graph for this function:

◆ cdb_make_addend()

int cdb_make_addend ( struct cdb_make ,
unsigned  int,
unsigned  int,
uint32   
)

Definition at line 30 of file cdb_make.c.

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

◆ cdb_make_finish()

int cdb_make_finish ( struct cdb_make )

Definition at line 73 of file cdb_make.c.

Here is the call graph for this function:

◆ cdb_make_start()

int cdb_make_start ( struct cdb_make ,
int   
)

Definition at line 10 of file cdb_make.c.