Home
last modified time | relevance | path

Searched refs:f_sub (Results 1 – 4 of 4) sorted by relevance

/netbsd/src/external/bsd/openldap/dist/servers/slapd/
Dfilter.c170 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()
Dfilterentry.c978 bv, f->f_sub, &text ); in test_substrings_filter()
Dslap.h1078 #define f_sub f_un.f_un_ssa macro
/netbsd/src/external/bsd/openldap/dist/servers/slapd/overlays/
Ddynlist.c1322 n->f_sub = f->f_sub; in dynlist_filter_dup()