s/qmail  3.3.23
Next generation secure email transport
Functions
cdbmss.c File Reference
#include "readwrite.h"
#include "seek.h"
#include "alloc.h"
#include "cdbmss.h"
Include dependency graph for cdbmss.c:

Go to the source code of this file.

Functions

int cdbmss_start (struct cdbmss *c, int fd)
 
int cdbmss_add (struct cdbmss *c, unsigned char *key, unsigned int keylen, unsigned char *data, unsigned int datalen)
 
int cdbmss_finish (struct cdbmss *c)
 

Function Documentation

◆ cdbmss_add()

int cdbmss_add ( struct cdbmss c,
unsigned char *  key,
unsigned int  keylen,
unsigned char *  data,
unsigned int  datalen 
)

Definition at line 15 of file cdbmss.c.

Here is the caller graph for this function:

◆ cdbmss_finish()

int cdbmss_finish ( struct cdbmss c)

Definition at line 36 of file cdbmss.c.

Here is the caller graph for this function:

◆ cdbmss_start()

int cdbmss_start ( struct cdbmss c,
int  fd 
)

Definition at line 6 of file cdbmss.c.

Here is the caller graph for this function: