/titanic_41/usr/src/lib/libldap5/sources/ldap/common/ |
H A D | referral.c | 95 ldap_parse_reference( LDAP *ld, LDAPMessage *ref, char ***referralsp, in ldap_parse_reference() argument 105 err = nsldapi_parse_reference( ld, ref->lm_ber, referralsp, in ldap_parse_reference() 123 nsldapi_parse_reference( LDAP *ld, BerElement *rber, char ***referralsp, in nsldapi_parse_reference() argument 162 if ( referralsp == NULL ) { in nsldapi_parse_reference() 165 *referralsp = refs; in nsldapi_parse_reference()
|
H A D | error.c | 486 char **errmsgp, char ***referralsp, LDAPControl ***serverctrlsp, in ldap_parse_result() argument 515 &m, &e, referralsp, serverctrlsp ); in ldap_parse_result() 559 char **matchednp, char **errmsgp, char ***referralsp, in nsldapi_parse_result() argument 601 if ( referralsp != NULL ) { in nsldapi_parse_result() 602 *referralsp = NULL; in nsldapi_parse_result() 618 if ( referralsp == NULL ) { in nsldapi_parse_result() 624 referralsp ); in nsldapi_parse_result() 626 } else if ( referralsp != NULL ) { in nsldapi_parse_result() 627 *referralsp = NULL; in nsldapi_parse_result()
|
H A D | request.c | 1075 nsldapi_append_referral( LDAP *ld, char **referralsp, char *s ) in nsldapi_append_referral() argument 1079 if ( *referralsp == NULL ) { in nsldapi_append_referral() 1081 *referralsp = (char *)NSLDAPI_MALLOC( strlen( s ) + in nsldapi_append_referral() 1085 *referralsp = (char *)NSLDAPI_REALLOC( *referralsp, in nsldapi_append_referral() 1086 strlen( *referralsp ) + strlen( s ) + 2 ); in nsldapi_append_referral() 1089 if ( *referralsp == NULL ) { in nsldapi_append_referral() 1094 strcpy( *referralsp, LDAP_REF_STR ); in nsldapi_append_referral() 1096 strcat( *referralsp, "\n" ); in nsldapi_append_referral() 1098 strcat( *referralsp, s ); in nsldapi_append_referral()
|
H A D | ldap-int.h | 671 int *errcodep, char **matchednp, char **errmsgp, char ***referralsp, 703 int nsldapi_parse_reference( LDAP *ld, BerElement *rber, char ***referralsp, 741 int nsldapi_append_referral( LDAP *ld, char **referralsp, char *s );
|
H A D | llib-lldap | 189 char ***referralsp, LDAPControl ***serverctrlsp, int freeit); 201 …essage *res, int *errcodep, char **matcheddnp, char **errmsgp, char ***referralsp, LDAPControl ***…
|
/titanic_41/usr/src/lib/libnisdb/ |
H A D | ldap_op.c | 1119 findReferralCon(char **referralsp, int *stat) in findReferralCon() argument 1146 for (i = 0; referralsp[i] != NULL; i++) { in findReferralCon() 1147 if (ldap_url_parse(referralsp[i], &ludpp) != LDAP_SUCCESS) in findReferralCon() 1175 for (i = 0; referralsp[i] != NULL; i++) { in findReferralCon() 1176 if (ldap_url_parse(referralsp[i], &ludpp) != LDAP_SUCCESS) in findReferralCon() 1224 myself, NIL(referralsp[0])); in findReferralCon() 1366 char **referralsp = NULL; in ldapSearch() local 1533 &referralsp, NULL, 0); in ldapSearch() 1534 if (referralsp != NULL) { in ldapSearch() 1538 lc = findReferralCon(referralsp, &stat); in ldapSearch() [all …]
|
H A D | nis_parse_ldap_conf.c | 1122 char **referralsp = NULL; in process_ldap_referral_msg() local 1126 rc = ldap_parse_result(ld, resultMsg, &errCode, NULL, NULL, &referralsp, in process_ldap_referral_msg() 1134 for (i = 0; referralsp[i] != NULL; i++) { in process_ldap_referral_msg() 1135 rc = process_ldap_referral(referralsp[i], attrs, in process_ldap_referral_msg() 1142 referralsp[i]); in process_ldap_referral_msg() 1151 if (referralsp) in process_ldap_referral_msg() 1152 ldap_value_free(referralsp); in process_ldap_referral_msg()
|
/titanic_41/usr/src/lib/libldap5/sources/ldap/ssldap/ |
H A D | clientinit.c | 868 char ***referralsp) in ldapssl_tls_start_s() argument 913 rc = ldap_parse_result( ld, res, NULL, NULL, NULL, referralsp, NULL, 0 ); in ldapssl_tls_start_s()
|
/titanic_41/usr/src/head/ |
H A D | ldap.h | 632 int *errcodep, char **matcheddnp, char **errmsgp, char ***referralsp, 647 char ***referralsp, LDAPControl ***serverctrlsp, int freeit);
|