Searched refs:tail (Results 1 – 9 of 9) sorted by relevance
249 ULONG *tail, *head; in check_empty_buffer() local255 tail = (ULONG*)buffer_ptr + (buffer_size >> 2) - 1; in check_empty_buffer()266 expected_tail = (ULONG)tail; in check_empty_buffer()276 if((*tail == expected_tail) && (expect_empty == NX_FALSE)) in check_empty_buffer()278 else if((*tail != expected_tail) && (expect_empty == NX_TRUE)) in check_empty_buffer()286 ULONG *tail, *head; in empty_buffer_init() local291 tail = (ULONG*)buffer + (current_buffer_size >> 2) - 1; in empty_buffer_init()292 buffer_org_tail = *tail; in empty_buffer_init()
223 ULONG *tail, *head; in check_empty_buffer() local235 tail = (ULONG*)buffer_ptr + (buffer_size >> 2) - 1; in check_empty_buffer()236 if((tail == (ULONG*)(*tail)) && (expect_empty == NX_FALSE)) in check_empty_buffer()238 else if((tail != (ULONG*)(*tail)) && (expect_empty == NX_TRUE)) in check_empty_buffer()
167 ULONG *tail; in ntest_0_entry() local288 tail = (ULONG*)(*head); in ntest_0_entry()291 for (p = (NX_MDNS_RR*)(head + 1); (ULONG*)p < tail; p++) in ntest_0_entry()335 …tail = (ULONG*)mdns_0.nx_mdns_peer_service_cache + (mdns_0.nx_mdns_peer_service_cache_size >> 2) -… in ntest_0_entry()336 temp_tail = (ULONG)(*tail); in ntest_0_entry()339 if (dns_sd_ptr -> nx_mdns_rr_rdata.nx_mdns_rr_rdata_ptr.nx_mdns_rr_ptr_name != (UCHAR*)(*tail)) in ntest_0_entry()397 …tail = (ULONG*)mdns_0.nx_mdns_peer_service_cache + (mdns_0.nx_mdns_peer_service_cache_size >> 2) -… in ntest_0_entry()400 if (*tail != temp_tail + dns_sd_ptr_string_len) in ntest_0_entry()
247 ULONG *tail, *head; in check_empty_buffer() local259 tail = (ULONG*)buffer_ptr + (buffer_size >> 2) - 1; in check_empty_buffer()260 if((tail == (ULONG*)(*tail)) && (expect_empty == NX_FALSE)) in check_empty_buffer()262 else if((tail != (ULONG*)(*tail)) && (expect_empty == NX_TRUE)) in check_empty_buffer()
144 ULONG tail; in ntest_0_entry() local872 tail = *((ULONG*)buffer + (current_buffer_size >> 2) - 1); in ntest_0_entry()884 if(tail != *((ULONG*)buffer + (current_buffer_size >> 2) - 1)) in ntest_0_entry()1135 ULONG *tail, *head; in check_empty_buffer() local1145 tail = (ULONG*)buffer_ptr + (buffer_size >> 2) - 1; in check_empty_buffer()1146 if(*tail != buffer_org_tail) in check_empty_buffer()1162 ULONG *tail, *head; in empty_buffer_init() local1167 tail = (ULONG*)buffer_ptr + (buffer_size >> 2) - 1; in empty_buffer_init()1168 buffer_org_tail = *tail; in empty_buffer_init()
4269 ULONG *head, *tail; in _nx_mdns_service_lookup() local4354 tail = (ULONG*)(*head); in _nx_mdns_service_lookup()4357 for(p = (NX_MDNS_RR*)((UCHAR*)(head + 1)); (ULONG*)p < tail; p++) in _nx_mdns_service_lookup()4440 for(p1 = (NX_MDNS_RR*)((UCHAR*)(head + 1)); (ULONG*)p1 < tail; p1++) in _nx_mdns_service_lookup()6837 ULONG *head, *tail; in _nx_mdns_timer_event_process() local6879 tail = (ULONG*)(*head); in _nx_mdns_timer_event_process()6882 for(p = (NX_MDNS_RR*)(head + 1); (ULONG*)p < tail; p++) in _nx_mdns_timer_event_process()7065 …DNS_RR*)((UCHAR*)mdns_ptr -> nx_mdns_local_service_cache + sizeof(ULONG)); (ULONG*)p1 < tail; p1++) in _nx_mdns_timer_event_process()11220 ULONG *head, *tail; in _nx_mdns_service_addition_info_get() local11262 tail = (ULONG*)(*head); in _nx_mdns_service_addition_info_get()[all …]
9436 ALIGN_TYPE *tail; in _nx_dns_cache_initialize() local9450 tail = (ALIGN_TYPE*)((UCHAR*)cache_ptr + cache_size) - 1; in _nx_dns_cache_initialize()9451 *tail = (ALIGN_TYPE)tail; in _nx_dns_cache_initialize()9764 ALIGN_TYPE *tail; in _nx_dns_cache_add_rr() local9782 tail = (ALIGN_TYPE*)((UCHAR*)cache_ptr + cache_size) - 1; in _nx_dns_cache_add_rr()9783 tail = (ALIGN_TYPE*)(*tail); in _nx_dns_cache_add_rr()9804 if((ALIGN_TYPE*)((UCHAR*)head + sizeof(NX_DNS_RR)) > tail) in _nx_dns_cache_add_rr()10536 ALIGN_TYPE *tail; in _nx_dns_cache_add_string() local10549 tail = (ALIGN_TYPE*)((UCHAR*)cache_ptr + cache_size) - 1; in _nx_dns_cache_add_string()10550 p = (UCHAR*)tail; in _nx_dns_cache_add_string()[all …]
2163 NX_RTP_SESSION *tail; in _nx_rtp_sender_session_link() local2170 tail = rtp_sender -> nx_rtp_sender_session_created_ptr; in _nx_rtp_sender_session_link()2172 while (tail -> nx_rtp_session_next) in _nx_rtp_sender_session_link()2174 tail = tail -> nx_rtp_session_next; in _nx_rtp_sender_session_link()2178 tail -> nx_rtp_session_next = session; in _nx_rtp_sender_session_link()
1988 Fixed a problem with reset of the tail fragment.