Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/openldap/dist/libraries/libldap/
H A Dgetentry.c43 return chain->lm_msgtype == LDAP_RES_SEARCH_ENTRY in ldap_first_entry()
60 if( entry->lm_msgtype == LDAP_RES_SEARCH_ENTRY ) { in ldap_next_entry()
77 if( chain->lm_msgtype == LDAP_RES_SEARCH_ENTRY ) { in ldap_count_entries()
99 if ( entry->lm_msgtype != LDAP_RES_SEARCH_ENTRY ) { in ldap_get_entry_controls()
H A Dreferences.c41 return chain->lm_msgtype == LDAP_RES_SEARCH_REFERENCE in ldap_first_reference()
58 if( ref->lm_msgtype == LDAP_RES_SEARCH_REFERENCE ) { in ldap_next_reference()
75 if( chain->lm_msgtype == LDAP_RES_SEARCH_REFERENCE ) { in ldap_count_references()
99 if( ref->lm_msgtype != LDAP_RES_SEARCH_REFERENCE ) { in ldap_parse_reference()
H A Dresult.c163 lm->lm_msgid, ldap_int_msgtype2str( lm->lm_msgtype ) ); in chkResponseList()
165 switch ( lm->lm_msgtype ) { in chkResponseList()
197 if ( tmp->lm_msgtype == LDAP_RES_SEARCH_ENTRY || in chkResponseList()
198 tmp->lm_msgtype == LDAP_RES_SEARCH_REFERENCE || in chkResponseList()
199 tmp->lm_msgtype == LDAP_RES_INTERMEDIATE ) in chkResponseList()
234 (void *)ld, lm->lm_msgid, (unsigned long)lm->lm_msgtype ); in chkResponseList()
303 rc = (*result)->lm_msgtype; in wait4msg()
995 newmsg->lm_msgtype = tag; in try_read1msg()
1084 return( (*result)->lm_msgtype ); in try_read1msg()
1092 || ( newmsg->lm_msgtype != LDAP_RES_SEARCH_RESULT in try_read1msg()
[all …]
H A Derror.c272 switch ( lm->lm_msgtype ) { in ldap_parse_result()
326 if( lm->lm_msgtype == LDAP_RES_BIND ) { in ldap_parse_result()
333 } else if( lm->lm_msgtype == LDAP_RES_EXTENDED ) { in ldap_parse_result()
H A Dtest.c689 switch ( lm->lm_msgtype ) { in handle_result()
727 (unsigned long) lm->lm_msgtype ); in handle_result()
756 if ( e->lm_msgtype == LDAP_RES_SEARCH_RESULT ) in print_search_entry()
809 if ( res->lm_msgtype == LDAP_RES_SEARCH_RESULT in print_search_entry()
H A Dextended.c209 if( res->lm_msgtype != LDAP_RES_EXTENDED ) { in ldap_parse_extended_result()
333 if( res->lm_msgtype != LDAP_RES_INTERMEDIATE ) { in ldap_parse_intermediate()
H A Dsort.c110 if ( e->lm_msgtype == LDAP_RES_SEARCH_ENTRY ) { in ldap_sort_entries()
H A Drequest.c948 lm->lm_msgid, (unsigned long)lm->lm_msgtype ); in ldap_dump_requests_and_responses()
955 (unsigned long)l->lm_msgtype ); in ldap_dump_requests_and_responses()
H A Dsasl.c287 if( res->lm_msgtype != LDAP_RES_BIND ) { in ldap_parse_sasl_bind_result()
H A Dldap-int.h172 ber_tag_t lm_msgtype; /* the message type */ member
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/windows/
H A Dwinldap.d306 ULONG lm_msgtype; member