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

1 2 3

  /src/external/bsd/openldap/dist/servers/slapd/back-sock/
extended.c 59 b64.bv_val = op->o_tmpalloc( b64.bv_len + 1, op->o_tmpmemctx );
  /src/external/bsd/openldap/dist/servers/slapd/
filter.c 317 *filt = op->o_tmpalloc( sizeof(f), op->o_tmpmemctx );
526 f->f_sub = op->o_tmpalloc( sizeof( ssa ), op->o_tmpmemctx );
682 fstr->bv_val = op->o_tmpalloc( fstr->bv_len + 1, op->o_tmpmemctx );
701 fstr->bv_val = op->o_tmpalloc( fstr->bv_len + 128, op->o_tmpmemctx );
776 fstr->bv_val = op->o_tmpalloc( fstr->bv_len + 1, op->o_tmpmemctx );
787 fstr->bv_val = op->o_tmpalloc( fstr->bv_len + 128, op->o_tmpmemctx );
832 fstr->bv_val = op->o_tmpalloc( fstr->bv_len + 1, op->o_tmpmemctx );
1098 *filt = op->o_tmpalloc( sizeof vrf, op->o_tmpmemctx );
1238 fstr->bv_val = op->o_tmpalloc( fstr->bv_len + 128, op->o_tmpmemctx );
1279 fstr->bv_val = op->o_tmpalloc( fstr->bv_len + 1, op->o_tmpmemctx )
    [all...]
