Searched refs:lm_msgtype (Results 1 – 11 of 11) sorted by relevance
43 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()
41 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()
163 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 …]
272 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()
689 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()
209 if( res->lm_msgtype != LDAP_RES_EXTENDED ) { in ldap_parse_extended_result()333 if( res->lm_msgtype != LDAP_RES_INTERMEDIATE ) { in ldap_parse_intermediate()
110 if ( e->lm_msgtype == LDAP_RES_SEARCH_ENTRY ) { in ldap_sort_entries()
948 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()
287 if( res->lm_msgtype != LDAP_RES_BIND ) { in ldap_parse_sasl_bind_result()
172 ber_tag_t lm_msgtype; /* the message type */ member
306 ULONG lm_msgtype; member