Home
last modified time | relevance | path

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

/third_party/lwip/src/apps/http/
Dhttpd_structs.h45 #define HTTP_HDR_CONTENT_LENGTH 8 /* Content-Length: (HTTP 1.0)*/ macro
Dhttpd.c984 … hs->hdrs[HDR_STRINGS_IDX_CONTENT_LEN_KEEPALIVE] = g_psHTTPHeaderStrings[HTTP_HDR_CONTENT_LENGTH];
/third_party/lwip/src/apps/http/makefsdata/
Dmakefsdata.c1112 cur_string = g_psHTTPHeaderStrings[HTTP_HDR_CONTENT_LENGTH]; in file_write_http_header()