php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
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 *, php_stream *) |
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 *) |
const char * | cdb_make_version (void) |
#define CDB_HPLIST 1000 |
Definition at line 25 of file cdb_make.h.
int cdb_make_add | ( | struct cdb_make * | c, |
char * | key, | ||
unsigned int | keylen, | ||
char * | data, | ||
unsigned int | datalen ) |
Definition at line 123 of file cdb_make.c.
int cdb_make_addbegin | ( | struct cdb_make * | c, |
unsigned int | keylen, | ||
unsigned int | datalen ) |
Definition at line 102 of file cdb_make.c.
Definition at line 74 of file cdb_make.c.
int cdb_make_finish | ( | struct cdb_make * | c | ) |
Definition at line 136 of file cdb_make.c.
int cdb_make_start | ( | struct cdb_make * | c, |
php_stream * | f ) |
Definition at line 57 of file cdb_make.c.
const char * cdb_make_version | ( | void | ) |
Definition at line 239 of file cdb_make.c.