fehQlibs 26
Qlibs
Loading...
Searching...
No Matches
Data Structures | Macros | Functions
cdbmake.h File Reference
#include "buffer.h"
#include "uint_t.h"
Include dependency graph for cdbmake.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 cdbmake.h.

Function Documentation

◆ cdb_make_add()

int cdb_make_add ( struct cdb_make c,
char *  key,
unsigned int  keylen,
char *  data,
unsigned int  datalen 
)

Definition at line 70 of file cdbmake.c.

Here is the call graph for this function:

◆ cdb_make_addbegin()

int cdb_make_addbegin ( struct cdb_make c,
unsigned int  keylen,
unsigned int  datalen 
)

Definition at line 57 of file cdbmake.c.

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

◆ cdb_make_addend()

int cdb_make_addend ( struct cdb_make c,
unsigned int  keylen,
unsigned int  datalen,
uint32  h 
)

Definition at line 35 of file cdbmake.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 c)

Definition at line 78 of file cdbmake.c.

Here is the call graph for this function:

◆ cdb_make_start()

int cdb_make_start ( struct cdb_make c,
int  fd 
)

Definition at line 15 of file cdbmake.c.

Here is the call graph for this function: