HomeSort by: relevance | last modified time | path
    Searched refs:cf_not (Results 1 - 2 of 2) sorted by relevancy

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

Completed in 37 milliseconds