![]() |
ucspi-ssl
0.99e
TLS encryption for IPv6 communication
|
#include <sys/types.h>
#include <sys/stat.h>
#include <sys/mman.h>
#include <unistd.h>
#include "error.h"
#include "seek.h"
#include "byte.h"
#include "cdb.h"
Go to the source code of this file.
Functions | |
void | cdb_free (struct cdb *c) |
void | cdb_findstart (struct cdb *c) |
void | cdb_init (struct cdb *c, int fd) |
int | cdb_read (struct cdb *c, char *buf, unsigned int len, uint32 pos) |
int | cdb_findnext (struct cdb *c, const char *key, unsigned int len) |
int | cdb_find (struct cdb *c, const char *key, unsigned int len) |
void cdb_findstart | ( | struct cdb * | c | ) |