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

NAME

6       cdb_nextkey - find next physical record in constant database
7

SYNTAX

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

DESCRIPTION

16       cdb_nextkey finds the next physical record in the constant database.
17
18       You  can  use cdb_datapos or cdb_keypos to get position and cdb_datalen
19       and cdb_keylen to get len.
20
21

SEE ALSO

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