Home
last modified time | relevance | path

Searched refs:HTTP_STATUS_MULTIPLE_CHOICES (Results 1 – 25 of 25) sorted by relevance

/dports/www/wget2/wget2-2.0.0/libwget/
H A Dhttp.h71 #define HTTP_STATUS_MULTIPLE_CHOICES 300 macro
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/cups/libs/cups/
H A Drequest.c772 if (status >= HTTP_STATUS_MULTIPLE_CHOICES) in cupsSendRequest()
786 if (!got_status || status < HTTP_STATUS_MULTIPLE_CHOICES) in cupsSendRequest()
824 if (status >= HTTP_STATUS_MULTIPLE_CHOICES) in cupsSendRequest()
985 if (status >= HTTP_STATUS_MULTIPLE_CHOICES) in cupsWriteRequestData()
H A Dhttp.h253 HTTP_STATUS_MULTIPLE_CHOICES = 300, /* Multiple files match request */ enumerator
307 # define HTTP_MULTIPLE_CHOICES HTTP_STATUS_MULTIPLE_CHOICES
H A Dhttp.c1189 if (http->status >= HTTP_STATUS_MULTIPLE_CHOICES || in httpGetLength2()
/dports/www/trafficserver/trafficserver-9.1.1/include/tscpp/api/
H A DHttpStatus.h51 HTTP_STATUS_MULTIPLE_CHOICES = 300, enumerator
/dports/print/cups/cups-2.3.3op2/cups/
H A Drequest.c744 if (status >= HTTP_STATUS_MULTIPLE_CHOICES) in cupsSendRequest()
758 if (!got_status || status < HTTP_STATUS_MULTIPLE_CHOICES) in cupsSendRequest()
796 if (status >= HTTP_STATUS_MULTIPLE_CHOICES) in cupsSendRequest()
956 if (status >= HTTP_STATUS_MULTIPLE_CHOICES) in cupsWriteRequestData()
H A Dhttp.h245 HTTP_STATUS_MULTIPLE_CHOICES = 300, /* Multiple files match request */ enumerator
302 # define HTTP_MULTIPLE_CHOICES HTTP_STATUS_MULTIPLE_CHOICES
H A Dhttp.c1039 if (http->status >= HTTP_STATUS_MULTIPLE_CHOICES || in httpGetLength2()
/dports/www/firefox-esr/firefox-91.8.0/third_party/cups/include/cups/
H A Dhttp.h245 HTTP_STATUS_MULTIPLE_CHOICES = 300, /* Multiple files match request */ enumerator
302 # define HTTP_MULTIPLE_CHOICES HTTP_STATUS_MULTIPLE_CHOICES
/dports/www/firefox/firefox-99.0/third_party/cups/include/cups/
H A Dhttp.h245 HTTP_STATUS_MULTIPLE_CHOICES = 300, /* Multiple files match request */ enumerator
302 # define HTTP_MULTIPLE_CHOICES HTTP_STATUS_MULTIPLE_CHOICES
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/cups/include/cups/
H A Dhttp.h245 HTTP_STATUS_MULTIPLE_CHOICES = 300, /* Multiple files match request */ enumerator
302 # define HTTP_MULTIPLE_CHOICES HTTP_STATUS_MULTIPLE_CHOICES
/dports/textproc/htmldoc/htmldoc-1.9.13/htmldoc/
H A Dhttp.h282 HTTP_STATUS_MULTIPLE_CHOICES = 300, /* Multiple files match request */ enumerator
339 # define HTTP_MULTIPLE_CHOICES HTTP_STATUS_MULTIPLE_CHOICES
H A Dfile.c533 if (status >= HTTP_STATUS_MULTIPLE_CHOICES && status < HTTP_STATUS_BAD_REQUEST) in file_find_check()
H A Dhttp.c1039 if (http->status >= HTTP_STATUS_MULTIPLE_CHOICES || in httpGetLength2()
/dports/devel/kore/kore-4.1.0/include/kore/
H A Dhttp.h414 HTTP_STATUS_MULTIPLE_CHOICES = 300, enumerator
/dports/www/trafficserver/trafficserver-9.1.1/proxy/hdrs/
H A DHTTP.h52 HTTP_STATUS_MULTIPLE_CHOICES = 300, enumerator
/dports/ftp/wget/wget-1.21.2/src/
H A Dhttp.c118 #define HTTP_STATUS_MULTIPLE_CHOICES 300 macro
3849 if (H_REDIRECTED (statcode) || statcode == HTTP_STATUS_MULTIPLE_CHOICES) in gethttp()
3856 if (statcode == HTTP_STATUS_MULTIPLE_CHOICES && !hs->newloc) in gethttp()
/dports/misc/netron/node_modules/protobufjs/node_modules/@types/node/
H A Dhttp2.d.ts792 const HTTP_STATUS_MULTIPLE_CHOICES: 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.ts880 const HTTP_STATUS_MULTIPLE_CHOICES: number; constant
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/devtools-frontend/src/node_modules/@types/node/
H A Dhttp2.d.ts880 const HTTP_STATUS_MULTIPLE_CHOICES: number; constant
/dports/misc/netron/node_modules/@types/node/
H A Dhttp2.d.ts881 const HTTP_STATUS_MULTIPLE_CHOICES: number; constant
/dports/misc/netron/node_modules/electron/node_modules/@types/node/
H A Dhttp2.d.ts880 const HTTP_STATUS_MULTIPLE_CHOICES: number; constant
/dports/devel/kore/kore-4.1.0/src/
H A Dhttp.c2269 case HTTP_STATUS_MULTIPLE_CHOICES: in http_status_text()
/dports/www/trafficserver/trafficserver-9.1.1/proxy/http/
H A DHttpTransact.cc2534 case HTTP_STATUS_MULTIPLE_CHOICES: // 300 in issue_revalidate()
4040 case HTTP_STATUS_MULTIPLE_CHOICES: // 300 in handle_forward_server_connection_open()
6344 (response_code == HTTP_STATUS_MULTIPLE_CHOICES) || (response_code == HTTP_STATUS_GONE)) { in is_response_cacheable()
H A DHttpSM.cc8184 case HTTP_STATUS_MULTIPLE_CHOICES: // 300 in is_redirect_required()