php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
#include "php.h"
#include <sys/types.h>
#include <stdlib.h>
#include <stdio.h>
#include <errno.h>
#include "cdb.h"
#include "cdb_make.h"
#include "uint32.h"
Go to the source code of this file.
Functions | |
int | cdb_make_start (struct cdb_make *c, php_stream *f) |
int | cdb_make_addend (struct cdb_make *c, unsigned int keylen, unsigned int datalen, uint32 h) |
int | cdb_make_addbegin (struct cdb_make *c, unsigned int keylen, unsigned int datalen) |
int | cdb_make_add (struct cdb_make *c, char *key, unsigned int keylen, char *data, unsigned int datalen) |
int | cdb_make_finish (struct cdb_make *c) |
const char * | cdb_make_version (void) |
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.