Home
last modified time | relevance | path

Searched refs:match_count (Results 1 – 6 of 6) sorted by relevance

/NetX-Duo-v6.4.1/test/regression/netxduo_test/
Dnetx_arp_no_duplicate_entry_test.c178 UINT match_count = 0; in thread_0_entry() local
377 match_count++; in thread_0_entry()
394 if (match_count != 1) in thread_0_entry()
/NetX-Duo-v6.4.1/addons/http/
Dnxd_http_server.c7463 ULONG match_count = 0; in _nx_http_server_boundary_find() local
7581 &match_count, &match_end_ptr) != NX_SUCCESS) in _nx_http_server_boundary_find()
7603 …t_next_available_offset - multipart_ptr -> nx_http_server_multipart_available_offset - match_count; in _nx_http_server_boundary_find()
7607 else if(match_count) in _nx_http_server_boundary_find()
7626 &match_count, &match_end_ptr) == NX_SUCCESS) in _nx_http_server_boundary_find()
7630 if((ULONG)(match_end_ptr - available_packet -> nx_packet_prepend_ptr) < match_count) in _nx_http_server_boundary_find()
7714 …*src_start, UCHAR *src_end, UCHAR *target, ULONG target_length, ULONG *match_count, UCHAR **match_… in _nx_http_server_match_string() argument
7718 ULONG pre_match = *match_count; in _nx_http_server_match_string()
7729 if(memcmp(target, target + (*match_count - pre_match), pre_match) == 0) in _nx_http_server_match_string()
7743 *match_count = pre_match + remain_match; in _nx_http_server_match_string()
[all …]
Dnxd_http_server.h634 …*src_start, UCHAR *src_end, UCHAR *target, ULONG target_length, ULONG *match_count, UCHAR **match_…
/NetX-Duo-v6.4.1/addons/web/
Dnx_web_http_server.c8009 ULONG match_count = 0; in _nx_web_http_server_boundary_find() local
8127 &match_count, &match_end_ptr) != NX_SUCCESS) in _nx_web_http_server_boundary_find()
8149 …xt_available_offset - multipart_ptr -> nx_web_http_server_multipart_available_offset - match_count; in _nx_web_http_server_boundary_find()
8153 else if(match_count) in _nx_web_http_server_boundary_find()
8172 &match_count, &match_end_ptr) == NX_SUCCESS) in _nx_web_http_server_boundary_find()
8176 if((ULONG)(match_end_ptr - available_packet -> nx_packet_prepend_ptr) < match_count) in _nx_web_http_server_boundary_find()
8259 …*src_start, UCHAR *src_end, UCHAR *target, ULONG target_length, ULONG *match_count, UCHAR **match_… in _nx_web_http_server_match_string() argument
8263 ULONG pre_match = *match_count; in _nx_web_http_server_match_string()
8274 if(memcmp(target, target + (*match_count - pre_match), pre_match) == 0) in _nx_web_http_server_match_string()
8288 *match_count = pre_match + remain_match; in _nx_web_http_server_match_string()
[all …]
Dnx_web_http_server.h635 …*src_start, UCHAR *src_end, UCHAR *target, ULONG target_length, ULONG *match_count, UCHAR **match_…
/NetX-Duo-v6.4.1/addons/mdns/
Dnxd_mdns.c7886 ULONG match_count; in _nx_mdns_packet_process() local
8006 match_count = 0; in _nx_mdns_packet_process()
8053 match_count ++; in _nx_mdns_packet_process()
8125 if ((match_count == 0) && (nsec_rr)) in _nx_mdns_packet_process()