Home
last modified time | relevance | path

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

/third_party/lwip/src/apps/http/
Dhttpd_structs.h83 static const tHTTPHeader g_psHTTPHeaders[] = { variable
112 #define NUM_HTTP_HEADERS LWIP_ARRAYSIZE(g_psHTTPHeaders)
Dhttpd.c906 if (!lwip_stricmp(g_psHTTPHeaders[content_type].extension, ext)) {
933 hs->hdrs[HDR_STRINGS_IDX_CONTENT_TYPE] = g_psHTTPHeaders[content_type].content_type;
/third_party/lwip/src/apps/http/makefsdata/
Dmakefsdata.c1094 if (!strcmp(file_ext, g_psHTTPHeaders[j].extension)) { in file_write_http_header()
1095 file_type = g_psHTTPHeaders[j].content_type; in file_write_http_header()