Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Dcache.c94 mods = (LDAPMod **)NSLDAPI_REALLOC( mods, in nsldapi_add_result_to_cache()
130 mods = (LDAPMod **)NSLDAPI_REALLOC( mods, in nsldapi_add_result_to_cache()
H A Dcharray.c51 *a = (char **)NSLDAPI_REALLOC( (char *) *a, in ldap_charray_add()
86 *a = (char **)NSLDAPI_REALLOC( (char *) *a, in ldap_charray_merge()
H A Dgetdn.c172 if ( (rdns = (char **)NSLDAPI_REALLOC( rdns, maxcomps * in ldap_explode_dns()
261 if (( rdns = (char **)NSLDAPI_REALLOC( in ldap_explode()
H A Dcharset.c1174 if ( (oo = (Byte *)NSLDAPI_REALLOC( o, len )) == NULL ) { in ldap_t61_to_8859()
1688 if ( (oo = (Byte *)NSLDAPI_REALLOC( o, len )) == NULL ) { in ldap_8859_to_t61()
1751 if ( (oo = (Byte *)NSLDAPI_REALLOC( o, strlen( o ) + 1 )) == NULL ) {
1829 if ( (oo = (Byte *)NSLDAPI_REALLOC( o, strlen( o ) + 1 )) == NULL ) {
H A Ddsparse.c64 if (( toks = (char **)NSLDAPI_REALLOC( toks, ( tokcnt + 2 ) * in ldap_next_line_tokens()
H A Dgetdxbyname.c202 dxs = (char **)NSLDAPI_REALLOC( dxs, in decode_answer()
H A Dabandon.c255 if ( (ld->ld_abandoned = (int *)NSLDAPI_REALLOC( (char *) in do_abandon()
H A Ddisptmpl.c409 if (( attrs = (char **)NSLDAPI_REALLOC( attrs, ( attrcnt + 2 ) * in ldap_tmplattrs()
436 if (( attrs = (char **)NSLDAPI_REALLOC( attrs, ( attrcnt + 2 ) in ldap_tmplattrs()
H A Dcontrol.c188 *controlsp = (struct ldapcontrol **)NSLDAPI_REALLOC( in nsldapi_get_controls()
H A Dgetfilter.c526 if (( words = (char **)NSLDAPI_REALLOC( words, in break_into_words()
H A Dufn.c185 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.h609 #define NSLDAPI_REALLOC( ptr, size ) ldap_x_realloc( ptr, size ) macro
H A Drequest.c1083 *referralsp = (char *)NSLDAPI_REALLOC( *referralsp, in nsldapi_append_referral()