ldb_val(3) centos man page | unix.com

Man Page: ldb_val

Operating Environment: centos

Section: 3

ldb_val(3)						     Library Functions Manual							ldb_val(3)

NAME
ldb_val - Result value.
SYNOPSIS
#include <ldb.h> Data Fields uint8_t * data size_t length Detailed Description Result value. An individual lump of data in a result comes in this format. The pointer will usually be to a UTF-8 string if the application is sensible, but it can be to anything you like, including binary data blobs of arbitrary size. Note: the data is null (0x00) terminated, but the length does not include the terminator. Field Documentation uint8_t* ldb_val::data result data size_t ldb_val::length length of data Author Generated automatically by Doxygen for LDB from the source code.
LDB
Tue Jun 17 2014 ldb_val(3)
Related Man Pages
ldns_wire2pkt(3) - centos
ldns_wire2rdf(3) - centos
th_init_cell(centos) - centos
th_next_cell(centos) - centos
thcell.h(centos) - centos
Similar Topics in the Unix Linux Community
Weird 'find' results
Set hard block limit for user using quota
CentOS7 restoring file capabilities
CentOS 6 ran out of space, need to reclaim it
[TIP] Processing YAML files with yq