Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/openldap/dist/servers/slapd/
H A Dsets.c550 SetCookie *cp, struct berval *fbv, in slap_set_filter() argument
568 char c, *filter = fbv->bv_val; in slap_set_filter()
H A Daclparse.c2754 struct berval fbv = BER_BVNULL; in acl_unparse() local
2757 filter2bv( a->acl_filter, &fbv ); in acl_unparse()
2759 ptr = acl_safe_strbvcopy( ptr, &fbv ); in acl_unparse()
2761 ch_free( fbv.bv_val ); in acl_unparse()
/netbsd-src/external/bsd/openldap/dist/servers/slapd/overlays/
H A Dtranslucent.c1107 struct berval fbv; in translucent_search() local
1136 fbv = op->ors_filterstr; in translucent_search()
1178 op->ors_filterstr = fbv; in translucent_search()
H A Dpcache.c2666 struct berval *fbv ) in pc_bind_attrs() argument
2685 fbv->bv_len = len + temp->bindftemp.bv_len; in pc_bind_attrs()
2686 fbv->bv_val = op->o_tmpalloc( fbv->bv_len + 1, op->o_tmpmemctx ); in pc_bind_attrs()
2689 p2 = fbv->bv_val; in pc_bind_attrs()
2706 Filter *f = str2filter_x( op, fbv->bv_val ); in pc_bind_attrs()
2742 struct berval fbv; in pc_bind_search() local
2746 f = pc_bind_attrs( op, rs->sr_entry, pbi->bi_templ, &fbv ); in pc_bind_search()
2747 op->o_tmpfree( fbv.bv_val, op->o_tmpmemctx ); in pc_bind_search()