php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
#include <cdb_make.h>
Data Fields | |
char | final [2048] |
uint32 | count [256] |
uint32 | start [256] |
struct cdb_hplist * | head |
struct cdb_hp * | split |
struct cdb_hp * | hash |
uint32 | numentries |
uint32 | pos |
php_stream * | fp |
Definition at line 38 of file cdb_make.h.
uint32 cdb_make::count[256] |
Definition at line 41 of file cdb_make.h.
char cdb_make::final[2048] |
Definition at line 40 of file cdb_make.h.
php_stream* cdb_make::fp |
Definition at line 50 of file cdb_make.h.
struct cdb_hp* cdb_make::hash |
Definition at line 45 of file cdb_make.h.
struct cdb_hplist* cdb_make::head |
Definition at line 43 of file cdb_make.h.
uint32 cdb_make::numentries |
Definition at line 46 of file cdb_make.h.
uint32 cdb_make::pos |
Definition at line 48 of file cdb_make.h.
struct cdb_hp* cdb_make::split |
Definition at line 44 of file cdb_make.h.
uint32 cdb_make::start[256] |
Definition at line 42 of file cdb_make.h.