Searched refs:SLAP_CALLOC (Results 1 - 7 of 7) sorted by relevance

/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/
H A Dsyntax.c139 SLAP_CALLOC( 1, sizeof(struct sindexrec) );
141 Debug( LDAP_DEBUG_ANY, "SLAP_CALLOC Error\n", 0, 0, 0 );
185 ssyn = (Syntax *) SLAP_CALLOC( 1, sizeof(Syntax) );
187 Debug( LDAP_DEBUG_ANY, "SLAP_CALLOC Error\n", 0, 0, 0 );
259 ssyn->ssyn_sups = (Syntax **)SLAP_CALLOC( cnt + 1,
262 Debug( LDAP_DEBUG_ANY, "SLAP_CALLOC Error\n", 0, 0, 0 );
H A Doidm.c132 om = (OidMacro *) SLAP_CALLOC( sizeof(OidMacro), 1 );
135 "%s: SLAP_CALLOC failed", c->argv[0] );
H A Dsasl.c1581 SLAP_CALLOC( 5, sizeof(sasl_callback_t));
H A Dslap.h92 #define SLAP_CALLOC(n,s) ber_memcalloc((n),(s)) macro
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/contrib/slapd-modules/samba4/
H A Dvernum.c124 ml = SLAP_CALLOC( sizeof( Modifications ), 1 );
125 ml->sml_values = SLAP_CALLOC( sizeof( struct berval ) , 2 );
139 ml = SLAP_CALLOC( sizeof( Modifications ), 1 );
140 ml->sml_values = SLAP_CALLOC( sizeof( struct berval ) , 2 );
H A Drdnval.c226 *valsp = SLAP_CALLOC( sizeof( struct berval ), nAVA + 1 );
227 *nvalsp = SLAP_CALLOC( sizeof( struct berval ), nAVA + 1 );
360 ml = SLAP_CALLOC( sizeof( Modifications ), 1 );
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/contrib/slapd-modules/cloak/
H A Dcloak.c162 *cip = (cloak_info_t *)SLAP_CALLOC( 1, sizeof( cloak_info_t ) );

Completed in 92 milliseconds