s/qmail  3.3.23
Next generation secure email transport
Macros | Functions | Variables
cdb_seek.c File Reference
#include <sys/types.h>
#include <errno.h>
#include "cdb.h"
Include dependency graph for cdb_seek.c:

Go to the source code of this file.

Macros

#define SEEK_SET   0
 

Functions

int cdb_bread (int fd, char *buf, int len)
 
int cdb_seek (int fd, char *key, unsigned int len, uint32 *dlen)
 

Variables

int errno
 

Macro Definition Documentation

◆ SEEK_SET

#define SEEK_SET   0

Definition at line 7 of file cdb_seek.c.

Function Documentation

◆ cdb_bread()

int cdb_bread ( int  fd,
char *  buf,
int  len 
)

Definition at line 10 of file cdb_seek.c.

Here is the caller graph for this function:

◆ cdb_seek()

int cdb_seek ( int  fd,
char *  key,
unsigned int  len,
uint32 *  dlen 
)

Definition at line 42 of file cdb_seek.c.

Here is the call graph for this function:
Here is the caller graph for this function:

Variable Documentation

◆ errno

int errno