Searched refs:o_tmpcalloc (Results 1 - 20 of 20) sorted by relevance

/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/
H A Dsets.c96 newset = cp->set_op->o_tmpcalloc( i + 1,
150 set = cp->set_op->o_tmpcalloc( 1,
172 set = cp->set_op->o_tmpcalloc( i, sizeof( struct berval ), cp->set_op->o_tmpmemctx );
232 set = cp->set_op->o_tmpcalloc( 1, sizeof( struct berval ),
285 set = cp->set_op->o_tmpcalloc( 1, sizeof( struct berval ),
294 set = cp->set_op->o_tmpcalloc( i * j + 1, sizeof( struct berval ),
382 set = cp->set_op->o_tmpcalloc( 1, sizeof( struct berval ),
394 nset = cp->set_op->o_tmpcalloc( 1, sizeof( struct berval ), cp->set_op->o_tmpmemctx );
431 set = cp->set_op->o_tmpcalloc( 1, sizeof( struct berval ),
443 nset = cp->set_op->o_tmpcalloc(
[all...]
H A Dslap.h2601 #define o_tmpcalloc o_tmpmfuncs->bmf_calloc macro
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/contrib/slapd-modules/dupent/
H A Ddupent.c139 ds = (dupent_t *)op->o_tmpcalloc( 1,
272 ctrl = op->o_tmpcalloc( 1,
324 ctrl = op->o_tmpcalloc( 1, sizeof( LDAPControl ), op->o_tmpmemctx );
410 valnum = op->o_tmpcalloc( sizeof(valnum_t), nattrs, op->o_tmpmemctx );
506 sc = op->o_tmpcalloc( 1, sizeof( slap_callback ) + sizeof( dupent_cb_t ), op->o_tmpmemctx );
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/overlays/
H A Dderef.c192 ds = (DerefSpec *)op->o_tmpcalloc( 1,
317 dr = op->o_tmpcalloc( 1,
462 ctrl = op->o_tmpcalloc( 1,
502 sc = op->o_tmpcalloc( 1, sizeof( slap_callback ) + sizeof( deref_cb_t ), op->o_tmpmemctx );
H A Dseqmod.c92 cb = op->o_tmpcalloc( 1, sizeof(slap_callback) + sizeof(modtarget),
H A Drefint.c449 na = op->o_tmpcalloc( 1,
724 fptr = op->o_tmpcalloc( sizeof(Filter) + sizeof(MatchingRuleAssertion),
H A Dppolicy.c435 ctrls = op->o_tmpcalloc( sizeof( LDAPControl * ), n, op->o_tmpmemctx );
1218 cb = op->o_tmpcalloc( sizeof(ppbind)+sizeof(slap_callback),
1362 cb = op->o_tmpcalloc( sizeof(ppbind)+sizeof(slap_callback),
1956 slap_callback *sc = op->o_tmpcalloc( 1, sizeof( slap_callback ),
H A Dsyncprov.c1150 cb = op->o_tmpcalloc( 1, sizeof(slap_callback), op->o_tmpmemctx );
2049 cb = op->o_tmpcalloc(1, cbsize, op->o_tmpmemctx);
2752 cb = op->o_tmpcalloc(1, sizeof(slap_callback)+sizeof(searchstate), op->o_tmpmemctx);
3356 sr = op->o_tmpcalloc( 1, sizeof(struct sync_control), op->o_tmpmemctx );
H A Drwmmap.c212 *anp = op->o_tmpcalloc( ( i + x + 1 ), sizeof( AttributeName ),
H A Dsssvlv.c904 so = op->o_tmpcalloc( 1, sizeof(sort_op), op->o_tmpmemctx );
H A Ddynlist.c477 o.ors_attrs = op->o_tmpcalloc( i + 1, sizeof( AttributeName ), op->o_tmpmemctx );
H A Daccesslog.c1826 sc = op->o_tmpcalloc( 1, sizeof(slap_callback), op->o_tmpmemctx );
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/contrib/slapd-modules/noopsrch/
H A Dnoopsrch.c127 ctrl = op->o_tmpcalloc( 1,
171 sc = op->o_tmpcalloc( 1, sizeof( slap_callback ) + sizeof( noopsrch_cb_t ), op->o_tmpmemctx );
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/contrib/slapd-modules/cloak/
H A Dcloak.c276 sc = op->o_tmpcalloc( 1, sizeof( *sc ), op->o_tmpmemctx );
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/contrib/slapd-modules/lastbind/
H A Dlastbind.c200 cb = op->o_tmpcalloc( sizeof(slap_callback), 1, op->o_tmpmemctx );
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/back-bdb/
H A Did2entry.c421 boi = op->o_tmpcalloc(1,sizeof(struct bdb_op_info),op->o_tmpmemctx);
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/contrib/slapd-modules/samba4/
H A Drdnval.c121 fvals = op->o_tmpcalloc( sizeof( struct berval ), i + 1,
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/contrib/slapd-modules/smbk5pwd/
H A Dsmbk5pwd.c292 cb = op->o_tmpcalloc( 1, sizeof(slap_callback), op->o_tmpmemctx );
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/slapi/
H A Dslapi_pblock.c1150 an = (AttributeName *)pb->pb_op->o_tmpcalloc( i + 1,
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/back-sql/
H A Dsearch.c1936 c_id = (backsql_entryID *)op->o_tmpcalloc( 1,

Completed in 148 milliseconds