#include "buffer.h"
#include "uint32.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 * |
, |
|
|
char * |
, |
|
|
unsigned |
int, |
|
|
char * |
, |
|
|
unsigned |
int |
|
) |
| |
◆ cdb_make_addbegin()
| int cdb_make_addbegin |
( |
struct cdb_make * |
, |
|
|
unsigned |
int, |
|
|
unsigned |
int |
|
) |
| |
◆ cdb_make_addend()
| int cdb_make_addend |
( |
struct cdb_make * |
, |
|
|
unsigned |
int, |
|
|
unsigned |
int, |
|
|
uint32 |
|
|
) |
| |
◆ cdb_make_finish()
| int cdb_make_finish |
( |
struct cdb_make * |
| ) |
|
◆ cdb_make_start()
| int cdb_make_start |
( |
struct cdb_make * |
, |
|
|
int |
|
|
) |
| |