Home
last modified time | relevance | path

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

/third_party/lwip/src/apps/http/
Dhttpd.c281 u32_t post_content_len_left; member
603 if ((hs->post_content_len_left != 0) in http_close_or_abort_conn()
1751 if (hs->post_content_len_left < p->tot_len) {
1752 hs->post_content_len_left = 0;
1754 hs->post_content_len_left -= p->tot_len;
1771 hs->post_content_len_left = 0;
1773 if (hs->post_content_len_left == 0) {
1845 hs->post_content_len_left = (u32_t)content_len;
1863 } else if (hs->post_content_len_left == 0) {
1922 if ((hs->post_content_len_left == 0) && (hs->unrecved_bytes == 0)) {
[all …]