Home
last modified time | relevance | path

Searched refs:cf_not (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/bsd/openldap/dist/servers/slapd/
H A Dcomponent.c282 rc = dup_comp_filter( op, bv, in_f->cf_not, &dup_f.cf_not); in dup_comp_filter()
1128 err = parse_comp_filter( op, cav, &f.cf_not, text ); in parse_comp_filter()
1133 assert( f.cf_not != NULL ); in parse_comp_filter()
1134 if ( f.cf_not->cf_choice == SLAPD_FILTER_COMPUTED ) { in parse_comp_filter()
1135 int fresult = f.cf_not->cf_result; in parse_comp_filter()
1137 op->o_tmpfree( f.cf_not, op->o_tmpmemctx ); in parse_comp_filter()
1138 f.cf_not = NULL; in parse_comp_filter()
1330 rc = test_comp_filter( syn, a, f->cf_not ); in test_comp_filter()
H A Dslap.h3182 #define cf_not cf_un.cf_un_complex macro