Home
last modified time | relevance | path

Searched refs:slap_sl_calloc (Results 1 – 9 of 9) sorted by relevance

/netbsd/external/bsd/openldap/dist/contrib/slapd-modules/rbac/
H A Djts.c105 slap_sl_calloc( sizeof(AttributeName), nattrs + 1, NULL ); in initialize_jts_session_permission_ads()
132 slap_sl_calloc( sizeof(AttributeName), nattrs + 1, NULL ); in initialize_jts_permission_ads()
158 slap_sl_calloc( sizeof(AttributeName), nattrs + 1, NULL ); in initialize_jts_user_ads()
H A Dinit.c114 slap_sl_calloc( sizeof(AttributeName), nattrs + 1, NULL ); in initialize_sessions()
/netbsd/external/bsd/openldap/dist/servers/slapd/
H A Dsl_malloc.c177 { slap_sl_malloc, slap_sl_calloc, slap_sl_realloc, slap_sl_free };
399 slap_sl_calloc( ber_len_t n, ber_len_t size, void *ctx ) in slap_sl_calloc() function
H A Dattr.c522 nvals = slap_sl_calloc( sizeof(struct berval), i + 1, memctx ); in attr_normalize()
H A Dresult.c1161 e_flags = slap_sl_calloc ( 1, i * sizeof(char *) + k, op->o_tmpmemctx ); in slap_send_search_entry()
1848 *ctrl = (LDAPControl *) slap_sl_calloc( 1, sizeof(LDAPControl), NULL ); in slap_read_controls()
H A Dacl.c2262 anlistp = slap_sl_calloc( sizeof( AttributeName ), nattrs + 2, in acl_set_gather()
H A Dproto-slap.h1878 LDAP_SLAPD_F (void *) slap_sl_calloc LDAP_P((
H A Dschema_init.c2408 lines = slap_sl_calloc( sizeof( struct berval ), 2 * ( l + 2 ), ctx ); in postalAddressNormalize()
/netbsd/external/bsd/openldap/dist/servers/slapd/back-sql/
H A Dentry-id.c50 dst = slap_sl_calloc( 1, sizeof( backsql_entryID ), ctx ); in backsql_entryID_dup()