Home
last modified time | relevance | path

Searched refs:lm_msgtype (Results 1 – 11 of 11) sorted by relevance

/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Dresult.c130 rc = (*result)->lm_msgtype; in nsldapi_result_nolock()
193 || (lm->lm_msgtype != LDAP_RES_SEARCH_RESULT in check_response_queue()
195 && lm->lm_msgtype != LDAP_RES_SEARCH_ENTRY) ) in check_response_queue()
263 lm->lm_msgid, lm->lm_msgtype, 0 ); in check_response_queue()
453 rc = (*result)->lm_msgtype;
703 new->lm_msgtype = tag;
762 new->lm_msgid, new->lm_msgtype, msgid );
771 new->lm_msgid, new->lm_msgtype, msgid );
869 tag = l->lm_msgtype;
1152 type = lm->lm_msgtype;
[all …]
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 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 Dcache.c72 m->lm_msgid, m->lm_msgtype, 0 ); in nsldapi_add_result_to_cache()
73 if ( m->lm_msgtype != LDAP_RES_SEARCH_ENTRY || in nsldapi_add_result_to_cache()
159 rc = (ld->ld_cache_add)( ld, -1, m->lm_msgtype, dn, mods ); in nsldapi_add_result_to_cache()
H A Derror.c500 if ( lm->lm_msgtype != LDAP_RES_SEARCH_ENTRY && in ldap_parse_result()
501 lm->lm_msgtype != LDAP_RES_SEARCH_REFERENCE ) { in ldap_parse_result()
512 err = nsldapi_parse_result( ld, lm->lm_msgtype, lm->lm_ber, &errcode, in ldap_parse_result()
531 if ( lm->lm_msgtype != LDAP_RES_SEARCH_ENTRY && in ldap_parse_result()
532 lm->lm_msgtype != LDAP_RES_SEARCH_REFERENCE ) { in ldap_parse_result()
H A Dldap-int.h159 int lm_msgtype; /* the message type */ member
623 ( (lm) != NULL && (lm)->lm_msgtype == LDAP_RES_SEARCH_ENTRY )
626 ( (lm) != NULL && (lm)->lm_msgtype == LDAP_RES_SEARCH_REFERENCE )
629 ( (lm) != NULL && (lm)->lm_msgtype == LDAP_RES_BIND )
632 ( (lm) != NULL && (lm)->lm_msgtype == LDAP_RES_EXTENDED )
H A Dmessage.c43 return( lm->lm_msgtype ); in ldap_msgtype()
H A Dufn.c169 tmpcand->lm_msgtype != LDAP_RES_SEARCH_RESULT; in ldap_ufn_search_ctx()
H A Drequest.c715 lm->lm_msgid, lm->lm_msgtype ); in nsldapi_dump_requests_and_responses()
722 l->lm_msgid, l->lm_msgtype ); in nsldapi_dump_requests_and_responses()
H A Dmemcache.c1617 if (!NSLDAPI_IS_SEARCH_ENTRY( pMsg->lm_msgtype ))
/illumos-gate/usr/src/cmd/ldap/common/
H A Dldaptest.c1017 switch ( lm->lm_msgtype ) { in handle_result()
1064 printf( "Unknown result type 0x%x\n", lm->lm_msgtype ); in handle_result()
1115 if ( e->lm_msgtype == LDAP_RES_SEARCH_RESULT ) in print_search_entry()
1126 if ( e->lm_msgtype == LDAP_RES_SEARCH_REFERENCE ){ in print_search_entry()
1169 if ( res->lm_msgtype == LDAP_RES_SEARCH_RESULT in print_search_entry()