Searched refs:NSLDAPI_REALLOC (Results 1 – 14 of 14) sorted by relevance
/titanic_50/usr/src/lib/libldap5/sources/ldap/common/ |
H A D | cache.c | 96 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 D | charray.c | 53 *a = (char **)NSLDAPI_REALLOC( (char *) *a, in ldap_charray_add() 88 *a = (char **)NSLDAPI_REALLOC( (char *) *a, in ldap_charray_merge()
|
H A D | getdn.c | 180 if ( (rdns = (char **)NSLDAPI_REALLOC( rdns, maxcomps * in ldap_explode_dns() 268 if (( rdns = (char **)NSLDAPI_REALLOC( in ldap_explode()
|
H A D | charset.c | 1176 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 D | dsparse.c | 67 if (( toks = (char **)NSLDAPI_REALLOC( toks, ( tokcnt + 2 ) * in ldap_next_line_tokens()
|
H A D | getdxbyname.c | 204 dxs = (char **)NSLDAPI_REALLOC( dxs, in decode_answer()
|
H A D | abandon.c | 257 if ( (ld->ld_abandoned = (int *)NSLDAPI_REALLOC( (char *) in do_abandon()
|
H A D | disptmpl.c | 412 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 D | control.c | 190 *controlsp = (struct ldapcontrol **)NSLDAPI_REALLOC( in nsldapi_get_controls()
|
H A D | getfilter.c | 529 if (( words = (char **)NSLDAPI_REALLOC( words, in break_into_words()
|
H A D | ufn.c | 187 if ( (dns = (char **)NSLDAPI_REALLOC( in ldap_ufn_search_ctx()
|
H A D | os-ip.c | 1268 newpollfds = (struct pollfd *)NSLDAPI_REALLOC( 1386 newpollfds = (LDAP_X_PollFD *)NSLDAPI_REALLOC(
|
H A D | ldap-int.h | 611 #define NSLDAPI_REALLOC( ptr, size ) ldap_x_realloc( ptr, size ) macro
|
H A D | request.c | 1085 *referralsp = (char *)NSLDAPI_REALLOC( *referralsp, in nsldapi_append_referral()
|