ldb_val (3) Linux Manual Page
ldb_val –
Result value.
Synopsis
#include <ldb.h>Data Fields
uint8_t * datasize_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.
