GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
cdb_successor(3) FreeBSD Library Functions Manual cdb_successor(3)

cdb_successor - find next record

#include <libowfat/cdb.h>

int cdb_successor(struct cdb *c,char *key,unsigned long int klen);

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.

cdb_firstkey(3), cdb_nextkey(3)

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.