Home
last modified time | relevance | path

Searched refs:src_end (Results 1 – 4 of 4) sorted by relevance

/NetX-Duo-v6.2.1/addons/http/
Dnxd_http_server.c7714 UINT _nx_http_server_match_string(UCHAR *src_start, UCHAR *src_end, UCHAR *target, ULONG target_le… in _nx_http_server_match_string() argument
7736 if((ULONG)(src_end - src_start) < remain_match) in _nx_http_server_match_string()
7737 remain_match = (ULONG)(src_end - src_start); in _nx_http_server_match_string()
7765 while(ch + *match_count <= src_end) in _nx_http_server_match_string()
7781 if(ch + *match_count <= src_end) in _nx_http_server_match_string()
Dnxd_http_server.h634 UINT _nx_http_server_match_string(UCHAR *src_start, UCHAR *src_end, UCHAR *target, ULONG tar…
/NetX-Duo-v6.2.1/addons/web/
Dnx_web_http_server.c8259 UINT _nx_web_http_server_match_string(UCHAR *src_start, UCHAR *src_end, UCHAR *target, ULONG targe… in _nx_web_http_server_match_string() argument
8281 if((ULONG)(src_end - src_start) < remain_match) in _nx_web_http_server_match_string()
8282 remain_match = (ULONG)(src_end - src_start); in _nx_web_http_server_match_string()
8310 while(ch + *match_count <= src_end) in _nx_web_http_server_match_string()
8326 if(ch + *match_count <= src_end) in _nx_web_http_server_match_string()
Dnx_web_http_server.h635 UINT _nx_web_http_server_match_string(UCHAR *src_start, UCHAR *src_end, UCHAR *target, ULONG…