Searched refs:SLAP_REALLOC (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/servers/slapd/
H A Dattr.c373 v2 = (BerVarray) SLAP_REALLOC( (char *) a->a_vals,
377 "attr_valadd: SLAP_REALLOC failed.\n", 0, 0, 0 );
382 v2 = (BerVarray) SLAP_REALLOC( (char *) a->a_nvals,
386 "attr_valadd: SLAP_REALLOC failed.\n", 0, 0, 0 );
H A Dmods.c434 tmp = SLAP_REALLOC( a->a_nvals[i].bv_val, strln+1 );
H A Dvalue.c68 *vals = (BerVarray) SLAP_REALLOC( (char *) *vals,
108 *vals = (BerVarray) SLAP_REALLOC( (char *) *vals,
H A Dslap.h93 #define SLAP_REALLOC(p,s) ber_memrealloc((p),(s)) macro
H A Dbconfig.c2837 tcp_buffer = SLAP_REALLOC( tcp_buffer, sizeof( struct berval ) * ( tcp_buffer_num + 2 ) );
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/servers/slapd/back-ldif/
H A Dldif.c750 Entry **entries = (Entry **) SLAP_REALLOC( tl->entries,

Completed in 99 milliseconds