Home
last modified time | relevance | path

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

/reactos/drivers/network/tcpip/lwip/src/apps/http/
H A Dhttpd.c166 static char httpd_req_buf[LWIP_HTTPD_MAX_REQ_LENGTH + 1]; variable
2020 pbuf_copy_partial(hs->req, httpd_req_buf, data_len, 0);
2021 data = httpd_req_buf;