Home
last modified time | relevance | path

Searched refs:LDAP_RES_SEARCH_REFERENCE (Results 1 – 9 of 9) sorted by relevance

/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Dreferral.c42 if ( res->lm_msgtype == LDAP_RES_SEARCH_REFERENCE ) { in ldap_first_reference()
59 if ( ref->lm_msgtype == LDAP_RES_SEARCH_REFERENCE ) { in ldap_next_reference()
79 if ( res->lm_msgtype == LDAP_RES_SEARCH_REFERENCE ) { in ldap_count_references()
H A Dresult.c194 && lm->lm_msgtype != LDAP_RES_SEARCH_REFERENCE in check_response_queue()
574 ( tag == LDAP_RES_SEARCH_REFERENCE ) ? "REFERENCE" : "RESULT", id,
583 if ( id != LDAP_RES_UNSOLICITED && ( tag == LDAP_RES_SEARCH_REFERENCE ||
599 } else if ( tag != LDAP_RES_SEARCH_REFERENCE ) {
663 lr->lr_res_msgtype != LDAP_RES_SEARCH_REFERENCE ) {
725 || (new->lm_msgtype != LDAP_RES_SEARCH_REFERENCE
784 || tmp->lm_chain->lm_msgtype == LDAP_RES_SEARCH_REFERENCE );
911 if ( lr->lr_res_msgtype == LDAP_RES_SEARCH_REFERENCE ) {
928 ( lr->lr_res_msgtype == LDAP_RES_SEARCH_REFERENCE ),
1199 || msgtype == LDAP_RES_SEARCH_REFERENCE ) {
[all …]
H A Derror.c501 lm->lm_msgtype != LDAP_RES_SEARCH_REFERENCE ) { in ldap_parse_result()
532 lm->lm_msgtype != LDAP_RES_SEARCH_REFERENCE ) { in ldap_parse_result()
H A Dldap-int.h626 ( (lm) != NULL && (lm)->lm_msgtype == LDAP_RES_SEARCH_REFERENCE )
/illumos-gate/usr/src/cmd/ldap/common/
H A Dldapsearch.c812 if ( rc == LDAP_RES_SEARCH_REFERENCE ) {
1231 { LDAP_RES_SEARCH_REFERENCE, NULL },
1258 { LDAP_RES_SEARCH_REFERENCE, "continuation reference" },
H A Dldaptest.c1028 case LDAP_RES_SEARCH_REFERENCE: in handle_result()
1126 if ( e->lm_msgtype == LDAP_RES_SEARCH_REFERENCE ){ in print_search_entry()
/illumos-gate/usr/src/head/
H A Dldap.h213 #define LDAP_RES_SEARCH_REFERENCE 0x73 /* 115 */ macro
/illumos-gate/usr/src/lib/libadutils/common/
H A Dadutils.c1434 case LDAP_RES_SEARCH_REFERENCE: in get_adobject_batch()
/illumos-gate/usr/src/lib/libsldap/common/
H A Dns_reads.c2579 if (rc == LDAP_RES_SEARCH_REFERENCE) { in search_state_machine()
2715 if (rc == LDAP_RES_SEARCH_REFERENCE && in search_state_machine()