Searched refs:f_not (Results 1 – 7 of 7) sorted by relevance
| /netbsd-src/external/bsd/openldap/dist/servers/slapd/ |
| H A D | filter.c | 263 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 D | filterentry.c | 133 rc = test_filter( op, e, f->f_not ); in test_filter()
|
| H A D | slap.h | 1097 #define f_not f_un.f_un_complex macro
|
| /netbsd-src/usr.bin/find/ |
| H A D | function.c | 143 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 D | datamorph.c | 516 return datamorph_filter( op, ov, f->f_not ); in datamorph_filter()
|
| /netbsd-src/external/bsd/openldap/dist/servers/slapd/back-sql/ |
| H A D | search.c | 758 rc = backsql_process_filter( bsi, f->f_not ); in backsql_process_filter()
|
| /netbsd-src/external/bsd/openldap/dist/servers/slapd/overlays/ |
| H A D | pcache.c | 4720 f.f_not = &f2; in pcache_db_open2()
|