Home
last modified time | relevance | path

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

/third_party/lwip/src/apps/http/
Dhttpd.c166 static char httpd_req_buf[LWIP_HTTPD_MAX_REQ_LENGTH + 1]; variable
2012 pbuf_copy_partial(hs->req, httpd_req_buf, data_len, 0);
2013 data = httpd_req_buf;