component.c 175 dup_cr = op->o_tmpalloc( sizeof( ComponentReference ), op->o_tmpmemctx );
186 *ci_temp = op->o_tmpalloc( sizeof( ComponentId ), op->o_tmpmemctx );
242 *out_ca = op->o_tmpalloc( sizeof( ComponentAssertion ), op->o_tmpmemctx );
294 *out_f = op->o_tmpalloc( sizeof(dup_f), op->o_tmpmemctx );
497 *cid = op->o_tmpalloc( sizeof( ComponentId ), op->o_tmpmemctx );
572 ca_comp_ref = op->o_tmpalloc( sizeof( ComponentReference ),
966 _ca = op->o_tmpalloc( sizeof( ComponentAssertion ), op->o_tmpmemctx );
1180 *filt = op->o_tmpalloc( sizeof(f), op->o_tmpmemctx );
ava.c 101 aa = op->o_tmpalloc( sizeof( AttributeAssertion ), op->o_tmpmemctx );
mra.c 226 f->f_mra = op->o_tmpalloc( length, op->o_tmpmemctx );
  /src/external/bsd/openldap/dist/servers/slapd/back-mdb/
dn2id.c 115 d = op->o_tmpalloc(sizeof(diskNode) + rlen + nrlen + sizeof(ID), op->o_tmpmemctx);
178 p2 = op->o_tmpalloc( rlen + 2, op->o_tmpmemctx );
189 p2 = op->o_tmpalloc( data.mv_size, op->o_tmpmemctx );
259 p2 = op->o_tmpalloc( rlen + 2, op->o_tmpmemctx );
270 p2 = op->o_tmpalloc( data.mv_size, op->o_tmpmemctx );
362 d = op->o_tmpalloc( data.mv_size, op->o_tmpmemctx );
415 ptr = op->o_tmpalloc( matched->bv_len+1, op->o_tmpmemctx );
485 d = op->o_tmpalloc( data.mv_size, op->o_tmpmemctx );
612 name->bv_val = op->o_tmpalloc( name->bv_len + 1, op->o_tmpmemctx );
613 nname->bv_val = op->o_tmpalloc( nname->bv_len + 1, op->o_tmpmemctx )
    [all...]
index.c 518 ap->a_comp_data = op->o_tmpalloc( sizeof( ComponentData ), op->o_tmpmemctx );
526 cr->cr_nvals = (BerVarray)op->o_tmpalloc( sizeof( struct berval )*num_attr, op->o_tmpmemctx );
  /src/external/bsd/openldap/dist/contrib/slapd-modules/authzid/
authzid.c 224 ctrls = op->o_tmpalloc( sizeof( LDAPControl * )*( n + 2 ), op->o_tmpmemctx );
233 ctrls[n] = op->o_tmpalloc( sizeof( LDAPControl ) + len + 1, op->o_tmpmemctx );
296 op->o_callback = op->o_tmpalloc( sizeof( slap_callback ), op->o_tmpmemctx );
  /src/external/bsd/openldap/dist/servers/slapd/back-asyncmeta/
add.c 99 attrs = op->o_tmpalloc(sizeof( LDAPMod * )*i, op->o_tmpmemctx);
110 attrs[ i ] = op->o_tmpalloc( sizeof( LDAPMod ), op->o_tmpmemctx );
117 attrs[ i ]->mod_bvalues = op->o_tmpalloc( ( j + 1 ) * sizeof( struct berval * ), op->o_tmpmemctx );
119 attrs[ i ]->mod_bvalues[ j ] = op->o_tmpalloc( sizeof( struct berval ), op->o_tmpmemctx );
search.c 114 fstr->bv_val = dc->op->o_tmpalloc( fstr->bv_len + 1, memctx );
126 fstr->bv_val = dc->op->o_tmpalloc( fstr->bv_len + 1, memctx );
138 fstr->bv_val = dc->op->o_tmpalloc( fstr->bv_len + 1, memctx );
150 fstr->bv_val = dc->op->o_tmpalloc( fstr->bv_len + 1, memctx );
160 fstr->bv_val = dc->op->o_tmpalloc( fstr->bv_len + 128, memctx ); /* FIXME: why 128 ? */
214 fstr->bv_val = dc->op->o_tmpalloc( fstr->bv_len + 1, memctx );
224 fstr->bv_val = dc->op->o_tmpalloc( fstr->bv_len + 128, memctx ); /* FIXME: why 128? */
265 fstr->bv_val = dc->op->o_tmpalloc( fstr->bv_len + 1, memctx );
510 op->o_ctrls = op->o_tmpalloc( len, op->o_tmpmemctx );
message_queue.c 92 struct berval *bv = op->o_tmpalloc( sizeof( struct berval ), op->o_tmpmemctx );
98 struct berval *bv = op->o_tmpalloc( sizeof( struct berval ), op->o_tmpmemctx );
modify.c 76 modv = op->o_tmpalloc( ( i + 1 )*sizeof( LDAPMod * ) + i*sizeof( LDAPMod ),
100 mods[ i ].mod_bvalues =(struct berval **)op->o_tmpalloc( ( j + 1 ) *sizeof( struct berval * ), op->o_tmpmemctx );
102 mods[ i ].mod_bvalues[ j ] = op->o_tmpalloc(sizeof( struct berval ), op->o_tmpmemctx );
map.c 221 res->bv_val = dc->op->o_tmpalloc( res->bv_len + 1, dc->memctx );
  /src/external/bsd/openldap/dist/servers/slapd/overlays/
nestgroup.c 343 DNpair *dp = op->o_tmpalloc( sizeof(DNpair), op->o_tmpmemctx );
438 f = op->o_tmpalloc( sizeof(Filter), op->o_tmpmemctx );
449 f = op->o_tmpalloc( sizeof(Filter), op->o_tmpmemctx );
472 bv = op->o_tmpalloc( (new->a_numvals + 1) * 2 * sizeof(struct berval), op->o_tmpmemctx );
506 DNpair *dp = op->o_tmpalloc( sizeof(DNpair), op->o_tmpmemctx );
554 f = op->o_tmpalloc( sizeof(Filter), op->o_tmpmemctx );
564 f = op->o_tmpalloc( sizeof(Filter), op->o_tmpmemctx );
rwmmap.c 571 fstr->bv_val = op->o_tmpalloc( fstr->bv_len + 1, op->o_tmpmemctx );
588 fstr->bv_val = op->o_tmpalloc( fstr->bv_len + 1, op->o_tmpmemctx );
605 fstr->bv_val = op->o_tmpalloc( fstr->bv_len + 1, op->o_tmpmemctx );
622 fstr->bv_val = op->o_tmpalloc( fstr->bv_len + 1, op->o_tmpmemctx );
641 fstr->bv_val = op->o_tmpalloc( fstr->bv_len + 128, op->o_tmpmemctx );
706 fstr->bv_val = op->o_tmpalloc( fstr->bv_len + 1, op->o_tmpmemctx );
716 fstr->bv_val = op->o_tmpalloc( fstr->bv_len + 128, op->o_tmpmemctx );
763 fstr->bv_val = op->o_tmpalloc( fstr->bv_len + 1, op->o_tmpmemctx );
sssvlv.c 238 ctrl = (LDAPControl *)op->o_tmpalloc( sizeof(LDAPControl)+
292 ctrl = (LDAPControl *)op->o_tmpalloc( sizeof(LDAPControl)+
331 ctrl = (LDAPControl *)op->o_tmpalloc( sizeof(LDAPControl)+
531 sn = op->o_tmpalloc( sizeof(sort_node) +
738 sn = op->o_tmpalloc( len, op->o_tmpmemctx );
938 slap_callback *cb = op->o_tmpalloc( sizeof(slap_callback),
1157 sc = op->o_tmpalloc( sizeof(sort_ctrl) +
1237 vc = op->o_tmpalloc( sizeof(vlv_ctrl), op->o_tmpmemctx );
autoca.c 314 args->derpkey.bv_val = op->o_tmpalloc( args->derpkey.bv_len, op->o_tmpmemctx );
393 args->dercert.bv_val = op->o_tmpalloc( args->dercert.bv_len, op->o_tmpmemctx );
853 extras[0].value = op->o_tmpalloc( sizeof("email:") + a->a_vals[0].bv_len, op->o_tmpmemctx );
866 extras[0].value = op->o_tmpalloc( sizeof("IP:") + a->a_vals[0].bv_len, op->o_tmpmemctx );
refint.c 478 ip = op->o_tmpalloc(sizeof(dependent_data), op->o_tmpmemctx );
670 m = op2.o_tmpalloc( sizeof(Modifications) +
698 m = op2.o_tmpalloc( len, op2.o_tmpmemctx );
730 m = op2.o_tmpalloc( len, op2.o_tmpmemctx );
translucent.c 988 n = op->o_tmpalloc( sizeof(Filter), op->o_tmpmemctx );
996 n = op->o_tmpalloc( sizeof(Filter), op->o_tmpmemctx );
1011 n = op->o_tmpalloc( sizeof(Filter), op->o_tmpmemctx );
1014 nava = op->o_tmpalloc( sizeof(AttributeAssertion), op->o_tmpmemctx );
1027 n = op->o_tmpalloc( sizeof(Filter), op->o_tmpmemctx );
1030 nsub = op->o_tmpalloc( sizeof(SubstringsAssertion), op->o_tmpmemctx );
1051 n = op->o_tmpalloc( sizeof(Filter), op->o_tmpmemctx );
  /src/external/bsd/openldap/dist/servers/slapd/back-ldap/
extended.c 249 rs->sr_text = op->o_tmpalloc( strlen( text ) + 1, op->o_tmpmemctx );
376 rs->sr_text = op->o_tmpalloc( strlen( text ) + 1, op->o_tmpmemctx );
search.c 119 filter->bv_val = op->o_tmpalloc( filter->bv_len + 1,
209 attrs = op->o_tmpalloc( ( i + x + 1 )*sizeof( char * ),
443 rs->sr_ref = op->o_tmpalloc( ( cnt + 1 ) * sizeof( struct berval ),
542 rs->sr_ref = op->o_tmpalloc( ( cnt + 1 ) * sizeof( struct berval ),
980 filter = op->o_tmpalloc( STRLENOF( "(objectClass=" ")" )
  /src/external/bsd/openldap/dist/contrib/slapd-modules/adremap/
adremap.c 484 f = op->o_tmpalloc(sizeof(Filter), op->o_tmpmemctx);
489 f->f_and = op->o_tmpalloc(sizeof(Filter), op->o_tmpmemctx);
496 f->f_next = op->o_tmpalloc(sizeof(Filter), op->o_tmpmemctx);
511 f = op->o_tmpalloc(sizeof(Filter), op->o_tmpmemctx);
519 fnew = op->o_tmpalloc(sizeof(Filter), op->o_tmpmemctx);
530 f = op->o_tmpalloc(sizeof(Filter), op->o_tmpmemctx);
  /src/external/bsd/openldap/dist/contrib/slapd-modules/samba4/
rdnval.c 141 op2.ors_filterstr.bv_val = op->o_tmpalloc( op2.ors_filterstr.bv_len + 1, op->o_tmpmemctx );
454 mod = op->o_tmpalloc( len, op->o_tmpmemctx );
510 op->ors_filterstr.bv_val = op->o_tmpalloc( op->ors_filterstr.bv_len + 1, op->o_tmpmemctx );
pguid.c 261 mod = op->o_tmpalloc( len, op->o_tmpmemctx );
317 op->ors_filterstr.bv_val = op->o_tmpalloc( op->ors_filterstr.bv_len + 1, op->o_tmpmemctx );
vernum.c 226 mod = op->o_tmpalloc( len, op->o_tmpmemctx );
282 op->ors_filterstr.bv_val = op->o_tmpalloc( op->ors_filterstr.bv_len + 1, op->o_tmpmemctx );

Completed in 71 milliseconds

1 2 3