Searched refs:NUM_HTTP_HEADERS (Results 1 – 3 of 3) sorted by relevance
112 #define NUM_HTTP_HEADERS LWIP_ARRAYSIZE(g_psHTTPHeaders) macro
904 for (content_type = 0; content_type < NUM_HTTP_HEADERS; content_type++) {911 content_type = NUM_HTTP_HEADERS;931 if (content_type < NUM_HTTP_HEADERS) {
1093 for (j = 0; j < NUM_HTTP_HEADERS; j++) { in file_write_http_header()