fehQlibs 28
Qlibs
Loading...
Searching...
No Matches
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 )
extern

Definition at line 71 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 )
extern

Definition at line 58 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 )
extern

Definition at line 36 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)
extern

Definition at line 79 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 )
extern

Definition at line 16 of file cdbmake.c.

Here is the call graph for this function: