Searched refs:LDAPTOOL_SAFEREALLOC (Results 1 – 2 of 2) sorted by relevance
129 #define LDAPTOOL_SAFEREALLOC( ptr, size ) ( ptr == NULL ? malloc( size ) : \ macro
926 if (( pmods = (LDAPMod **)LDAPTOOL_SAFEREALLOC( pmods, (i + 2) *953 LDAPTOOL_SAFEREALLOC( pmods[ i ]->mod_bvalues,1247 if (( buf = (char *)LDAPTOOL_SAFEREALLOC( buf, lmax )) == NULL ) {