Searched refs:f_sub (Results 1 – 6 of 6) sorted by relevance
| /netbsd-src/external/bsd/openldap/dist/servers/slapd/ |
| H A D | filter.c | 170 assert( f.f_sub != NULL ); in get_filter0() 526 f->f_sub = op->o_tmpalloc( sizeof( ssa ), op->o_tmpmemctx ); in get_ssa() 527 *f->f_sub = ssa; in get_ssa() 566 if ( f->f_sub->sa_desc->ad_flags & SLAP_DESC_TEMPORARY ) in filter_free_x() 567 op->o_tmpfree( f->f_sub->sa_desc, op->o_tmpmemctx ); in filter_free_x() 568 op->o_tmpfree( f->f_sub, op->o_tmpmemctx ); in filter_free_x() 926 n->f_sub = mf->bmf_calloc( 1, sizeof(SubstringsAssertion), memctx ); in filter_dup()
|
| H A D | filterentry.c | 978 bv, f->f_sub, &text ); in test_substrings_filter()
|
| H A D | slap.h | 1078 #define f_sub f_un.f_un_ssa macro
|
| /netbsd-src/external/bsd/openldap/dist/servers/slapd/back-wt/ |
| H A D | filterindex.c | 622 rc = substring_candidates( op, wc, f->f_sub, ids, tmp ); in wt_filter_candidates()
|
| /netbsd-src/external/bsd/openldap/dist/servers/slapd/back-mdb/ |
| H A D | filterindex.c | 169 rc = substring_candidates( op, rtxn, f->f_sub, ids, tmp ); in mdb_filter_candidates()
|
| /netbsd-src/external/bsd/openldap/dist/servers/slapd/overlays/ |
| H A D | dynlist.c | 1322 n->f_sub = f->f_sub; in dynlist_filter_dup()
|