Home
last modified time | relevance | path

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

/third_party/lwip/src/apps/http/
Dhttpd_structs.h112 #define NUM_HTTP_HEADERS LWIP_ARRAYSIZE(g_psHTTPHeaders) macro
Dhttpd.c904 for (content_type = 0; content_type < NUM_HTTP_HEADERS; content_type++) {
911 content_type = NUM_HTTP_HEADERS;
931 if (content_type < NUM_HTTP_HEADERS) {
/third_party/lwip/src/apps/http/makefsdata/
Dmakefsdata.c1093 for (j = 0; j < NUM_HTTP_HEADERS; j++) { in file_write_http_header()