Home
last modified time | relevance | path

Searched refs:SLAP_MALLOC (Results 1 – 8 of 8) sorted by relevance

/netbsd/src/external/bsd/openldap/dist/servers/slapd/
Dcomponent.c499 *cid = SLAP_MALLOC( sizeof( ComponentId ) ); in get_componentId()
575 ca_comp_ref = SLAP_MALLOC( sizeof( ComponentReference ) ); in get_component_reference()
968 _ca = SLAP_MALLOC( sizeof( ComponentAssertion ) ); in get_item()
1182 *filt = SLAP_MALLOC( sizeof(f) ); in parse_comp_filter()
Doidm.c65 char *tmp = SLAP_MALLOC( om->som_oid.bv_len in oidm_find()
Dvalue.c60 *vals = (BerVarray) SLAP_MALLOC( (nn + 1) in value_add()
101 *vals = (BerVarray) SLAP_MALLOC( 2 * sizeof(struct berval) ); in value_add_one()
Dfilterentry.c228 … a->a_comp_data = SLAP_MALLOC( sizeof( ComponentData ) + in test_mra_filter()
724 …a->a_comp_data = SLAP_MALLOC( sizeof( ComponentData ) + sizeof( ComponentSyntaxInfo* )*num_attr_va… in test_ava_filter()
Dcontrols.c318 sc = (struct slap_control *)SLAP_MALLOC( sizeof( *sc ) ); in register_supported_control2()
525 oids = (char **)SLAP_MALLOC( (n + 1) * sizeof(char *) ); in get_supported_controls()
529 masks = (slap_mask_t *)SLAP_MALLOC( (n + 1) * sizeof(slap_mask_t) ); in get_supported_controls()
Dsasl.c1461 SASL_CTX *ctx = (SASL_CTX *) SLAP_MALLOC(sizeof(SASL_CTX)); in slap_sasl_open()
Dslap.h97 #define SLAP_MALLOC(s) ber_memalloc((s)) macro
/netbsd/src/external/bsd/openldap/dist/servers/slapd/back-ldif/
Dldif.c269 char *s = SLAP_MALLOC( dir->bv_len + more + 2 ); in fullpath_alloc()
309 res->bv_val = SLAP_MALLOC( i + 1 + STRLENOF(LDIF) ); in get_parent_path()
326 char *name = SLAP_MALLOC( len + sizeof( suffix ) ); in ldif_tempname()
440 *datap = data = ptr = SLAP_MALLOC( len + 1 ); in ldif_read_file()
859 bvl = SLAP_MALLOC( BVL_SIZE( fname_len ) ); in ldif_readdir()