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

  /src/external/bsd/openldap/dist/contrib/slapd-modules/ciboolean/
ciboolean.c 75 nvalue.bv_val = slap_sl_malloc( nvalue.bv_len + 1, ctx );
  /src/external/bsd/openldap/dist/servers/slapd/
sl_malloc.c 53 * The caller of slap_sl_malloc, usually a thread pool task, must
177 { slap_sl_malloc, slap_sl_calloc, slap_sl_realloc, slap_sl_free };
297 slap_sl_malloc( function
309 Debug(LDAP_DEBUG_ANY, "slap_sl_malloc of %lu bytes failed\n",
406 newptr = slap_sl_malloc( total, ctx );
425 return slap_sl_malloc(size, ctx);
472 newptr = slap_sl_malloc(size-sizeof(ber_len_t), ctx);
487 newptr = slap_sl_malloc(size, ctx);
ldapsync.c 81 cookie->bv_val = slap_sl_malloc( len, op ? op->o_tmpmemctx : NULL );
179 ret = slap_sl_malloc( numcsns * sizeof(int), memctx );
233 a.a_nvals = slap_sl_malloc( numcsns * sizeof(struct berval), memctx );
schema_init.c 755 keys = slap_sl_malloc( sizeof( struct berval ) * (i+1), ctx );
790 keys = slap_sl_malloc( sizeof( struct berval ) * 2, ctx );
984 keys = slap_sl_malloc( sizeof( struct berval ) * (nkeys+1), ctx );
1111 keys = slap_sl_malloc( sizeof( struct berval ) * (nkeys+1), ctx );
1632 dnvalues = slap_sl_malloc( sizeof( struct berval ) * (i+1), ctx );
2333 q = normalized->bv_val = slap_sl_malloc( val->bv_len + 1, ctx );
2444 normalized->bv_val = slap_sl_malloc( normalized->bv_len + 1, ctx );
2699 keys = slap_sl_malloc( sizeof( struct berval ) * (i+1), ctx );
2702 keys[i].bv_val = slap_sl_malloc( index_intlen, ctx );
2708 itmp.bv_val = slap_sl_malloc( vlen, ctx )
    [all...]
modify.c 630 ml->sml_nvalues = slap_sl_malloc(
735 ix = slap_sl_malloc( nvals * sizeof(int), ctx );
827 BerVarray tmpv = slap_sl_malloc( sizeof( struct berval ) * nvals, ctx );
value.c 522 out->bv_val = slap_sl_malloc( out->bv_len + 1, ctx );
599 normalized->bv_val = slap_sl_malloc( normalized->bv_len + 1, ctx );
aci.c 1713 bv.bv_val = slap_sl_malloc( bv.bv_len + 1, ctx );
1772 out->bv_val = slap_sl_malloc( out->bv_len + 1, ctx );
schema_prep.c 265 socs = slap_sl_malloc( (noc+16) * sizeof( ObjectClass * ), ctx );
300 ocvalues = slap_sl_malloc( sizeof( struct berval ) * (noc+1), ctx );
dn.c 1162 new_dn->bv_val = (char *) slap_sl_malloc( new_dn->bv_len + 1, memctx );
schema_check.c 647 socs = slap_sl_malloc( (nocs+1) * sizeof(ObjectClass *), ctx );
ad.c 1041 attrs = (char **) slap_sl_malloc( (i + 1) * sizeof(char *), ctx );
syncrepl.c 4178 op->ors_filterstr.bv_val = (char *) slap_sl_malloc(
5929 new = (struct berval *)slap_sl_malloc( sizeof(struct berval), ctx );
5937 if ( ( new->bv_val = slap_sl_malloc( new->bv_len + 1, ctx ) ) == NULL ) {
5979 new = (struct berval *)slap_sl_malloc( sizeof(struct berval), ctx );
5987 if ( ( new->bv_val = slap_sl_malloc( new->bv_len + 1, ctx ) ) == NULL ) {
acl.c 2347 bvals = (BerVarray)slap_sl_malloc( sizeof( BerValue ) * 2,
proto-slap.h 1873 LDAP_SLAPD_F (void *) slap_sl_malloc LDAP_P((
  /src/external/bsd/openldap/dist/contrib/slapd-modules/datamorph/
datamorph.c 975 keys = slap_sl_malloc( sizeof(struct berval) * ( i + 1 ), ctx );
1003 keys = slap_sl_malloc( sizeof(struct berval) * 2, ctx );
1035 keys = slap_sl_malloc( sizeof(struct berval) * ( i + 1 ), ctx );
1039 keys[i].bv_val = slap_sl_malloc( keys[i].bv_len, ctx );
1068 keys = slap_sl_malloc( sizeof(struct berval) * 2, ctx );
1071 keys[0].bv_val = slap_sl_malloc( keys[0].bv_len, ctx );
  /src/external/bsd/openldap/dist/servers/slapd/back-asyncmeta/
bind.c 797 authzID.bv_val = slap_sl_malloc( authzID.bv_len + 1, op->o_tmpmemctx );
  /src/external/bsd/openldap/dist/servers/slapd/back-meta/
bind.c 1450 authzID.bv_val = slap_sl_malloc( authzID.bv_len + 1, op->o_tmpmemctx );
  /src/external/bsd/openldap/dist/servers/slapd/back-ldap/
bind.c 2273 authzID.bv_val = slap_sl_malloc( authzID.bv_len + 1, op->o_tmpmemctx );
  /src/external/bsd/openldap/dist/servers/slapd/overlays/
accesslog.c 2753 normalized->bv_val = slap_sl_malloc( len + 1, ctx );

Completed in 39 milliseconds