Searched refs:NSLDAPI_REALLOC (Results 1 - 14 of 14) sorted by relevance

/osnet-11/usr/src/lib/libldap5/sources/ldap/common/
H A Dcache.c96 mods = (LDAPMod **)NSLDAPI_REALLOC( mods,
132 mods = (LDAPMod **)NSLDAPI_REALLOC( mods,
H A Dcharray.c53 *a = (char **)NSLDAPI_REALLOC( (char *) *a,
88 *a = (char **)NSLDAPI_REALLOC( (char *) *a,
H A Ddsparse.c67 if (( toks = (char **)NSLDAPI_REALLOC( toks, ( tokcnt + 2 ) *
H A Dgetdn.c180 if ( (rdns = (char **)NSLDAPI_REALLOC( rdns, maxcomps *
268 if (( rdns = (char **)NSLDAPI_REALLOC(
H A Dabandon.c257 if ( (ld->ld_abandoned = (int *)NSLDAPI_REALLOC( (char *)
H A Dgetdxbyname.c204 dxs = (char **)NSLDAPI_REALLOC( dxs,
H A Ddisptmpl.c412 if (( attrs = (char **)NSLDAPI_REALLOC( attrs, ( attrcnt + 2 ) *
439 if (( attrs = (char **)NSLDAPI_REALLOC( attrs, ( attrcnt + 2 )
H A Dcontrol.c190 *controlsp = (struct ldapcontrol **)NSLDAPI_REALLOC(
H A Dcharset.c1176 if ( (oo = (Byte *)NSLDAPI_REALLOC( o, len )) == NULL ) {
1690 if ( (oo = (Byte *)NSLDAPI_REALLOC( o, len )) == NULL ) {
1753 if ( (oo = (Byte *)NSLDAPI_REALLOC( o, strlen( o ) + 1 )) == NULL ) {
1831 if ( (oo = (Byte *)NSLDAPI_REALLOC( o, strlen( o ) + 1 )) == NULL ) {
H A Dgetfilter.c529 if (( words = (char **)NSLDAPI_REALLOC( words,
H A Dufn.c187 if ( (dns = (char **)NSLDAPI_REALLOC(
H A Dldap-int.h608 #define NSLDAPI_REALLOC( ptr, size ) ldap_x_realloc( ptr, size ) macro
H A Dos-ip.c1267 newpollfds = (struct pollfd *)NSLDAPI_REALLOC(
1385 newpollfds = (LDAP_X_PollFD *)NSLDAPI_REALLOC(
H A Drequest.c1085 *referralsp = (char *)NSLDAPI_REALLOC( *referralsp,

Completed in 35 milliseconds