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)