File: cdb_datapos.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 (17 lines) | stat: -rw-r--r-- 394 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
.TH cdb_datapos 3
.SH NAME
cdb_datapos \- get position of data
.SH SYNTAX
.B #include <libowfat/cdb.h>

uint32 cdb_datapos(struct cdb *\fIc\fR);

.SH DESCRIPTION
.B cdb_datapos
returns the position of the data associated with the last key you looked
up using cdb_find or cdb_findnext.

Use cdb_datalen to get the length of the data.

.SH "SEE ALSO"
cdb_datalen(3), cdb_keypos(3), cdb_keylen(3)