Home
last modified time | relevance | path

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

12345678910>>...18

/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/cups/libs/cups/
H A Dgetputfile.c115 while ((status = httpUpdate(http)) == HTTP_STATUS_CONTINUE); in cupsGetFd()
325 httpSetExpect(http, HTTP_STATUS_CONTINUE); in cupsPutFd()
348 status = HTTP_STATUS_CONTINUE; in cupsPutFd()
350 if (status == HTTP_STATUS_CONTINUE) in cupsPutFd()
361 if ((status = httpUpdate(http)) != HTTP_STATUS_CONTINUE) in cupsPutFd()
368 if (status == HTTP_STATUS_CONTINUE) in cupsPutFd()
372 while ((status = httpUpdate(http)) == HTTP_STATUS_CONTINUE); in cupsPutFd()
H A Drequest.c239 if (status == HTTP_STATUS_CONTINUE && request->state == IPP_STATE_DATA && infile >= 0) in cupsDoIORequest()
255 != HTTP_STATUS_CONTINUE) in cupsDoIORequest()
264 if (status <= HTTP_STATUS_CONTINUE || status == HTTP_STATUS_OK) in cupsDoIORequest()
406 while (status == HTTP_STATUS_CONTINUE); in cupsGetResponse()
706 expect = HTTP_STATUS_CONTINUE; in cupsSendRequest()
762 status = HTTP_STATUS_CONTINUE; in cupsSendRequest()
807 if (expect == HTTP_STATUS_CONTINUE) in cupsSendRequest()
842 case HTTP_STATUS_CONTINUE : in cupsSendRequest()
1004 return (HTTP_STATUS_CONTINUE); in cupsWriteRequestData()
H A Dtestcups.c220 CUPS_FORMAT_AUTO, 1) != HTTP_STATUS_CONTINUE) in main()
231 bytes) != HTTP_STATUS_CONTINUE) in main()
H A Dtesthttp.c654 while ((status = httpUpdate(http)) == HTTP_STATUS_CONTINUE); in main()
747 while ((status = httpUpdate(http)) == HTTP_STATUS_CONTINUE); in main()
/dports/print/cups/cups-2.3.3op2/cups/
H A Dgetputfile.c129 while ((status = httpUpdate(http)) == HTTP_STATUS_CONTINUE); in cupsGetFd()
341 httpSetExpect(http, HTTP_STATUS_CONTINUE); in cupsPutFd()
389 status = HTTP_STATUS_CONTINUE; in cupsPutFd()
391 if (status == HTTP_STATUS_CONTINUE) in cupsPutFd()
402 if ((status = httpUpdate(http)) != HTTP_STATUS_CONTINUE) in cupsPutFd()
409 if (status == HTTP_STATUS_CONTINUE) in cupsPutFd()
413 while ((status = httpUpdate(http)) == HTTP_STATUS_CONTINUE); in cupsPutFd()
H A Drequest.c205 if (status == HTTP_STATUS_CONTINUE && request->state == IPP_STATE_DATA && infile >= 0) in cupsDoIORequest()
221 != HTTP_STATUS_CONTINUE) in cupsDoIORequest()
230 if (status <= HTTP_STATUS_CONTINUE || status == HTTP_STATUS_OK) in cupsDoIORequest()
369 while (status == HTTP_STATUS_CONTINUE); in cupsGetResponse()
666 expect = HTTP_STATUS_CONTINUE; in cupsSendRequest()
734 status = HTTP_STATUS_CONTINUE; in cupsSendRequest()
777 if (!got_status || (digest && status == HTTP_STATUS_CONTINUE)) in cupsSendRequest()
779 if (expect == HTTP_STATUS_CONTINUE || digest) in cupsSendRequest()
814 case HTTP_STATUS_CONTINUE : in cupsSendRequest()
975 return (HTTP_STATUS_CONTINUE); in cupsWriteRequestData()
H A Dhttp.c2774 if (http->status == HTTP_STATUS_CONTINUE) in _httpUpdate()
2794 *status = HTTP_STATUS_CONTINUE; in _httpUpdate()
2942 return (HTTP_STATUS_CONTINUE); in httpUpdate()
2954 if (http->error == EPIPE && http->status > HTTP_STATUS_CONTINUE) in httpUpdate()
3345 if (!http || status < HTTP_STATUS_CONTINUE) in httpWriteResponse()
3422 if (status != HTTP_STATUS_CONTINUE) in httpWriteResponse()
3484 if (status == HTTP_STATUS_CONTINUE || in httpWriteResponse()
3989 http->status = HTTP_STATUS_CONTINUE; in http_create()
4385 http->status = HTTP_STATUS_CONTINUE; in http_send()
4432 if (http->expect == HTTP_STATUS_CONTINUE && http->mode == _HTTP_MODE_CLIENT && in http_send()
[all …]
H A Dtestcups.c210 CUPS_FORMAT_AUTO, 1) != HTTP_STATUS_CONTINUE) in main()
220 if (cupsWriteRequestData(CUPS_HTTP_DEFAULT, buffer, (size_t)bytes) != HTTP_STATUS_CONTINUE) in main()
/dports/www/trafficserver/trafficserver-9.1.1/include/tscpp/api/
H A DHttpStatus.h36 HTTP_STATUS_CONTINUE = 100, enumerator
/dports/net/boinc-client/boinc-client_release-7.8-7.8.6/android/BOINC/app/src/main/java/edu/berkeley/boinc/utils/
H A DBOINCDefs.java47 public static final int HTTP_STATUS_CONTINUE = 100; field in BOINCDefs
/dports/net/boinc-client/boinc-client_release-7.8-7.8.6/py/Boinc/
H A Dboinc_db.py61 HTTP_STATUS_CONTINUE = 100 variable
/dports/net/boinc-client/boinc-client_release-7.8-7.8.6/lib/
H A Dcommon_defs.h54 #define HTTP_STATUS_CONTINUE 100 macro
/dports/textproc/htmldoc/htmldoc-1.9.13/htmldoc/
H A Dhttp.c2774 if (http->status == HTTP_STATUS_CONTINUE) in _httpUpdate()
2794 *status = HTTP_STATUS_CONTINUE; in _httpUpdate()
2942 return (HTTP_STATUS_CONTINUE); in httpUpdate()
2954 if (http->error == EPIPE && http->status > HTTP_STATUS_CONTINUE) in httpUpdate()
3346 if (!http || status < HTTP_STATUS_CONTINUE) in httpWriteResponse()
3424 if (status != HTTP_STATUS_CONTINUE) in httpWriteResponse()
3486 if (status == HTTP_STATUS_CONTINUE || in httpWriteResponse()
3991 http->status = HTTP_STATUS_CONTINUE; in http_create()
4374 http->status = HTTP_STATUS_CONTINUE; in http_send()
4421 if (http->expect == HTTP_STATUS_CONTINUE && http->mode == _HTTP_MODE_CLIENT && in http_send()
[all …]
/dports/devel/interactive_rebase_tool/git-interactive-rebase-tool-1.2.1/cargo-crates/libgit2-sys-0.7.11/libgit2/deps/winhttp/
H A Dwinhttp.h235 #define HTTP_STATUS_CONTINUE 100 macro
275 #define HTTP_STATUS_FIRST HTTP_STATUS_CONTINUE
/dports/devel/cargo-c/cargo-c-0.9.6+cargo-0.58/cargo-crates/libgit2-sys-0.12.26+1.3.0/libgit2/deps/winhttp/
H A Dwinhttp.h235 #define HTTP_STATUS_CONTINUE 100 macro
275 #define HTTP_STATUS_FIRST HTTP_STATUS_CONTINUE
/dports/devel/git-absorb/git-absorb-0.6.6/cargo-crates/libgit2-sys-0.12.13+1.0.1/libgit2/deps/winhttp/
H A Dwinhttp.h235 #define HTTP_STATUS_CONTINUE 100 macro
275 #define HTTP_STATUS_FIRST HTTP_STATUS_CONTINUE
/dports/devel/git-delta/delta-0.9.2/cargo-crates/libgit2-sys-0.12.24+1.3.0/libgit2/deps/winhttp/
H A Dwinhttp.h235 #define HTTP_STATUS_CONTINUE 100 macro
275 #define HTTP_STATUS_FIRST HTTP_STATUS_CONTINUE
/dports/sysutils/vector/vector-0.10.0/cargo-crates/libgit2-sys-0.12.7+1.0.0/libgit2/deps/winhttp/
H A Dwinhttp.h235 #define HTTP_STATUS_CONTINUE 100 macro
275 #define HTTP_STATUS_FIRST HTTP_STATUS_CONTINUE
/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/cargo-audit/cargo-crates/libgit2-sys-0.12.19+1.1.0/libgit2/deps/winhttp/
H A Dwinhttp.h235 #define HTTP_STATUS_CONTINUE 100 macro
275 #define HTTP_STATUS_FIRST HTTP_STATUS_CONTINUE
/dports/devel/tokei/tokei-12.1.2/cargo-crates/libgit2-sys-0.12.17+1.1.0/libgit2/deps/winhttp/
H A Dwinhttp.h235 #define HTTP_STATUS_CONTINUE 100 macro
275 #define HTTP_STATUS_FIRST HTTP_STATUS_CONTINUE
/dports/devel/gbump/gbump-1.0.1/cargo-crates/libgit2-sys-0.9.1/libgit2/deps/winhttp/
H A Dwinhttp.h235 #define HTTP_STATUS_CONTINUE 100 macro
275 #define HTTP_STATUS_FIRST HTTP_STATUS_CONTINUE
/dports/devel/gitui/gitui-0.10.1/cargo-crates/libgit2-sys-0.12.12+1.0.1/libgit2/deps/winhttp/
H A Dwinhttp.h235 #define HTTP_STATUS_CONTINUE 100 macro
275 #define HTTP_STATUS_FIRST HTTP_STATUS_CONTINUE
/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/cargo-audit/cargo-crates/libgit2-sys-0.12.23+1.2.0/libgit2/deps/winhttp/
H A Dwinhttp.h235 #define HTTP_STATUS_CONTINUE 100 macro
275 #define HTTP_STATUS_FIRST HTTP_STATUS_CONTINUE
/dports/devel/cargo-generate/cargo-generate-0.9.0/cargo-crates/libgit2-sys-0.12.22+1.1.0/libgit2/deps/winhttp/
H A Dwinhttp.h235 #define HTTP_STATUS_CONTINUE 100 macro
275 #define HTTP_STATUS_FIRST HTTP_STATUS_CONTINUE
/dports/misc/broot/broot-1.7.0/cargo-crates/libgit2-sys-0.12.21+1.1.0/libgit2/deps/winhttp/
H A Dwinhttp.h235 #define HTTP_STATUS_CONTINUE 100 macro
275 #define HTTP_STATUS_FIRST HTTP_STATUS_CONTINUE

12345678910>>...18