Home
last modified time | relevance | path

Searched refs:LDAP_RES_SEARCH_ENTRY (Results 1 – 13 of 13) sorted by relevance

/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Dgetentry.c46 if ( chain->lm_msgtype == LDAP_RES_SEARCH_ENTRY ) { in ldap_first_entry()
64 if ( entry->lm_msgtype == LDAP_RES_SEARCH_ENTRY ) { in ldap_next_entry()
83 if ( chain->lm_msgtype == LDAP_RES_SEARCH_ENTRY ) { in ldap_count_entries()
H A Dresult.c195 && lm->lm_msgtype != LDAP_RES_SEARCH_ENTRY) ) in check_response_queue()
573 ( tag == LDAP_RES_SEARCH_ENTRY ) ? "ENTRY" :
584 tag != LDAP_RES_SEARCH_ENTRY )) {
662 lr->lr_res_msgtype != LDAP_RES_SEARCH_ENTRY &&
726 && new->lm_msgtype != LDAP_RES_SEARCH_ENTRY) ) {
783 ( tmp->lm_chain->lm_msgtype == LDAP_RES_SEARCH_ENTRY
1198 if ( msgtype == LDAP_RES_SEARCH_ENTRY
1412 && lm->lm_msgtype != LDAP_RES_SEARCH_ENTRY) )
H A Dcache.c73 if ( m->lm_msgtype != LDAP_RES_SEARCH_ENTRY || in nsldapi_add_result_to_cache()
H A Derror.c500 if ( lm->lm_msgtype != LDAP_RES_SEARCH_ENTRY && in ldap_parse_result()
531 if ( lm->lm_msgtype != LDAP_RES_SEARCH_ENTRY && in ldap_parse_result()
H A Dldap-int.h623 ( (lm) != NULL && (lm)->lm_msgtype == LDAP_RES_SEARCH_ENTRY )
641 ((code) == LDAP_RES_SEARCH_ENTRY)
/illumos-gate/usr/src/cmd/ldap/common/
H A Dldapsearch.c811 if ( rc != LDAP_RES_SEARCH_ENTRY ) {
1232 { LDAP_RES_SEARCH_ENTRY, NULL },
1259 { LDAP_RES_SEARCH_ENTRY, "entry" },
H A Dldaptest.c1033 case LDAP_RES_SEARCH_ENTRY: in handle_result()
/illumos-gate/usr/src/cmd/sendmail/libsm/
H A Dmbdb.c554 ret != LDAP_RES_SEARCH_ENTRY)
H A Dldap.c664 &(lmap->ldap_res))) == LDAP_RES_SEARCH_ENTRY)
/illumos-gate/usr/src/cmd/idmap/idmapd/
H A Dadutils.c520 case LDAP_RES_SEARCH_ENTRY: in idmap_ldap_res_search_cb()
/illumos-gate/usr/src/head/
H A Dldap.h206 #define LDAP_RES_SEARCH_ENTRY 0x64 /* 100 */ macro
/illumos-gate/usr/src/lib/libadutils/common/
H A Dadutils.c1392 case LDAP_RES_SEARCH_ENTRY: in get_adobject_batch()
/illumos-gate/usr/src/lib/libsldap/common/
H A Dns_reads.c2586 if (rc != LDAP_RES_SEARCH_ENTRY) { in search_state_machine()
2722 if (rc != LDAP_RES_SEARCH_ENTRY) { in search_state_machine()