Searched refs:slap_sl_malloc (Results 1 - 19 of 19) sorted by relevance

/netbsd-current/external/bsd/openldap/dist/servers/slapd/
H A Dsl_malloc.c53 * 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);
H A Dldapsync.c81 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 );
H A Dschema_init.c755 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 );
2331 q = normalized->bv_val = slap_sl_malloc( val->bv_len + 1, ctx );
2442 normalized->bv_val = slap_sl_malloc( normalized->bv_len + 1, ctx );
2697 keys = slap_sl_malloc( sizeof( struct berval ) * (i+1), ctx );
2700 keys[i].bv_val = slap_sl_malloc( index_intlen, ctx );
2706 itmp.bv_val = slap_sl_malloc( vle
[all...]
H A Dmodify.c630 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 );
H A Dvalue.c522 out->bv_val = slap_sl_malloc( out->bv_len + 1, ctx );
599 normalized->bv_val = slap_sl_malloc( normalized->bv_len + 1, ctx );
H A Dschema_prep.c265 socs = slap_sl_malloc( (noc+16) * sizeof( ObjectClass * ), ctx );
300 ocvalues = slap_sl_malloc( sizeof( struct berval ) * (noc+1), ctx );
H A Daci.c1711 bv.bv_val = slap_sl_malloc( bv.bv_len + 1, ctx );
1770 out->bv_val = slap_sl_malloc( out->bv_len + 1, ctx );
H A Dschema_check.c647 socs = slap_sl_malloc( (nocs+1) * sizeof(ObjectClass *), ctx );
H A Ddn.c1162 new_dn->bv_val = (char *) slap_sl_malloc( new_dn->bv_len + 1, memctx );
H A Dad.c1041 attrs = (char **) slap_sl_malloc( (i + 1) * sizeof(char *), ctx );
H A Dsyncrepl.c3997 op->ors_filterstr.bv_val = (char *) slap_sl_malloc(
5710 new = (struct berval *)slap_sl_malloc( sizeof(struct berval), ctx );
5718 if ( ( new->bv_val = slap_sl_malloc( new->bv_len + 1, ctx ) ) == NULL ) {
5760 new = (struct berval *)slap_sl_malloc( sizeof(struct berval), ctx );
5768 if ( ( new->bv_val = slap_sl_malloc( new->bv_len + 1, ctx ) ) == NULL ) {
H A Dproto-slap.h1874 LDAP_SLAPD_F (void *) slap_sl_malloc LDAP_P((
H A Dacl.c2347 bvals = (BerVarray)slap_sl_malloc( sizeof( BerValue ) * 2,
/netbsd-current/external/bsd/openldap/dist/contrib/slapd-modules/datamorph/
H A Ddatamorph.c975 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 );
/netbsd-current/external/bsd/openldap/dist/servers/slapd/back-asyncmeta/
H A Dbind.c788 authzID.bv_val = slap_sl_malloc( authzID.bv_len + 1, op->o_tmpmemctx );
/netbsd-current/external/bsd/openldap/dist/servers/slapd/back-meta/
H A Dbind.c1451 authzID.bv_val = slap_sl_malloc( authzID.bv_len + 1, op->o_tmpmemctx );
/netbsd-current/external/bsd/openldap/dist/servers/slapd/back-ndb/
H A Dndbio.cpp1277 list = (struct berval *)slap_sl_malloc( (num+1)*sizeof(struct berval), ctx);
/netbsd-current/external/bsd/openldap/dist/servers/slapd/back-ldap/
H A Dbind.c2265 authzID.bv_val = slap_sl_malloc( authzID.bv_len + 1, op->o_tmpmemctx );
/netbsd-current/external/bsd/openldap/dist/servers/slapd/overlays/
H A Daccesslog.c2607 normalized->bv_val = slap_sl_malloc( len + 1, ctx );

Completed in 334 milliseconds