Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libldap5/sources/ldap/common/
H A Dcache.c96 mods = (LDAPMod **)NSLDAPI_REALLOC( mods, in nsldapi_add_result_to_cache()
132 mods = (LDAPMod **)NSLDAPI_REALLOC( mods, in nsldapi_add_result_to_cache()
H A Dcharray.c53 *a = (char **)NSLDAPI_REALLOC( (char *) *a, in ldap_charray_add()
88 *a = (char **)NSLDAPI_REALLOC( (char *) *a, in ldap_charray_merge()
H A Dgetdn.c180 if ( (rdns = (char **)NSLDAPI_REALLOC( rdns, maxcomps * in ldap_explode_dns()
268 if (( rdns = (char **)NSLDAPI_REALLOC( in ldap_explode()
H A Dcharset.c1176 if ( (oo = (Byte *)NSLDAPI_REALLOC( o, len )) == NULL ) { in ldap_t61_to_8859()
1690 if ( (oo = (Byte *)NSLDAPI_REALLOC( o, len )) == NULL ) { in ldap_8859_to_t61()
1753 if ( (oo = (Byte *)NSLDAPI_REALLOC( o, strlen( o ) + 1 )) == NULL ) {
1831 if ( (oo = (Byte *)NSLDAPI_REALLOC( o, strlen( o ) + 1 )) == NULL ) {
H A Ddsparse.c67 if (( toks = (char **)NSLDAPI_REALLOC( toks, ( tokcnt + 2 ) * in ldap_next_line_tokens()
H A Dgetdxbyname.c204 dxs = (char **)NSLDAPI_REALLOC( dxs, in decode_answer()
H A Dabandon.c257 if ( (ld->ld_abandoned = (int *)NSLDAPI_REALLOC( (char *) in do_abandon()
H A Ddisptmpl.c412 if (( attrs = (char **)NSLDAPI_REALLOC( attrs, ( attrcnt + 2 ) * in ldap_tmplattrs()
439 if (( attrs = (char **)NSLDAPI_REALLOC( attrs, ( attrcnt + 2 ) in ldap_tmplattrs()
H A Dcontrol.c190 *controlsp = (struct ldapcontrol **)NSLDAPI_REALLOC( in nsldapi_get_controls()
H A Dgetfilter.c529 if (( words = (char **)NSLDAPI_REALLOC( words, in break_into_words()
H A Dufn.c187 if ( (dns = (char **)NSLDAPI_REALLOC( in ldap_ufn_search_ctx()
H A Dos-ip.c1268 newpollfds = (struct pollfd *)NSLDAPI_REALLOC(
1386 newpollfds = (LDAP_X_PollFD *)NSLDAPI_REALLOC(
H A Dldap-int.h611 #define NSLDAPI_REALLOC( ptr, size ) ldap_x_realloc( ptr, size ) macro
H A Drequest.c1085 *referralsp = (char *)NSLDAPI_REALLOC( *referralsp, in nsldapi_append_referral()