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

  /src/external/bsd/openldap/dist/contrib/slapd-modules/allop/
allop.c 230 op->ors_attrs = op->o_tmprealloc( op->ors_attrs,
  /src/external/bsd/openldap/dist/servers/slapd/
filter.c 716 fstr->bv_val = op->o_tmprealloc( fstr->bv_val,
737 fstr->bv_val = op->o_tmprealloc( fstr->bv_val,
757 fstr->bv_val = op->o_tmprealloc( fstr->bv_val,
799 fstr->bv_val = op->o_tmprealloc( fstr->bv_val, fstr->bv_len + 1,
1248 fstr->bv_val = op->o_tmprealloc( fstr->bv_val, fstr->bv_len + 1,
1347 fstr->bv_val = op->o_tmprealloc( fstr->bv_val, fstr->bv_len + 1,
1365 fstr->bv_val = op->o_tmprealloc( fstr->bv_val,
1381 fstr->bv_val = op->o_tmprealloc( fstr->bv_val, fstr->bv_len + 1,
backglue.c 206 newctrls = op->o_tmprealloc(gs->ctrls,
650 newctrl = op->o_tmprealloc( gs.ctrls[c],
controls.c 852 tctrls = op->o_tmprealloc( op->o_ctrls,
2186 ctrls = op->o_tmprealloc( rs->sr_ctrls,
slap.h 2655 #define o_tmprealloc o_tmpmfuncs->bmf_realloc macro
  /src/external/bsd/openldap/dist/servers/slapd/back-asyncmeta/
search.c 171 fstr->bv_val = dc->op->o_tmprealloc( fstr->bv_val, fstr->bv_len + 1, memctx );
186 fstr->bv_val = dc->op->o_tmprealloc( fstr->bv_val, fstr->bv_len + 1, memctx );
201 fstr->bv_val = dc->op->o_tmprealloc( fstr->bv_val, fstr->bv_len + 1, memctx );
241 fstr->bv_val = dc->op->o_tmprealloc( fstr->bv_val, fstr->bv_len + 1, memctx );
  /src/external/bsd/openldap/dist/servers/slapd/overlays/
rwmmap.c 652 fstr->bv_val = op->o_tmprealloc( fstr->bv_val, fstr->bv_len + 1,
669 fstr->bv_val = op->o_tmprealloc( fstr->bv_val, fstr->bv_len + 1,
685 fstr->bv_val = op->o_tmprealloc( fstr->bv_val, fstr->bv_len + 1,
733 fstr->bv_val = op->o_tmprealloc( fstr->bv_val, fstr->bv_len + 1,
nestgroup.c 277 nf = op->o_tmprealloc( nf, (n + 1) * sizeof(nestgroup_filterinst_t), op->o_tmpmemctx );
dynlist.c 202 df = op->o_tmprealloc( df, (n + 1) * sizeof(dynlist_filterinst_t), op->o_tmpmemctx );
ppolicy.c 926 ctrls = op->o_tmprealloc( rs->sr_ctrls, sizeof(LDAPControl *)*( i + 2 ), op->o_tmpmemctx );
  /src/external/bsd/openldap/dist/servers/slapd/back-ldap/
search.c 126 filter->bv_val = op->o_tmprealloc( filter->bv_val,

Completed in 48 milliseconds