ldb_utf8_fns - Man Page
The user can optionally supply a custom utf8 functions, to handle comparisons and casefolding.
Synopsis
#include <ldb_private.h>
Data Fields
void * context
char *(* casefold )(void *context, TALLOC_CTX *mem_ctx, const char *s, size_t n)
int(* casecmp )(void *context, const struct ldb_val *v1, const struct ldb_val *v2)
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.
Info
LDB