ldb_parse_tree    755 libcli/ldap/ldap_message.c static struct ldb_parse_tree *ldap_decode_filter_tree(TALLOC_CTX *mem_ctx, 
ldb_parse_tree    759 libcli/ldap/ldap_message.c 	struct ldb_parse_tree *ret;
ldb_parse_tree    767 libcli/ldap/ldap_message.c 	ret = talloc(mem_ctx, struct ldb_parse_tree);
ldb_parse_tree    783 libcli/ldap/ldap_message.c 			struct ldb_parse_tree *subtree;
ldb_parse_tree    790 libcli/ldap/ldap_message.c 					       struct ldb_parse_tree *, 
ldb_parse_tree    106 libcli/ldap/ldap_message.h 	struct ldb_parse_tree *tree;
ldb_parse_tree    610 source3/lib/ldb/common/ldb.c 	req->op.search.tree = ldb_parse_tree(req, expression);
ldb_parse_tree    205 source3/lib/ldb/common/ldb_parse.c static struct ldb_parse_tree *ldb_parse_filter(void *mem_ctx, const char **s);
ldb_parse_tree    221 source3/lib/ldb/common/ldb_parse.c static struct ldb_parse_tree *ldb_parse_extended(struct ldb_parse_tree *ret, 
ldb_parse_tree    352 source3/lib/ldb/common/ldb_parse.c static struct ldb_parse_tree *ldb_parse_simple(void *mem_ctx, const char **s)
ldb_parse_tree    355 source3/lib/ldb/common/ldb_parse.c 	struct ldb_parse_tree *ret;
ldb_parse_tree    358 source3/lib/ldb/common/ldb_parse.c 	ret = talloc(mem_ctx, struct ldb_parse_tree);
ldb_parse_tree    467 source3/lib/ldb/common/ldb_parse.c static struct ldb_parse_tree *ldb_parse_filterlist(void *mem_ctx, const char **s)
ldb_parse_tree    469 source3/lib/ldb/common/ldb_parse.c 	struct ldb_parse_tree *ret, *next;
ldb_parse_tree    487 source3/lib/ldb/common/ldb_parse.c 	ret = talloc(mem_ctx, struct ldb_parse_tree);
ldb_parse_tree    495 source3/lib/ldb/common/ldb_parse.c 	ret->u.list.elements = talloc(ret, struct ldb_parse_tree *);
ldb_parse_tree    511 source3/lib/ldb/common/ldb_parse.c 		struct ldb_parse_tree **e;
ldb_parse_tree    513 source3/lib/ldb/common/ldb_parse.c 				     struct ldb_parse_tree *, 
ldb_parse_tree    535 source3/lib/ldb/common/ldb_parse.c static struct ldb_parse_tree *ldb_parse_not(void *mem_ctx, const char **s)
ldb_parse_tree    537 source3/lib/ldb/common/ldb_parse.c 	struct ldb_parse_tree *ret;
ldb_parse_tree    545 source3/lib/ldb/common/ldb_parse.c 	ret = talloc(mem_ctx, struct ldb_parse_tree);
ldb_parse_tree    567 source3/lib/ldb/common/ldb_parse.c static struct ldb_parse_tree *ldb_parse_filtercomp(void *mem_ctx, const char **s)
ldb_parse_tree    569 source3/lib/ldb/common/ldb_parse.c 	struct ldb_parse_tree *ret;
ldb_parse_tree    604 source3/lib/ldb/common/ldb_parse.c static struct ldb_parse_tree *ldb_parse_filter(void *mem_ctx, const char **s)
ldb_parse_tree    606 source3/lib/ldb/common/ldb_parse.c 	struct ldb_parse_tree *ret;
ldb_parse_tree    636 source3/lib/ldb/common/ldb_parse.c struct ldb_parse_tree *ldb_parse_tree(void *mem_ctx, const char *s)
ldb_parse_tree    252 source3/lib/ldb/include/ldb.h 			struct ldb_parse_tree *child;
ldb_parse_tree    279 source3/lib/ldb/include/ldb.h 			struct ldb_parse_tree **elements;
ldb_parse_tree    284 source3/lib/ldb/include/ldb.h struct ldb_parse_tree *ldb_parse_tree(void *mem_ctx, const char *s);
ldb_parse_tree    707 source3/lib/ldb/include/ldb.h 	const struct ldb_parse_tree *tree;
ldb_parse_tree    472 source3/lib/ldb/ldb_ildap/ldb_ildap.c 	msg->r.SearchRequest.tree = discard_const_p(struct ldb_parse_tree, req->op.search.tree);
ldb_parse_tree    276 source3/lib/ldb/ldb_ldap/ldb_ldap.c 		discard_const_p(struct ldb_parse_tree, req->op.search.tree));
ldb_parse_tree    288 source3/lib/ldb/ldb_tdb/ldb_index.c 		struct ldb_parse_tree tree2;
ldb_parse_tree     48 source3/lib/ldb/ldb_tdb/ldb_tdb.h 	const struct ldb_parse_tree *tree;
ldb_parse_tree     81 source3/lib/ldb/ldb_tdb/ldb_tdb.h struct ldb_parse_tree;
ldb_parse_tree    876 source3/lib/ldb/modules/ldb_map.c 		req->op.search.tree = ldb_parse_tree(req, NULL);
ldb_parse_tree    898 source3/lib/ldb/modules/ldb_map.c 	struct ldb_parse_tree *tree;
ldb_parse_tree    902 source3/lib/ldb/modules/ldb_map.c 	tree = talloc_zero(ac, struct ldb_parse_tree);
ldb_parse_tree     69 source3/lib/ldb/modules/ldb_map.h 	int (*convert_operator)(struct ldb_module *, TALLOC_CTX *ctx, struct ldb_parse_tree **new, const struct ldb_parse_tree *);
ldb_parse_tree    487 source3/lib/ldb/modules/ldb_map_outbound.c 	const struct ldb_parse_tree *subtree = tree;
ldb_parse_tree    551 source3/lib/ldb/modules/ldb_map_outbound.c 	struct ldb_parse_tree *child;
ldb_parse_tree    555 source3/lib/ldb/modules/ldb_map_outbound.c 	*new = talloc_memdup(mem_ctx, tree, sizeof(struct ldb_parse_tree));
ldb_parse_tree    586 source3/lib/ldb/modules/ldb_map_outbound.c 	*new = talloc_memdup(mem_ctx, tree, sizeof(struct ldb_parse_tree));
ldb_parse_tree    594 source3/lib/ldb/modules/ldb_map_outbound.c 	(*new)->u.list.elements = talloc_array(*new, struct ldb_parse_tree *, tree->u.list.num_elements);
ldb_parse_tree    604 source3/lib/ldb/modules/ldb_map_outbound.c 		struct ldb_parse_tree *child;
ldb_parse_tree    626 source3/lib/ldb/modules/ldb_map_outbound.c 	(*new)->u.list.elements = talloc_realloc(*new, (*new)->u.list.elements, struct ldb_parse_tree *, (*new)->u.list.num_elements);
ldb_parse_tree    635 source3/lib/ldb/modules/ldb_map_outbound.c 	*new = talloc_memdup(mem_ctx, tree, sizeof(struct ldb_parse_tree));
ldb_parse_tree    674 source3/lib/ldb/modules/ldb_map_outbound.c 	struct ldb_parse_tree *child;
ldb_parse_tree    678 source3/lib/ldb/modules/ldb_map_outbound.c 	*new = talloc_memdup(mem_ctx, tree, sizeof(struct ldb_parse_tree));
ldb_parse_tree    709 source3/lib/ldb/modules/ldb_map_outbound.c 	*new = talloc_memdup(mem_ctx, tree, sizeof(struct ldb_parse_tree));
ldb_parse_tree    717 source3/lib/ldb/modules/ldb_map_outbound.c 	(*new)->u.list.elements = talloc_array(*new, struct ldb_parse_tree *, tree->u.list.num_elements);
ldb_parse_tree    727 source3/lib/ldb/modules/ldb_map_outbound.c 		struct ldb_parse_tree *child;
ldb_parse_tree    749 source3/lib/ldb/modules/ldb_map_outbound.c 	(*new)->u.list.elements = talloc_realloc(*new, (*new)->u.list.elements, struct ldb_parse_tree *, (*new)->u.list.num_elements);
ldb_parse_tree    760 source3/lib/ldb/modules/ldb_map_outbound.c 	*new = talloc(mem_ctx, struct ldb_parse_tree);
ldb_parse_tree   1168 source3/lib/ldb/modules/ldb_map_outbound.c 	struct ldb_parse_tree *local_tree, *remote_tree;
ldb_parse_tree   1247 source3/lib/ldb/modules/ldb_map_outbound.c 		local_tree = talloc_zero(ac, struct ldb_parse_tree);
ldb_parse_tree   1258 source3/lib/ldb/modules/ldb_map_outbound.c 		remote_tree = ldb_parse_tree(ac->search_reqs[0], NULL);
ldb_parse_tree     37 source3/lib/ldb/modules/ldb_map_private.h 	const struct ldb_parse_tree *local_tree;
ldb_parse_tree    466 source3/lib/ldb/modules/objectclass.c 	ac->search_req->op.search.tree = ldb_parse_tree(ac->search_req, NULL);
ldb_parse_tree    246 source3/lib/ldb/modules/operational.c 		ldb_parse_tree_attr_replace(discard_const_p(struct ldb_parse_tree, req->op.search.tree), 
ldb_parse_tree    429 source3/lib/ldb/modules/paged_searches.c 	req->op.search.tree = ldb_parse_tree(req, "objectClass=*");
ldb_parse_tree    217 source3/lib/ldb/tools/ldbsearch.c 	req->op.search.tree = ldb_parse_tree(req, expression);
ldb_parse_tree    428 source4/cldap_server/netlogon.c 		struct ldb_parse_tree *t = tree->u.list.elements[i];
ldb_parse_tree     39 source4/dsdb/samdb/ldb_modules/anr.c static struct ldb_parse_tree *make_parse_list(struct ldb_module *module,
ldb_parse_tree     44 source4/dsdb/samdb/ldb_modules/anr.c 	struct ldb_parse_tree *list;
ldb_parse_tree     48 source4/dsdb/samdb/ldb_modules/anr.c 	list = talloc(mem_ctx, struct ldb_parse_tree);
ldb_parse_tree     56 source4/dsdb/samdb/ldb_modules/anr.c 	list->u.list.elements = talloc_array(list, struct ldb_parse_tree *, 2);
ldb_parse_tree     69 source4/dsdb/samdb/ldb_modules/anr.c static struct ldb_parse_tree *make_match_tree(struct ldb_module *module,
ldb_parse_tree     74 source4/dsdb/samdb/ldb_modules/anr.c 	struct ldb_parse_tree *match_tree;
ldb_parse_tree     78 source4/dsdb/samdb/ldb_modules/anr.c 	match_tree = talloc(mem_ctx, struct ldb_parse_tree);
ldb_parse_tree    125 source4/dsdb/samdb/ldb_modules/anr.c 	struct ldb_parse_tree *tree = NULL;
ldb_parse_tree    127 source4/dsdb/samdb/ldb_modules/anr.c 	struct ldb_parse_tree *match_tree;
ldb_parse_tree    179 source4/dsdb/samdb/ldb_modules/anr.c 		struct ldb_parse_tree *first_split_filter, *second_split_filter, *split_filters, *match_tree_1, *match_tree_2;
ldb_parse_tree    319 source4/dsdb/samdb/ldb_modules/anr.c 	struct ldb_parse_tree *anr_tree;
ldb_parse_tree    204 source4/dsdb/samdb/ldb_modules/proxy.c static struct ldb_parse_tree *proxy_convert_tree(TALLOC_CTX *mem_ctx,
ldb_parse_tree    218 source4/dsdb/samdb/ldb_modules/proxy.c 		return ldb_parse_tree(mem_ctx, (const char *)v.data);
ldb_parse_tree    310 source4/dsdb/samdb/ldb_modules/proxy.c 	struct ldb_parse_tree *newtree;
ldb_parse_tree    777 source4/lib/ldb/common/ldb.c 	struct ldb_parse_tree *tree;
ldb_parse_tree    780 source4/lib/ldb/common/ldb.c 	tree = ldb_parse_tree(mem_ctx, expression);
ldb_parse_tree    202 source4/lib/ldb/common/ldb_parse.c static struct ldb_parse_tree *ldb_parse_filter(void *mem_ctx, const char **s);
ldb_parse_tree    218 source4/lib/ldb/common/ldb_parse.c static struct ldb_parse_tree *ldb_parse_extended(struct ldb_parse_tree *ret, 
ldb_parse_tree    353 source4/lib/ldb/common/ldb_parse.c static struct ldb_parse_tree *ldb_parse_simple(void *mem_ctx, const char **s)
ldb_parse_tree    356 source4/lib/ldb/common/ldb_parse.c 	struct ldb_parse_tree *ret;
ldb_parse_tree    359 source4/lib/ldb/common/ldb_parse.c 	ret = talloc(mem_ctx, struct ldb_parse_tree);
ldb_parse_tree    468 source4/lib/ldb/common/ldb_parse.c static struct ldb_parse_tree *ldb_parse_filterlist(void *mem_ctx, const char **s)
ldb_parse_tree    470 source4/lib/ldb/common/ldb_parse.c 	struct ldb_parse_tree *ret, *next;
ldb_parse_tree    488 source4/lib/ldb/common/ldb_parse.c 	ret = talloc(mem_ctx, struct ldb_parse_tree);
ldb_parse_tree    496 source4/lib/ldb/common/ldb_parse.c 	ret->u.list.elements = talloc(ret, struct ldb_parse_tree *);
ldb_parse_tree    512 source4/lib/ldb/common/ldb_parse.c 		struct ldb_parse_tree **e;
ldb_parse_tree    514 source4/lib/ldb/common/ldb_parse.c 				     struct ldb_parse_tree *, 
ldb_parse_tree    536 source4/lib/ldb/common/ldb_parse.c static struct ldb_parse_tree *ldb_parse_not(void *mem_ctx, const char **s)
ldb_parse_tree    538 source4/lib/ldb/common/ldb_parse.c 	struct ldb_parse_tree *ret;
ldb_parse_tree    546 source4/lib/ldb/common/ldb_parse.c 	ret = talloc(mem_ctx, struct ldb_parse_tree);
ldb_parse_tree    568 source4/lib/ldb/common/ldb_parse.c static struct ldb_parse_tree *ldb_parse_filtercomp(void *mem_ctx, const char **s)
ldb_parse_tree    570 source4/lib/ldb/common/ldb_parse.c 	struct ldb_parse_tree *ret;
ldb_parse_tree    605 source4/lib/ldb/common/ldb_parse.c static struct ldb_parse_tree *ldb_parse_filter(void *mem_ctx, const char **s)
ldb_parse_tree    607 source4/lib/ldb/common/ldb_parse.c 	struct ldb_parse_tree *ret;
ldb_parse_tree    637 source4/lib/ldb/common/ldb_parse.c struct ldb_parse_tree *ldb_parse_tree(void *mem_ctx, const char *s)
ldb_parse_tree    255 source4/lib/ldb/include/ldb.h 			struct ldb_parse_tree *child;
ldb_parse_tree    282 source4/lib/ldb/include/ldb.h 			struct ldb_parse_tree **elements;
ldb_parse_tree    287 source4/lib/ldb/include/ldb.h struct ldb_parse_tree *ldb_parse_tree(TALLOC_CTX *mem_ctx, const char *s);
ldb_parse_tree    736 source4/lib/ldb/include/ldb.h 	struct ldb_parse_tree *tree;
ldb_parse_tree    872 source4/lib/ldb/ldb_map/ldb_map.c 	const struct ldb_parse_tree *search_tree;
ldb_parse_tree    882 source4/lib/ldb/ldb_map/ldb_map.c 		search_tree = ldb_parse_tree(ac, NULL);
ldb_parse_tree     72 source4/lib/ldb/ldb_map/ldb_map.h 	int (*convert_operator)(struct ldb_module *, TALLOC_CTX *ctx, struct ldb_parse_tree **ntree, const struct ldb_parse_tree *otree);
ldb_parse_tree    271 source4/lib/ldb/ldb_map/ldb_map_inbound.c 	struct ldb_parse_tree *tree;
ldb_parse_tree    274 source4/lib/ldb/ldb_map/ldb_map_inbound.c 	tree = ldb_parse_tree(ac, "(" IS_MAPPED "=*)");
ldb_parse_tree    495 source4/lib/ldb/ldb_map/ldb_map_outbound.c 	const struct ldb_parse_tree *subtree = tree;
ldb_parse_tree    559 source4/lib/ldb/ldb_map/ldb_map_outbound.c 	struct ldb_parse_tree *child;
ldb_parse_tree    563 source4/lib/ldb/ldb_map/ldb_map_outbound.c 	*new = talloc_memdup(mem_ctx, tree, sizeof(struct ldb_parse_tree));
ldb_parse_tree    594 source4/lib/ldb/ldb_map/ldb_map_outbound.c 	*new = talloc_memdup(mem_ctx, tree, sizeof(struct ldb_parse_tree));
ldb_parse_tree    602 source4/lib/ldb/ldb_map/ldb_map_outbound.c 	(*new)->u.list.elements = talloc_array(*new, struct ldb_parse_tree *, tree->u.list.num_elements);
ldb_parse_tree    612 source4/lib/ldb/ldb_map/ldb_map_outbound.c 		struct ldb_parse_tree *child;
ldb_parse_tree    634 source4/lib/ldb/ldb_map/ldb_map_outbound.c 	(*new)->u.list.elements = talloc_realloc(*new, (*new)->u.list.elements, struct ldb_parse_tree *, (*new)->u.list.num_elements);
ldb_parse_tree    643 source4/lib/ldb/ldb_map/ldb_map_outbound.c 	*new = talloc_memdup(mem_ctx, tree, sizeof(struct ldb_parse_tree));
ldb_parse_tree    682 source4/lib/ldb/ldb_map/ldb_map_outbound.c 	struct ldb_parse_tree *child;
ldb_parse_tree    686 source4/lib/ldb/ldb_map/ldb_map_outbound.c 	*new = talloc_memdup(mem_ctx, tree, sizeof(struct ldb_parse_tree));
ldb_parse_tree    717 source4/lib/ldb/ldb_map/ldb_map_outbound.c 	*new = talloc_memdup(mem_ctx, tree, sizeof(struct ldb_parse_tree));
ldb_parse_tree    725 source4/lib/ldb/ldb_map/ldb_map_outbound.c 	(*new)->u.list.elements = talloc_array(*new, struct ldb_parse_tree *, tree->u.list.num_elements);
ldb_parse_tree    735 source4/lib/ldb/ldb_map/ldb_map_outbound.c 		struct ldb_parse_tree *child;
ldb_parse_tree    757 source4/lib/ldb/ldb_map/ldb_map_outbound.c 	(*new)->u.list.elements = talloc_realloc(*new, (*new)->u.list.elements, struct ldb_parse_tree *, (*new)->u.list.num_elements);
ldb_parse_tree    768 source4/lib/ldb/ldb_map/ldb_map_outbound.c 	*new = talloc(mem_ctx, struct ldb_parse_tree);
ldb_parse_tree   1094 source4/lib/ldb/ldb_map/ldb_map_outbound.c 	struct ldb_parse_tree *remote_tree;
ldb_parse_tree   1095 source4/lib/ldb/ldb_map/ldb_map_outbound.c 	struct ldb_parse_tree *local_tree;
ldb_parse_tree   1160 source4/lib/ldb/ldb_map/ldb_map_outbound.c 		local_tree = talloc_zero(ac, struct ldb_parse_tree);
ldb_parse_tree   1171 source4/lib/ldb/ldb_map/ldb_map_outbound.c 		remote_tree = ldb_parse_tree(ac, NULL);
ldb_parse_tree     30 source4/lib/ldb/ldb_map/ldb_map_private.h 	const struct ldb_parse_tree *local_tree;
ldb_parse_tree     51 source4/lib/ldb/ldb_tdb/ldb_tdb.h 	const struct ldb_parse_tree *tree;
ldb_parse_tree     84 source4/lib/ldb/ldb_tdb/ldb_tdb.h struct ldb_parse_tree;
ldb_parse_tree     86 source4/lib/ldb/pyldb.h 	struct ldb_parse_tree *tree;
ldb_parse_tree    341 source4/libcli/cldap/cldap.c 	search->tree           = ldb_parse_tree(req, io->in.filter);
ldb_parse_tree    122 source4/libcli/ldap/ldap_ildap.c 	struct ldb_parse_tree *tree = ldb_parse_tree(conn, expression);
ldb_parse_tree    106 source4/torture/ldap/basic.c 	msg->r.SearchRequest.tree = ldb_parse_tree(msg, "(objectclass=*)");