#include "php.h"
#include <sys/types.h>
#include <sys/stat.h>
#include <sys/mman.h>
#include <string.h>
#include <errno.h>
#include "cdb.h"
Go to the source code of this file.
◆ EPROTO
#define EPROTO -15 /* cdb 0.75's default for PROTOless systems */ |
Definition at line 40 of file cdb.c.
◆ cdb_find()
int cdb_find |
( |
struct cdb * | c, |
|
|
char * | key, |
|
|
unsigned int | len ) |
◆ cdb_findnext()
int cdb_findnext |
( |
struct cdb * | c, |
|
|
char * | key, |
|
|
unsigned int | len ) |
◆ cdb_findstart()
void cdb_findstart |
( |
struct cdb * | c | ) |
|
Definition at line 86 of file cdb.c.
◆ cdb_free()
Definition at line 80 of file cdb.c.
◆ cdb_hash()
uint32 cdb_hash |
( |
char * | buf, |
|
|
unsigned int | len ) |
Definition at line 66 of file cdb.c.
◆ cdb_init()
Definition at line 93 of file cdb.c.
◆ cdb_read()
int cdb_read |
( |
struct cdb * | c, |
|
|
char * | buf, |
|
|
unsigned int | len, |
|
|
uint32 | pos ) |
◆ cdb_version()
const char * cdb_version |
( |
void | | ) |
|