Searched refs:match_end_ptr (Results 1 – 4 of 4) sorted by relevance
/NetX-Duo-v6.3.0/addons/http/ |
D | nxd_http_server.c | 7465 UCHAR *match_end_ptr; in _nx_http_server_boundary_find() local 7582 &match_count, &match_end_ptr) != NX_SUCCESS) in _nx_http_server_boundary_find() 7599 if(match_end_ptr) in _nx_http_server_boundary_find() 7603 …tr -> nx_http_server_multipart_next_available_offset += (UINT)((UINT)(match_end_ptr - available_pa… in _nx_http_server_boundary_find() 7627 &match_count, &match_end_ptr) == NX_SUCCESS) in _nx_http_server_boundary_find() 7631 if((ULONG)(match_end_ptr - available_packet -> nx_packet_prepend_ptr) < match_count) in _nx_http_server_boundary_find() 7635 …tipart_ptr -> nx_http_server_multipart_next_available_offset = (UINT)(match_end_ptr - available_pa… in _nx_http_server_boundary_find() 7715 …art, UCHAR *src_end, UCHAR *target, ULONG target_length, ULONG *match_count, UCHAR **match_end_ptr) in _nx_http_server_match_string() argument 7723 *match_end_ptr = NX_NULL; in _nx_http_server_match_string() 7754 *match_end_ptr = src_start + remain_match; in _nx_http_server_match_string() [all …]
|
D | nxd_http_server.h | 635 …rt, UCHAR *src_end, UCHAR *target, ULONG target_length, ULONG *match_count, UCHAR **match_end_ptr);
|
/NetX-Duo-v6.3.0/addons/web/ |
D | nx_web_http_server.c | 8011 UCHAR *match_end_ptr; in _nx_web_http_server_boundary_find() local 8128 &match_count, &match_end_ptr) != NX_SUCCESS) in _nx_web_http_server_boundary_find() 8145 if(match_end_ptr) in _nx_web_http_server_boundary_find() 8149 …> nx_web_http_server_multipart_next_available_offset += (UINT)((UINT)(match_end_ptr - available_pa… in _nx_web_http_server_boundary_find() 8173 &match_count, &match_end_ptr) == NX_SUCCESS) in _nx_web_http_server_boundary_find() 8177 if((ULONG)(match_end_ptr - available_packet -> nx_packet_prepend_ptr) < match_count) in _nx_web_http_server_boundary_find() 8181 …rt_ptr -> nx_web_http_server_multipart_next_available_offset = (UINT)(match_end_ptr - available_pa… in _nx_web_http_server_boundary_find() 8260 …art, UCHAR *src_end, UCHAR *target, ULONG target_length, ULONG *match_count, UCHAR **match_end_ptr) in _nx_web_http_server_match_string() argument 8268 *match_end_ptr = NX_NULL; in _nx_web_http_server_match_string() 8299 *match_end_ptr = src_start + remain_match; in _nx_web_http_server_match_string() [all …]
|
D | nx_web_http_server.h | 636 …rt, UCHAR *src_end, UCHAR *target, ULONG target_length, ULONG *match_count, UCHAR **match_end_ptr);
|