Home
last modified time | relevance | path

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

/third_party/lwip/src/apps/http/
Dhttpd_structs.h117 static const char *const g_pcSSIExtensions[] = { variable
120 #define NUM_SHTML_EXTENSIONS LWIP_ARRAYSIZE(g_pcSSIExtensions)
Dhttpd.c2169 if (!lwip_stricmp(ext, g_pcSSIExtensions[loop])) {
/third_party/lwip/src/apps/http/makefsdata/
Dmakefsdata.c860 if (strstr(filename, g_pcSSIExtensions[loop])) { in is_ssi_file()