Home
last modified time | relevance | path

Searched refs:_nx_http_server_match_string (Results 1 – 2 of 2) sorted by relevance

/NetX-Duo-v6.2.1/addons/http/
Dnxd_http_server.h634 UINT _nx_http_server_match_string(UCHAR *src_start, UCHAR *src_end, UCHAR *target, ULONG tar…
Dnxd_http_server.c7577 while(_nx_http_server_match_string(available_packet -> nx_packet_prepend_ptr + offset, in _nx_http_server_boundary_find()
7622 if(_nx_http_server_match_string(available_packet -> nx_packet_prepend_ptr, in _nx_http_server_boundary_find()
7714 UINT _nx_http_server_match_string(UCHAR *src_start, UCHAR *src_end, UCHAR *target, ULONG target_le… in _nx_http_server_match_string() function