Lines Matching refs:match_end_ptr
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()
8317 *match_end_ptr = ch + *match_count; in _nx_web_http_server_match_string()