Home
last modified time | relevance | path

Searched refs:HTTP_STATUS_RANGE_NOT_SATISFIABLE (Results 1 – 11 of 11) sorted by relevance

/dports/www/wget2/wget2-2.0.0/libwget/
H A Dhttp.h83 #define HTTP_STATUS_RANGE_NOT_SATISFIABLE 416 macro
H A Dhttp.c1056 if (resp && resp->code == HTTP_STATUS_RANGE_NOT_SATISFIABLE) { in wget_http_get_response_cb()
/dports/www/trafficserver/trafficserver-9.1.1/proxy/http/
H A DHttpTransactCache.cc1244 ink_assert(response->status_get() != HTTP_STATUS_RANGE_NOT_SATISFIABLE); in match_response_to_request_conditionals()
1385 return HTTP_STATUS_RANGE_NOT_SATISFIABLE; in match_response_to_request_conditionals()
1395 return HTTP_STATUS_RANGE_NOT_SATISFIABLE; in match_response_to_request_conditionals()
H A DHttpTransact.cc3050 case HTTP_STATUS_RANGE_NOT_SATISFIABLE: in build_response_from_cache()
3069 …build_error_response(s, HTTP_STATUS_RANGE_NOT_SATISFIABLE, "Requested Range Not Satisfiable", "def… in build_response_from_cache()
6291 …sponse_code == HTTP_STATUS_PARTIAL_CONTENT || response_code == HTTP_STATUS_RANGE_NOT_SATISFIABLE) { in is_response_cacheable()
7879 case HTTP_STATUS_RANGE_NOT_SATISFIABLE: in build_response()
/dports/www/trafficserver/trafficserver-9.1.1/proxy/hdrs/
H A DHTTP.h77 HTTP_STATUS_RANGE_NOT_SATISFIABLE = 416, enumerator
/dports/misc/netron/node_modules/protobufjs/node_modules/@types/node/
H A Dhttp2.d.ts816 const HTTP_STATUS_RANGE_NOT_SATISFIABLE: number; constant
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/devtools-frontend/src/node_modules/@types/node/
H A Dhttp2.d.ts904 const HTTP_STATUS_RANGE_NOT_SATISFIABLE: number; constant
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/devtools-frontend/src/node_modules/@types/node/
H A Dhttp2.d.ts904 const HTTP_STATUS_RANGE_NOT_SATISFIABLE: number; constant
/dports/misc/netron/node_modules/@types/node/
H A Dhttp2.d.ts905 const HTTP_STATUS_RANGE_NOT_SATISFIABLE: number; constant
/dports/misc/netron/node_modules/electron/node_modules/@types/node/
H A Dhttp2.d.ts904 const HTTP_STATUS_RANGE_NOT_SATISFIABLE: number; constant
/dports/ftp/wget/wget-1.21.2/src/
H A Dhttp.c131 #define HTTP_STATUS_RANGE_NOT_SATISFIABLE 416 macro
4030 if (statcode == HTTP_STATUS_RANGE_NOT_SATISFIABLE in gethttp()