LDB_OP_AND        224 libcli/ldap/ldap_message.c 	case LDB_OP_AND:
LDB_OP_AND        226 libcli/ldap/ldap_message.c 		asn1_push_tag(data, ASN1_CONTEXT(tree->operation==LDB_OP_AND?0:1));
LDB_OP_AND        774 libcli/ldap/ldap_message.c 		ret->operation = (filter_tag == 0)?LDB_OP_AND:LDB_OP_OR;
LDB_OP_AND        376 source3/lib/ldb/common/ldb_match.c 	case LDB_OP_AND:
LDB_OP_AND        475 source3/lib/ldb/common/ldb_parse.c 			op = LDB_OP_AND;
LDB_OP_AND        665 source3/lib/ldb/common/ldb_parse.c 	case LDB_OP_AND:
LDB_OP_AND        667 source3/lib/ldb/common/ldb_parse.c 		ret = talloc_asprintf(mem_ctx, "(%c", tree->operation==LDB_OP_AND?'&':'|');
LDB_OP_AND        783 source3/lib/ldb/common/ldb_parse.c 	case LDB_OP_AND:
LDB_OP_AND        295 source3/lib/ldb/ldb_sqlite3/ldb_sqlite3.c 	case LDB_OP_AND:
LDB_OP_AND        603 source3/lib/ldb/ldb_tdb/ldb_index.c 	case LDB_OP_AND:
LDB_OP_AND        497 source3/lib/ldb/modules/ldb_map_outbound.c 		case LDB_OP_AND:
LDB_OP_AND        523 source3/lib/ldb/modules/ldb_map_outbound.c 	case LDB_OP_AND:		/* attributes stored in list of subtrees */
LDB_OP_AND        657 source3/lib/ldb/modules/ldb_map_outbound.c 	if (tree->operation == LDB_OP_AND || tree->operation == LDB_OP_OR) {
LDB_OP_AND        875 source3/lib/ldb/modules/ldb_map_outbound.c 	if ((tree->operation == LDB_OP_AND) || (tree->operation == LDB_OP_OR)) {
LDB_OP_AND        424 source4/cldap_server/netlogon.c 	if (tree->operation != LDB_OP_AND) goto failed;
LDB_OP_AND        194 source4/dsdb/samdb/ldb_modules/anr.c 		first_split_filter = make_parse_list(module, ac,  LDB_OP_AND, match_tree_1, match_tree_2);
LDB_OP_AND        203 source4/dsdb/samdb/ldb_modules/anr.c 		second_split_filter = make_parse_list(module, ac,  LDB_OP_AND, match_tree_1, match_tree_2);
LDB_OP_AND        239 source4/dsdb/samdb/ldb_modules/anr.c 	case LDB_OP_AND:
LDB_OP_AND        374 source4/lib/ldb/common/ldb_match.c 	case LDB_OP_AND:
LDB_OP_AND        476 source4/lib/ldb/common/ldb_parse.c 			op = LDB_OP_AND;
LDB_OP_AND        666 source4/lib/ldb/common/ldb_parse.c 	case LDB_OP_AND:
LDB_OP_AND        668 source4/lib/ldb/common/ldb_parse.c 		ret = talloc_asprintf(mem_ctx, "(%c", tree->operation==LDB_OP_AND?'&':'|');
LDB_OP_AND        784 source4/lib/ldb/common/ldb_parse.c 	case LDB_OP_AND:
LDB_OP_AND        505 source4/lib/ldb/ldb_map/ldb_map_outbound.c 		case LDB_OP_AND:
LDB_OP_AND        531 source4/lib/ldb/ldb_map/ldb_map_outbound.c 	case LDB_OP_AND:		/* attributes stored in list of subtrees */
LDB_OP_AND        665 source4/lib/ldb/ldb_map/ldb_map_outbound.c 	if (tree->operation == LDB_OP_AND || tree->operation == LDB_OP_OR) {
LDB_OP_AND        886 source4/lib/ldb/ldb_map/ldb_map_outbound.c 	if ((tree->operation == LDB_OP_AND) || (tree->operation == LDB_OP_OR)) {
LDB_OP_AND        263 source4/lib/ldb/ldb_sqlite3/ldb_sqlite3.c 	case LDB_OP_AND:
LDB_OP_AND        970 source4/lib/ldb/ldb_tdb/ldb_index.c 	case LDB_OP_AND: