1cdb_nextkey(3) Library Functions Manual cdb_nextkey(3)
23
4
NAME
6cdb_nextkey - find next physical record in constant database
7
SYNTAX
9#include <cdb.h>
10#include <uint32.h>
1112
int cdb_nextkey(struct cdb *c,uint32 *kpos);
1314
DESCRIPTION
16cdb_nextkey finds the next physical record in the constant database.
1718
You can use cdb_datapos or cdb_keypos to get position and cdb_datalen
19and cdb_keylen to get len.
2021
SEE ALSO
23cdb_firstkey(3), cdb_successor(3)
2425
26
27
cdb_nextkey(3)