Home
last modified time | relevance | path

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

/btstack/3rd-party/lwip/core/src/apps/http/
H A Dhttpd.c851 hs->hdrs[HDR_STRINGS_IDX_SERVER_NAME] = g_psHTTPHeaderStrings[HTTP_HDR_SERVER];
858 hs->hdrs[HDR_STRINGS_IDX_HTTP_STATUS] = g_psHTTPHeaderStrings[HTTP_HDR_NOT_FOUND];
861 hs->hdrs[HDR_STRINGS_IDX_CONTENT_TYPE] = g_psHTTPHeaderStrings[DEFAULT_404_HTML_PERSISTENT];
865 hs->hdrs[HDR_STRINGS_IDX_CONTENT_TYPE] = g_psHTTPHeaderStrings[DEFAULT_404_HTML];
878 hs->hdrs[HDR_STRINGS_IDX_HTTP_STATUS] = g_psHTTPHeaderStrings[HTTP_HDR_NOT_FOUND];
880 hs->hdrs[HDR_STRINGS_IDX_HTTP_STATUS] = g_psHTTPHeaderStrings[HTTP_HDR_BAD_REQUEST];
882 hs->hdrs[HDR_STRINGS_IDX_HTTP_STATUS] = g_psHTTPHeaderStrings[HTTP_HDR_NOT_IMPL];
884 hs->hdrs[HDR_STRINGS_IDX_HTTP_STATUS] = g_psHTTPHeaderStrings[HTTP_HDR_OK];
977 hs->hdrs[HDR_STRINGS_IDX_CONTENT_LEN_KEEPALIVE] = g_psHTTPHeaderStrings[HTTP_HDR_KEEPALIVE_LEN];
979 hs->hdrs[HDR_STRINGS_IDX_CONTENT_LEN_KEEPALIVE] = g_psHTTPHeaderStrings[HTTP_HDR_CONN_CLOSE];
[all …]
H A Dhttpd_structs.h16 static const char *const g_psHTTPHeaderStrings[] = { variable
/btstack/3rd-party/lwip/core/src/apps/http/makefsdata/
H A Dmakefsdata.c1088 cur_string = g_psHTTPHeaderStrings[response_type]; in file_write_http_header()
1139 cur_string = g_psHTTPHeaderStrings[HTTP_HDR_CONTENT_LENGTH]; in file_write_http_header()
1198 cur_string = g_psHTTPHeaderStrings[HTTP_HDR_CONN_KEEPALIVE]; in file_write_http_header()
1202 cur_string = g_psHTTPHeaderStrings[HTTP_HDR_CONN_CLOSE]; in file_write_http_header()