#include "buffer.h"
#include "uint_t.h"
Go to the source code of this file.
|
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 *) |
|
◆ CDB_HPLIST
◆ cdb_make_add()
int cdb_make_add |
( |
struct cdb_make * |
c, |
|
|
char * |
key, |
|
|
unsigned int |
keylen, |
|
|
char * |
data, |
|
|
unsigned int |
datalen |
|
) |
| |
◆ cdb_make_addbegin()
int cdb_make_addbegin |
( |
struct cdb_make * |
c, |
|
|
unsigned int |
keylen, |
|
|
unsigned int |
datalen |
|
) |
| |
◆ cdb_make_addend()
int cdb_make_addend |
( |
struct cdb_make * |
c, |
|
|
unsigned int |
keylen, |
|
|
unsigned int |
datalen, |
|
|
uint32 |
h |
|
) |
| |
◆ cdb_make_finish()
int cdb_make_finish |
( |
struct cdb_make * |
c | ) |
|
◆ cdb_make_start()
int cdb_make_start |
( |
struct cdb_make * |
c, |
|
|
int |
fd |
|
) |
| |