fehQlibs 26
Qlibs
|
constant data base (cdb) generation More...
#include <unistd.h>
#include "seek.h"
#include "error.h"
#include "alloc.h"
#include "cdbread.h"
#include "cdbmake.h"
Go to the source code of this file.
Functions | |
int | cdb_make_start (struct cdb_make *c, int fd) |
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) |
constant data base (cdb) generation
Definition in file cdbmake.c.
int cdb_make_add | ( | struct cdb_make * | c, |
char * | key, | ||
unsigned int | keylen, | ||
char * | data, | ||
unsigned int | datalen | ||
) |
int cdb_make_addbegin | ( | struct cdb_make * | c, |
unsigned int | keylen, | ||
unsigned int | datalen | ||
) |
int cdb_make_finish | ( | struct cdb_make * | c | ) |