FreeBSD Manual Pages
cdb_successor(3) Library Functions Manual cdb_successor(3) NAME cdb_successor - find next record SYNTAX #include <libowfat/cdb.h> int cdb_successor(struct cdb *c, char *key, size_t klen); DESCRIPTION cdb_successor finds the record that follows key. If key is NULL, cdb_successor finds the first record. NOTE! The database must not contain keys with more than one associated record or this API will lead to infinite loops! Use cdb_firstkey and cdb_nextkey instead. You can use cdb_datapos or cdb_keypos to get position and cdb_datalen and cdb_keylen to get len. SEE ALSO cdb_firstkey(3), cdb_nextkey(3) cdb_successor(3)
NAME | SYNTAX | DESCRIPTION | SEE ALSO
Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=libowfat_cdb_successor&sektion=3&manpath=FreeBSD+Ports+14.3.quarterly>