1cdb_firstkey(3)            Library Functions Manual            cdb_firstkey(3)
2
3
4

NAME

6       cdb_firstkey - find first physical record in constant database
7

SYNTAX

9       #include <cdb.h>
10       #include <uint32.h>
11
12       int cdb_firstkey(struct cdb *c,uint32 *kpos);
13
14

DESCRIPTION

16       cdb_firstkey  finds  the  physically first record in the constant data‐
17       base.
18
19       You can use cdb_datapos or cdb_keypos to get position  and  cdb_datalen
20       and cdb_keylen to get len.
21
22

SEE ALSO

24       cdb_nextkey(3), cdb_successor(3)
25
26
27
28                                                               cdb_firstkey(3)
Impressum