Searched refs:dup_f (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/external/bsd/openldap/dist/servers/slapd/ |
H A D | component.c | 268 ComponentFilter dup_f = {0}; in dup_comp_filter() local 274 rc = dup_comp_filter_list( op, bv, in_f->cf_and, &dup_f.cf_and); in dup_comp_filter() 275 dup_f.cf_choice = LDAP_COMP_FILTER_AND; in dup_comp_filter() 278 rc = dup_comp_filter_list( op, bv, in_f->cf_or, &dup_f.cf_or); in dup_comp_filter() 279 dup_f.cf_choice = LDAP_COMP_FILTER_OR; in dup_comp_filter() 282 rc = dup_comp_filter( op, bv, in_f->cf_not, &dup_f.cf_not); in dup_comp_filter() 283 dup_f.cf_choice = LDAP_COMP_FILTER_NOT; in dup_comp_filter() 286 rc = dup_comp_filter_item( op, bv, in_f->cf_ca ,&dup_f.cf_ca ); in dup_comp_filter() 287 dup_f.cf_choice = LDAP_COMP_FILTER_ITEM; in dup_comp_filter() 294 *out_f = op->o_tmpalloc( sizeof(dup_f), op->o_tmpmemctx ); in dup_comp_filter() [all …]
|