File: cdb_nextkey.3

package info (click to toggle)
libowfat 0.34-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 5,288 kB
  • sloc: ansic: 20,181; makefile: 16
file content (19 lines) | stat: -rw-r--r-- 476 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
.TH cdb_nextkey 3
.SH NAME
cdb_nextkey \- find next physical record in constant database
.SH SYNTAX
.B #include <libowfat/cdb.h>
.br
.B #include <libowfat/uint32.h>

int cdb_nextkey(struct cdb *\fIc\fR, uint32 *\fIkpos\fR);

.SH DESCRIPTION
\fBcdb_nextkey\fR finds the next physical record in the constant
database.

You can use cdb_datapos or cdb_keypos to get \fIposition\fR and
cdb_datalen and cdb_keylen to get \fIlen\fR.

.SH "SEE ALSO"
cdb_firstkey(3), cdb_successor(3)