Home
last modified time | relevance | path

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

/third_party/lwip/src/apps/http/
Dhttpd.c180 static char http_uri_buf[LWIP_HTTPD_URI_BUF_LEN + 1]; variable
609 http_uri_buf[0] = 0; in http_close_or_abort_conn()
610 httpd_post_finished(hs, http_uri_buf, LWIP_HTTPD_URI_BUF_LEN); in http_close_or_abort_conn()
1730 http_uri_buf[0] = 0;
1731 httpd_post_finished(hs, http_uri_buf, LWIP_HTTPD_URI_BUF_LEN);
1732 return http_find_file(hs, http_uri_buf, 0);
1832 http_uri_buf[0] = 0;
1836 http_uri_buf, LWIP_HTTPD_URI_BUF_LEN, &post_auto_wnd);
1871 return http_find_file(hs, http_uri_buf, 0);
2211 ((uri != http_uri_buf) || (uri_len == 1))) {
[all …]