Searched refs:httpd_default_filenames (Results 1 – 1 of 1) sorted by relevance
154 static const default_filename httpd_default_filenames[] = { variable162 #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;