Searched refs:SLAP_MALLOC (Results 1 - 9 of 9) sorted by relevance

/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/servers/slapd/
H A Doidm.c60 char *tmp = SLAP_MALLOC( om->som_oid.bv_len
64 "oidm_find: SLAP_MALLOC failed", 0, 0, 0 );
H A Dcomponent.c494 *cid = SLAP_MALLOC( sizeof( ComponentId ) );
570 ca_comp_ref = SLAP_MALLOC( sizeof( ComponentReference ) );
957 _ca = SLAP_MALLOC( sizeof( ComponentAssertion ) );
1176 *filt = SLAP_MALLOC( sizeof(f) );
H A Dfilterentry.c223 a->a_comp_data = SLAP_MALLOC( sizeof( ComponentData ) +
719 a->a_comp_data = SLAP_MALLOC( sizeof( ComponentData ) + sizeof( ComponentSyntaxInfo* )*num_attr_vals );
H A Dvalue.c55 *vals = (BerVarray) SLAP_MALLOC( (nn + 1)
59 "value_add: SLAP_MALLOC failed.\n", 0, 0, 0 );
72 "value_add: SLAP_MALLOC failed.\n", 0, 0, 0 );
96 *vals = (BerVarray) SLAP_MALLOC( 2 * sizeof(struct berval) );
99 "value_add_one: SLAP_MALLOC failed.\n", 0, 0, 0 );
112 "value_add_one: SLAP_MALLOC failed.\n", 0, 0, 0 );
H A Dcontrols.c305 sc = (struct slap_control *)SLAP_MALLOC( sizeof( *sc ) );
475 oids = (char **)SLAP_MALLOC( (n + 1) * sizeof(char *) );
479 masks = (slap_mask_t *)SLAP_MALLOC( (n + 1) * sizeof(slap_mask_t) );
H A Dsasl.c1606 "slap_sasl_open: SLAP_MALLOC failed", 0, 0, 0 );
1680 SASL_CTX *ctx = (SASL_CTX *) SLAP_MALLOC(sizeof(SASL_CTX));
H A Dslap.h91 #define SLAP_MALLOC(s) ber_memalloc((s)) macro
H A Dbconfig.c2759 val->bv_val = SLAP_MALLOC( val->bv_len + 1 );
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/servers/slapd/back-ldif/
H A Dldif.c264 char *s = SLAP_MALLOC( dir->bv_len + more + 2 );
304 res->bv_val = SLAP_MALLOC( i + 1 + STRLENOF(LDIF) );
321 char *name = SLAP_MALLOC( len + sizeof( suffix ) );
436 *datap = data = ptr = SLAP_MALLOC( len + 1 );
852 bvl = SLAP_MALLOC( BVL_SIZE( fname_len ) );

Completed in 128 milliseconds