Searched refs:LDAPTOOL_SAFEREALLOC (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/cmd/ldap/common/
H A Dldaptool.h129 #define LDAPTOOL_SAFEREALLOC( ptr, size ) ( ptr == NULL ? malloc( size ) : \ macro
H A Dldapmodify.c926 if (( pmods = (LDAPMod **)LDAPTOOL_SAFEREALLOC( pmods, (i + 2) *
953 LDAPTOOL_SAFEREALLOC( pmods[ i ]->mod_bvalues,
1247 if (( buf = (char *)LDAPTOOL_SAFEREALLOC( buf, lmax )) == NULL ) {

Completed in 24 milliseconds