Home
last modified time | relevance | path

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

/third_party/lwip/src/apps/http/
Dhttpd.c154 static const default_filename httpd_default_filenames[] = { variable
162 #define NUM_DEFAULT_FILENAMES LWIP_ARRAYSIZE(httpd_default_filenames)
2228 size_t name_len = strlen(httpd_default_filenames[loop].name);
2230 MEMCPY(&http_uri_buf[copy_len], httpd_default_filenames[loop].name, name_copy_len);
2237 file_name = httpd_default_filenames[loop].name;
2246 tag_check = httpd_default_filenames[loop].shtml;