table of contents
ldb_utf8_fns(3) | Library Functions Manual | ldb_utf8_fns(3) |
NAME¶
ldb_utf8_fns -
The user can optionally supply a custom utf8 functions, to handle comparisons and casefolding.
SYNOPSIS¶
#include <ldb.h>
Data Fields¶
void * context
char *(* casefold )(void *context, TALLOC_CTX *mem_ctx, const char *s,
size_t n)
Detailed Description¶
The user can optionally supply a custom utf8 functions, to handle comparisons and casefolding.
Author¶
Generated automatically by Doxygen for LDB from the source code.
Fri Apr 9 2021 | LDB |