HomeSort by: relevance | last modified time | path
    Searched refs:fbv (Results 1 - 4 of 4) sorted by relevancy

  /src/external/bsd/openldap/dist/servers/slapd/
sets.c 550 SetCookie *cp, struct berval *fbv,
568 char c, *filter = fbv->bv_val;
aclparse.c 2722 struct berval fbv = BER_BVNULL; local
2725 filter2bv( a->acl_filter, &fbv );
2727 ptr = acl_safe_strbvcopy( ptr, &fbv );
2729 ch_free( fbv.bv_val );
  /src/external/bsd/openldap/dist/servers/slapd/overlays/
pcache.c 2672 struct berval *fbv )
2691 fbv->bv_len = len + temp->bindftemp.bv_len;
2692 fbv->bv_val = op->o_tmpalloc( fbv->bv_len + 1, op->o_tmpmemctx );
2695 p2 = fbv->bv_val;
2712 Filter *f = str2filter_x( op, fbv->bv_val );
2748 struct berval fbv; local
2752 f = pc_bind_attrs( op, rs->sr_entry, pbi->bi_templ, &fbv );
2753 op->o_tmpfree( fbv.bv_val, op->o_tmpmemctx );
translucent.c 1139 struct berval fbv; local
1168 fbv = op->ors_filterstr;
1211 op->ors_filterstr = fbv;

Completed in 20 milliseconds