Home
last modified time | relevance | path

Searched refs:f_not (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/bsd/openldap/dist/servers/slapd/
H A Dfilter.c263 err = get_filter0( op, ber, &f.f_not, text, depth+1 ); in get_filter0()
268 assert( f.f_not != NULL ); in get_filter0()
269 if ( f.f_not->f_choice == SLAPD_FILTER_COMPUTED ) { in get_filter0()
270 int fresult = f.f_not->f_result; in get_filter0()
272 op->o_tmpfree( f.f_not, op->o_tmpmemctx ); in get_filter0()
273 f.f_not = NULL; in get_filter0()
H A Dfilterentry.c133 rc = test_filter( op, e, f->f_not ); in test_filter()
H A Dslap.h1097 #define f_not f_un.f_un_complex macro
/netbsd-src/usr.bin/find/
H A Dfunction.c143 int f_not(PLAN *, FTSENT *);
1940 f_not(PLAN *plan, FTSENT *entry) in f_not() function
1955 return (palloc(N_NOT, f_not)); in c_not()
/netbsd-src/external/bsd/openldap/dist/contrib/slapd-modules/datamorph/
H A Ddatamorph.c516 return datamorph_filter( op, ov, f->f_not ); in datamorph_filter()
/netbsd-src/external/bsd/openldap/dist/servers/slapd/back-sql/
H A Dsearch.c758 rc = backsql_process_filter( bsi, f->f_not ); in backsql_process_filter()
/netbsd-src/external/bsd/openldap/dist/servers/slapd/overlays/
H A Dpcache.c4720 f.f_not = &f2; in pcache_db_open2()