Home
last modified time | relevance | path

Searched refs:HTTP_STATUS_NOT_ACCEPTABLE (Results 1 – 20 of 20) sorted by relevance

/dports/print/cups/cups-2.3.3op2/cups/
H A Dppd-util.c156 return (HTTP_STATUS_NOT_ACCEPTABLE); in cupsGetPPD3()
163 return (HTTP_STATUS_NOT_ACCEPTABLE); in cupsGetPPD3()
170 return (HTTP_STATUS_NOT_ACCEPTABLE); in cupsGetPPD3()
H A Dhttp.h259 HTTP_STATUS_NOT_ACCEPTABLE, /* Not Acceptable */ enumerator
315 # define HTTP_NOT_ACCEPTABLE HTTP_STATUS_NOT_ACCEPTABLE
/dports/www/trafficserver/trafficserver-9.1.1/include/tscpp/api/
H A DHttpStatus.h66 HTTP_STATUS_NOT_ACCEPTABLE = 406, enumerator
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/cups/libs/cups/
H A Dhttp.h266 HTTP_STATUS_NOT_ACCEPTABLE, /* Not Acceptable */ enumerator
320 # define HTTP_NOT_ACCEPTABLE HTTP_STATUS_NOT_ACCEPTABLE
H A Dutil.c921 return (HTTP_STATUS_NOT_ACCEPTABLE); in cupsGetPPD3()
927 return (HTTP_STATUS_NOT_ACCEPTABLE); in cupsGetPPD3()
933 return (HTTP_STATUS_NOT_ACCEPTABLE); in cupsGetPPD3()
/dports/www/firefox-esr/firefox-91.8.0/third_party/cups/include/cups/
H A Dhttp.h259 HTTP_STATUS_NOT_ACCEPTABLE, /* Not Acceptable */ enumerator
315 # define HTTP_NOT_ACCEPTABLE HTTP_STATUS_NOT_ACCEPTABLE
/dports/www/firefox/firefox-99.0/third_party/cups/include/cups/
H A Dhttp.h259 HTTP_STATUS_NOT_ACCEPTABLE, /* Not Acceptable */ enumerator
315 # define HTTP_NOT_ACCEPTABLE HTTP_STATUS_NOT_ACCEPTABLE
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/cups/include/cups/
H A Dhttp.h259 HTTP_STATUS_NOT_ACCEPTABLE, /* Not Acceptable */ enumerator
315 # define HTTP_NOT_ACCEPTABLE HTTP_STATUS_NOT_ACCEPTABLE
/dports/textproc/htmldoc/htmldoc-1.9.13/htmldoc/
H A Dhttp.h296 HTTP_STATUS_NOT_ACCEPTABLE, /* Not Acceptable */ enumerator
352 # define HTTP_NOT_ACCEPTABLE HTTP_STATUS_NOT_ACCEPTABLE
/dports/net/libwebsockets/libwebsockets-v4.2.2/include/libwebsockets/
H A Dlws-http.h101 HTTP_STATUS_NOT_ACCEPTABLE, enumerator
/dports/devel/kore/kore-4.1.0/include/kore/
H A Dhttp.h427 HTTP_STATUS_NOT_ACCEPTABLE = 406, enumerator
/dports/multimedia/tvheadend/tvheadend-4.2.8/src/
H A Dhttp.h66 #define HTTP_STATUS_NOT_ACCEPTABLE 406 macro
/dports/www/trafficserver/trafficserver-9.1.1/proxy/hdrs/
H A DHTTP.h67 HTTP_STATUS_NOT_ACCEPTABLE = 406, enumerator
/dports/misc/netron/node_modules/protobufjs/node_modules/@types/node/
H A Dhttp2.d.ts806 const HTTP_STATUS_NOT_ACCEPTABLE: 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.ts894 const HTTP_STATUS_NOT_ACCEPTABLE: number; constant
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/devtools-frontend/src/node_modules/@types/node/
H A Dhttp2.d.ts894 const HTTP_STATUS_NOT_ACCEPTABLE: number; constant
/dports/misc/netron/node_modules/@types/node/
H A Dhttp2.d.ts895 const HTTP_STATUS_NOT_ACCEPTABLE: number; constant
/dports/misc/netron/node_modules/electron/node_modules/@types/node/
H A Dhttp2.d.ts894 const HTTP_STATUS_NOT_ACCEPTABLE: number; constant
/dports/devel/kore/kore-4.1.0/src/
H A Dhttp.c2308 case HTTP_STATUS_NOT_ACCEPTABLE: in http_status_text()
/dports/www/trafficserver/trafficserver-9.1.1/proxy/http/
H A DHttpTransact.cc6453 …build_error_response(s, HTTP_STATUS_NOT_ACCEPTABLE, "Transcoding Not Available", "transcoding#unsu… in is_request_valid()