Home
last modified time | relevance | path

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

/AliOS-Things-master/components/lwip/lwip2.0.0/apps/httpd/
A Dhttpd_structs.h103 #define NUM_HTTP_HEADERS (sizeof(g_psHTTPHeaders) / sizeof(tHTTPHeader)) macro
A Dhttpd.c890 for (content_type = 0; content_type < NUM_HTTP_HEADERS; content_type++) {
897 content_type = NUM_HTTP_HEADERS;
918 if(content_type < NUM_HTTP_HEADERS) {
/AliOS-Things-master/components/lwip/lwip2.0.0/apps/httpd/makefsdata/
A Dmakefsdata.c877 for (j = 0; j < NUM_HTTP_HEADERS; j++) { in file_write_http_header()

Completed in 8 milliseconds