Searched refs:HTTP_HDR_NOT_FOUND (Results 1 – 3 of 3) sorted by relevance
38 #define HTTP_HDR_NOT_FOUND 1 /* 404 File not found */ macro
858 hs->hdrs[HDR_STRINGS_IDX_HTTP_STATUS] = g_psHTTPHeaderStrings[HTTP_HDR_NOT_FOUND];878 hs->hdrs[HDR_STRINGS_IDX_HTTP_STATUS] = g_psHTTPHeaderStrings[HTTP_HDR_NOT_FOUND];
1102 response_type = HTTP_HDR_NOT_FOUND; in file_write_http_header()