debian man page for cdb_successor

Query: cdb_successor

OS: debian

Section: 3

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

cdb_successor(3)					     Library Functions Manual						  cdb_successor(3)

NAME
cdb_successor - find next record
SYNTAX
#include <cdb.h> int cdb_successor(struct cdb *c,char *key,unsigned long int 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)
Related Man Pages
cdb(1) - debian
cdb(5) - debian
tinydyndns-update(8) - debian
cdbr(3) - netbsd
cdbr_find(3) - netbsd
Similar Topics in the Unix Linux Community
awk or sed - Convert 2 lines to 1 line
How can I do this in VI editor?
Introduction
Weird 'find' results
My first PERL incarnation... Audio Oscillograph