HomeSort by: relevance | last modified time | path
    Searched refs:o_tmpcalloc (Results 1 - 25 of 36) sorted by relevancy

1 2

  /src/external/bsd/openldap/dist/servers/slapd/back-asyncmeta/
message_queue.c 72 *new_bc = op->o_tmpcalloc( 1, sizeof( bm_context_t ), op->o_tmpmemctx );
76 (*new_bc)->candidates = op->o_tmpcalloc(ntargets, sizeof(SlapReply),op->o_tmpmemctx);
77 (*new_bc)->msgids = op->o_tmpcalloc(ntargets, sizeof(int),op->o_tmpmemctx);
78 (*new_bc)->nretries = op->o_tmpcalloc(ntargets, sizeof(int),op->o_tmpmemctx);
85 AttributeAssertion *ava = op->o_tmpcalloc( 1, sizeof(AttributeAssertion), op->o_tmpmemctx );
bind.c 107 candidates = op->o_tmpcalloc(mi->mi_ntargets, sizeof(SlapReply),op->o_tmpmemctx);
  /src/external/bsd/openldap/dist/servers/slapd/
sets.c 101 newset = cp->set_op->o_tmpcalloc( i + 1,
155 set = cp->set_op->o_tmpcalloc( 1,
177 set = cp->set_op->o_tmpcalloc( i, sizeof( struct berval ), cp->set_op->o_tmpmemctx );
237 set = cp->set_op->o_tmpcalloc( 1, sizeof( struct berval ),
290 set = cp->set_op->o_tmpcalloc( 1, sizeof( struct berval ),
299 set = cp->set_op->o_tmpcalloc( i * j + 1, sizeof( struct berval ),
387 set = cp->set_op->o_tmpcalloc( 1, sizeof( struct berval ),
399 nset = cp->set_op->o_tmpcalloc( 1, sizeof( struct berval ), cp->set_op->o_tmpmemctx );
436 set = cp->set_op->o_tmpcalloc( 1, sizeof( struct berval ),
448 nset = cp->set_op->o_tmpcalloc( 1, sizeof( struct berval ), cp->set_op->o_tmpmemctx )
    [all...]
  /src/external/bsd/openldap/dist/contrib/slapd-modules/dupent/
dupent.c 144 ds = (dupent_t *)op->o_tmpcalloc( 1,
277 ctrl = op->o_tmpcalloc( 1,
329 ctrl = op->o_tmpcalloc( 1, sizeof( LDAPControl ), op->o_tmpmemctx );
415 valnum = op->o_tmpcalloc( sizeof(valnum_t), nattrs, op->o_tmpmemctx );
511 sc = op->o_tmpcalloc( 1, sizeof( slap_callback ) + sizeof( dupent_cb_t ), op->o_tmpmemctx );
  /src/external/bsd/openldap/dist/contrib/slapd-modules/noopsrch/
noopsrch.c 132 ctrl = op->o_tmpcalloc( 1,
175 sc = op->o_tmpcalloc( 1, sizeof( slap_callback ) + sizeof( noopsrch_cb_t ), op->o_tmpmemctx );
  /src/external/bsd/openldap/dist/servers/slapd/overlays/
deref.c 199 ds = (DerefSpec *)op->o_tmpcalloc( 1,
324 dr = op->o_tmpcalloc( 1,
469 ctrl = op->o_tmpcalloc( 1,
509 sc = op->o_tmpcalloc( 1, sizeof( slap_callback ) + sizeof( deref_cb_t ), op->o_tmpmemctx );
seqmod.c 97 cb = op->o_tmpcalloc( 1, sizeof(slap_callback) + sizeof(modtarget),
nestgroup.c 408 sc = op->o_tmpcalloc( 1, sizeof(slap_callback) + sizeof(gdn_info), op->o_tmpmemctx);
445 nf->f_ava = op->o_tmpcalloc( 1, sizeof( AttributeAssertion ), op->o_tmpmemctx );
560 nf->f_ava = op->o_tmpcalloc( 1, sizeof( AttributeAssertion ), op->o_tmpmemctx );
589 sc = op->o_tmpcalloc( 1, sizeof(slap_callback) + sizeof(gdn_info), op->o_tmpmemctx);
782 slap_callback *sc = op->o_tmpcalloc( 1, sizeof(slap_callback)+sizeof(nestgroup_cbinfo), op->o_tmpmemctx );
refint.c 504 na = op->o_tmpcalloc( 1,
569 na = op->o_tmpcalloc( 1,
804 fptr = op->o_tmpcalloc( sizeof(Filter) + sizeof(MatchingRuleAssertion),
1034 slap_callback *sc = op->o_tmpcalloc( 1,
unique.c 1196 slap_callback *cb = op->o_tmpcalloc( 1, sizeof(slap_callback), op->o_tmpmemctx );
1340 slap_callback *cb = op->o_tmpcalloc( 1, sizeof(slap_callback), op->o_tmpmemctx );
1510 slap_callback *cb = op->o_tmpcalloc( 1, sizeof(slap_callback), op->o_tmpmemctx );
otp.c 933 cb = op->o_tmpcalloc( 1, sizeof(slap_callback), op->o_tmpmemctx );
ppolicy.c 871 ctrls = op->o_tmpcalloc( sizeof( LDAPControl * ), n, op->o_tmpmemctx );
1961 cb = op->o_tmpcalloc( sizeof(ppbind)+sizeof(slap_callback),
2193 cb = op->o_tmpcalloc( sizeof(slap_callback), 1, op->o_tmpmemctx );
2252 cb = op->o_tmpcalloc( sizeof(ppbind)+sizeof(slap_callback),
2934 slap_callback *sc = op->o_tmpcalloc( 1, sizeof( slap_callback ),
3198 cb = op->o_tmpcalloc( sizeof(ppbind)+sizeof(slap_callback),
dynlist.c 745 o.ors_attrs = op->o_tmpcalloc( i + 1, sizeof( AttributeName ), op->o_tmpmemctx );
1314 dnf->f_ava = op->o_tmpcalloc( 1, sizeof(AttributeAssertion), op->o_tmpmemctx );
1319 dnf->f_mra = op->o_tmpcalloc( 1, sizeof(MatchingRuleAssertion), op->o_tmpmemctx );
1372 dnf->f_ava = op->o_tmpcalloc( 1, sizeof(AttributeAssertion), op->o_tmpmemctx );
1892 sc = op->o_tmpcalloc( 1, sizeof(slap_callback)+sizeof(dynlist_search_t), op->o_tmpmemctx );
autoca.c 922 slap_callback *sc = op->o_tmpcalloc( 1, sizeof(slap_callback), op->o_tmpmemctx );
remoteauth.c 829 m.sml_values = op->o_tmpcalloc(
syncprov.c 1300 cb = op->o_tmpcalloc( 1, sizeof(slap_callback), op->o_tmpmemctx );
2704 cb = op->o_tmpcalloc(1, cbsize, op->o_tmpmemctx);
3141 cb = op->o_tmpcalloc( 1, sizeof(slap_callback), op->o_tmpmemctx );
3540 cb = op->o_tmpcalloc(1, sizeof(slap_callback)+sizeof(searchstate), op->o_tmpmemctx);
4333 sr = op->o_tmpcalloc( 1, sizeof(struct sync_control), op->o_tmpmemctx );
  /src/external/bsd/openldap/dist/contrib/slapd-modules/adremap/
adremap.c 492 f->f_ava = op->o_tmpcalloc(1, sizeof(AttributeAssertion), op->o_tmpmemctx);
499 f->f_ava = op->o_tmpcalloc(1, sizeof(AttributeAssertion), op->o_tmpmemctx);
513 f->f_ava = op->o_tmpcalloc(1, sizeof(AttributeAssertion), op->o_tmpmemctx);
569 cb = op->o_tmpcalloc(1, sizeof(slap_callback)+sizeof(adremap_ctx), op->o_tmpmemctx);
  /src/external/bsd/openldap/dist/contrib/slapd-modules/lastbind/
lastbind.c 240 cb = op->o_tmpcalloc( sizeof(slap_callback), 1, op->o_tmpmemctx );
  /src/external/bsd/openldap/dist/contrib/slapd-modules/cloak/
cloak.c 280 sc = op->o_tmpcalloc( 1, sizeof( *sc ), op->o_tmpmemctx );
  /src/external/bsd/openldap/dist/contrib/slapd-modules/alias/
alias.c 417 slap_callback *cb = op->o_tmpcalloc( 1,
  /src/external/bsd/openldap/dist/contrib/slapd-modules/samba4/
rdnval.c 126 fvals = op->o_tmpcalloc( sizeof( struct berval ), i + 1,
  /src/external/bsd/openldap/dist/contrib/slapd-modules/passwd/totp/
slapd-totp.c 939 cb = op->o_tmpcalloc( 1, sizeof(slap_callback), op->o_tmpmemctx );
  /src/external/bsd/openldap/dist/contrib/slapd-modules/smbk5pwd/
smbk5pwd.c 225 cb = op->o_tmpcalloc( 1, sizeof(slap_callback), op->o_tmpmemctx );
  /src/external/bsd/openldap/dist/contrib/slapd-modules/autogroup/
autogroup.c 877 sc = op->o_tmpcalloc( sizeof(slap_callback) + sizeof(ag_addinfo), 1, op->o_tmpmemctx );
1120 slap_callback *sc = op->o_tmpcalloc( sizeof(slap_callback) + sizeof(ag_addinfo), 1, op->o_tmpmemctx );
  /src/external/bsd/openldap/dist/servers/slapd/back-meta/
conn.c 986 candidates = op->o_tmpcalloc( mi->mi_ntargets, sizeof( SlapReply ), op->o_tmpmemctx );

Completed in 52 milliseconds

1 2