BOOTSTRAP (klibdb) functions


LIBRARY ROUTINE

kdbm_nextkey - get the next key in the database

LIBRARY CALL

kdatum kdbm_nextkey(
     kdbm *dbf)

INPUT

OUTPUT

none

RETURN VALUE

The next key in the database. If dbf is NULL, or there are no more keys in the database, it will return key.dsize and key.dptr as 0 and NULL respectively.

DESCRIPTION

After an initial call to kdbm_firstkey, this routine can be used to traverse the list of keys in a database.

ADDITIONAL INFORMATION

none

EXAMPLES

none

SIDE EFFECTS

none

RESTRICTIONS

none

MODIFICATION

none

FILES

$BOOTSTRAP/objects/library/klibdb/src/kdbm.c

SEE ALSO

klibdb(3)

COPYRIGHT

Copyright (C) 1993 - 1997, Khoral Research, Inc. ("KRI") All rights reserved.