#include <sys/types.h>
#include <sys/stat.h>
#include <sys/mman.h>
#include "readwrite.h"
#include "error.h"
#include "seek.h"
#include "byte.h"
#include "cdb.h"
Go to the source code of this file.
◆ 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 |
|
) |
| |
Definition at line 87 of file cdb.c.
◆ cdb_findstart()
void cdb_findstart |
( |
struct cdb * |
c | ) |
|
Definition at line 20 of file cdb.c.
◆ cdb_free()
void cdb_free |
( |
struct cdb * |
c | ) |
|
Definition at line 12 of file cdb.c.
◆ cdb_init()
void cdb_init |
( |
struct cdb * |
c, |
|
|
int |
fd |
|
) |
| |
Definition at line 25 of file cdb.c.
◆ cdb_read()
int cdb_read |
( |
struct cdb * |
c, |
|
|
char * |
buf, |
|
|
unsigned int |
len, |
|
|
uint32 |
pos |
|
) |
| |
Definition at line 44 of file cdb.c.