ldb_parse_tree(3) | Library Functions Manual | ldb_parse_tree(3) |
NAME¶
ldb_parse_tree -
SYNOPSIS¶
Data Fields¶
enum ldb_parse_op operation
union {
struct {
struct ldb_parse_tree * child
} isnot
struct {
const char * attr
struct ldb_val value
} equality
struct {
const char * attr
int start_with_wildcard
int end_with_wildcard
struct ldb_val ** chunks
} substring
struct {
const char * attr
} present
struct {
const char * attr
struct ldb_val value
} comparison
struct {
const char * attr
int dnAttributes
const char * rule_id
struct ldb_val value
} extended
struct {
unsigned int num_elements
struct ldb_parse_tree ** elements
} list
} u
Author¶
Generated automatically by Doxygen for LDB from the source code.
Fri Apr 9 2021 | LDB |