1cdb_firstkey(3) Library Functions Manual cdb_firstkey(3)
23
4
NAME
6cdb_firstkey - find first physical record in constant database
7
SYNTAX
9#include <cdb.h>
10#include <uint32.h>
1112
int cdb_firstkey(struct cdb *c,uint32 *kpos);
1314
DESCRIPTION
16cdb_firstkey finds the physically first record in the constant data‐
17base.
1819
You can use cdb_datapos or cdb_keypos to get position and cdb_datalen
20and cdb_keylen to get len.
2122
SEE ALSO
24cdb_nextkey(3), cdb_successor(3)
2526
27
28
cdb_firstkey(3)