Home
last modified time | relevance | path

Searched refs:o_tmprealloc (Results 1 – 11 of 11) sorted by relevance

/netbsd-src/external/bsd/openldap/dist/servers/slapd/
H A Dfilter.c716 fstr->bv_val = op->o_tmprealloc( fstr->bv_val, in filter2bv_undef_x()
737 fstr->bv_val = op->o_tmprealloc( fstr->bv_val, in filter2bv_undef_x()
757 fstr->bv_val = op->o_tmprealloc( fstr->bv_val, in filter2bv_undef_x()
799 fstr->bv_val = op->o_tmprealloc( fstr->bv_val, fstr->bv_len + 1, in filter2bv_undef_x()
1253 fstr->bv_val = op->o_tmprealloc( fstr->bv_val, fstr->bv_len + 1, in vrFilter2bv()
1352 fstr->bv_val = op->o_tmprealloc( fstr->bv_val, fstr->bv_len + 1, in simple_vrFilter2bv()
1370 fstr->bv_val = op->o_tmprealloc( fstr->bv_val, in simple_vrFilter2bv()
1386 fstr->bv_val = op->o_tmprealloc( fstr->bv_val, fstr->bv_len + 1, in simple_vrFilter2bv()
H A Dbackglue.c200 newctrls = op->o_tmprealloc(gs->ctrls, in glue_op_response()
637 newctrl = op->o_tmprealloc( gs.ctrls[c], in glue_op_search()
H A Dcontrols.c851 tctrls = op->o_tmprealloc( op->o_ctrls, in get_ctrls2()
2185 ctrls = op->o_tmprealloc( rs->sr_ctrls, in slap_ctrl_whatFailed_add()
H A Dslap.h2639 #define o_tmprealloc o_tmpmfuncs->bmf_realloc macro
/netbsd-src/external/bsd/openldap/dist/servers/slapd/back-asyncmeta/
H A Dsearch.c170 fstr->bv_val = dc->op->o_tmprealloc( fstr->bv_val, fstr->bv_len + 1, memctx ); in asyncmeta_int_filter2bv()
185 fstr->bv_val = dc->op->o_tmprealloc( fstr->bv_val, fstr->bv_len + 1, memctx ); in asyncmeta_int_filter2bv()
200 fstr->bv_val = dc->op->o_tmprealloc( fstr->bv_val, fstr->bv_len + 1, memctx ); in asyncmeta_int_filter2bv()
240 fstr->bv_val = dc->op->o_tmprealloc( fstr->bv_val, fstr->bv_len + 1, memctx ); in asyncmeta_int_filter2bv()
/netbsd-src/external/bsd/openldap/dist/contrib/slapd-modules/allop/
H A Dallop.c230 op->ors_attrs = op->o_tmprealloc( op->ors_attrs, in allop_op_search()
/netbsd-src/external/bsd/openldap/dist/servers/slapd/overlays/
H A Drwmmap.c652 fstr->bv_val = op->o_tmprealloc( fstr->bv_val, fstr->bv_len + 1, in rwm_int_filter_map_rewrite()
669 fstr->bv_val = op->o_tmprealloc( fstr->bv_val, fstr->bv_len + 1, in rwm_int_filter_map_rewrite()
685 fstr->bv_val = op->o_tmprealloc( fstr->bv_val, fstr->bv_len + 1, in rwm_int_filter_map_rewrite()
733 fstr->bv_val = op->o_tmprealloc( fstr->bv_val, fstr->bv_len + 1, in rwm_int_filter_map_rewrite()
H A Dppolicy.c837 ctrls = op->o_tmprealloc( rs->sr_ctrls, sizeof(LDAPControl *)*( i + 2 ), op->o_tmpmemctx ); in add_account_control()
/netbsd-src/external/bsd/openldap/dist/servers/slapd/back-ldap/
H A Dsearch.c126 filter->bv_val = op->o_tmprealloc( filter->bv_val, in ldap_back_munge_filter()
/netbsd-src/external/bsd/openldap/dist/servers/slapd/back-ndb/
H A Dndbio.cpp769 ol2 = (NdbOcInfo **)op->o_tmprealloc( *oclist, *nocs * sizeof(NdbOcInfo *), op->o_tmpmemctx ); in ndb_oc_get()
/netbsd-src/external/bsd/openldap/dist/servers/slapd/back-sql/
H A Dsearch.c114 an = (AttributeName *)bsi->bsi_op->o_tmprealloc( bsi->bsi_attrs, in backsql_attrlist_add()