Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libldap5/sources/ldap/common/
H A Dreferral.c44 if ( res->lm_msgtype == LDAP_RES_SEARCH_REFERENCE ) { in ldap_first_reference()
61 if ( ref->lm_msgtype == LDAP_RES_SEARCH_REFERENCE ) { in ldap_next_reference()
81 if ( res->lm_msgtype == LDAP_RES_SEARCH_REFERENCE ) { in ldap_count_references()
H A Dresult.c196 && lm->lm_msgtype != LDAP_RES_SEARCH_REFERENCE in check_response_queue()
576 ( tag == LDAP_RES_SEARCH_REFERENCE ) ? "REFERENCE" : "RESULT", id,
585 if ( id != LDAP_RES_UNSOLICITED && ( tag == LDAP_RES_SEARCH_REFERENCE ||
601 } else if ( tag != LDAP_RES_SEARCH_REFERENCE ) {
665 lr->lr_res_msgtype != LDAP_RES_SEARCH_REFERENCE ) {
727 || (new->lm_msgtype != LDAP_RES_SEARCH_REFERENCE
786 || tmp->lm_chain->lm_msgtype == LDAP_RES_SEARCH_REFERENCE );
913 if ( lr->lr_res_msgtype == LDAP_RES_SEARCH_REFERENCE ) {
930 ( lr->lr_res_msgtype == LDAP_RES_SEARCH_REFERENCE ),
1201 || msgtype == LDAP_RES_SEARCH_REFERENCE ) {
[all …]
H A Derror.c503 lm->lm_msgtype != LDAP_RES_SEARCH_REFERENCE ) { in ldap_parse_result()
534 lm->lm_msgtype != LDAP_RES_SEARCH_REFERENCE ) { in ldap_parse_result()
H A Dldap-int.h628 ( (lm) != NULL && (lm)->lm_msgtype == LDAP_RES_SEARCH_REFERENCE )
/titanic_50/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()
/titanic_50/usr/src/head/
H A Dldap.h213 #define LDAP_RES_SEARCH_REFERENCE 0x73 /* 115 */ macro
/titanic_50/usr/src/lib/libadutils/common/
H A Dadutils.c1432 case LDAP_RES_SEARCH_REFERENCE: in get_adobject_batch()
/titanic_50/usr/src/lib/libsldap/common/
H A Dns_reads.c2577 if (rc == LDAP_RES_SEARCH_REFERENCE) { in search_state_machine()
2712 if (rc == LDAP_RES_SEARCH_REFERENCE && in search_state_machine()