Searched refs:total (Results 1 – 4 of 4) sorted by relevance
256 UINT total = 0; in thread_1_entry() local290 nx_packet_data_retrieve(packet_ptr, recv_buff + total, &bytes_copied); in thread_1_entry()291 total += bytes_copied; in thread_1_entry()297 if (total != sizeof(send_buff)) in thread_1_entry()301 else if (memcmp(send_buff, recv_buff, total) != 0) in thread_1_entry()
242 UINT total = 0; in thread_1_entry() local276 nx_packet_data_retrieve(packet_ptr, recv_buff + total, &bytes_copied); in thread_1_entry()277 total += bytes_copied; in thread_1_entry()283 if (total != sizeof(send_buff)) in thread_1_entry()287 else if (memcmp(send_buff, recv_buff, total) != 0) in thread_1_entry()
202 UINT total; in thread_0_entry() local237 total = strlen((const char *)message); in thread_0_entry()238 counter = total - length; in thread_0_entry()241 while(length <= total) in thread_0_entry()291 …hread_0_counter != counter + 1) || (thread_0_counter != thread_1_counter) || (length != total + 1)) in thread_0_entry()
13682 UINT total; in _nx_snmp_utility_community_get() local13718 total = (((UINT) buffer_ptr[2]) << 8) | ((UINT) buffer_ptr[3]); in _nx_snmp_utility_community_get()13737 total = (UINT)(buffer_ptr[2]) ; in _nx_snmp_utility_community_get()13758 total = (UINT) buffer_ptr[1]; in _nx_snmp_utility_community_get()13767 if ((INT)(length + total) > buffer_length) in _nx_snmp_utility_community_get()13775 if (total > (NX_SNMP_MAX_USER_NAME-1)) in _nx_snmp_utility_community_get()13783 for (i = 0; i < total; i++) in _nx_snmp_utility_community_get()14147 UINT total; in _nx_snmp_utility_object_id_get() local14191 total = (((UINT) buffer_ptr[2]) << 8) | ((UINT) buffer_ptr[3]); in _nx_snmp_utility_object_id_get()14209 total = buffer_ptr[2]; in _nx_snmp_utility_object_id_get()[all …]