Home
last modified time | relevance | path

Searched refs:httpPrintf (Results 1 – 18 of 18) sorted by relevance

/dports/print/openprinting/papi-1.0_beta/source/libpapi-ipp/http-core/
H A Dhttp.c1169 if (httpPrintf(http, "%x\r\n", length) < 0) in httpWrite()
1189 if (httpPrintf(http, "\r\n") < 0) in httpWrite()
1244 if (httpPrintf(http, "\r\n") < 0) in httpWrite()
1427 httpPrintf(http_t *http, /* I - HTTP data */ in httpPrintf() function
2057 if (httpPrintf(http, "%s %s HTTP/1.1\r\n", codes[request], buf) < 1) in http_send()
2068 if (httpPrintf(http, "%s: %s\r\n", http_fields[i], http->fields[i]) < 1) in http_send()
2075 if (httpPrintf(http, "\r\n") < 1) in http_send()
H A Dhttp.h370 extern int httpPrintf(http_t *http, const char *format, ...)
/dports/print/cups/cups-2.3.3op2/cups/
H A Dhttp.c1858 httpPrintf(http_t *http, /* I - HTTP connection */ in httpPrintf() function
3435 if (httpPrintf(http, "%s: %s\r\n", http_fields[i], value) < 1) in httpWriteResponse()
3447 if (httpPrintf(http, "Set-Cookie: %s\r\n", http->cookie) < 1) in httpWriteResponse()
3453 …else if (httpPrintf(http, "Set-Cookie: %s; path=/; httponly;%s\r\n", http->cookie, http->tls ? " s… in httpWriteResponse()
3464 if (httpPrintf(http, "X-Frame-Options: DENY\r\n" in httpWriteResponse()
4395 if (httpPrintf(http, "%s %s HTTP/1.1\r\n", codes[request], buf) < 1) in http_send()
4408 if (httpPrintf(http, "Host: %s:%d\r\n", value, in http_send()
4415 else if (httpPrintf(http, "%s: %s\r\n", http_fields[i], value) < 1) in http_send()
4423 if (httpPrintf(http, "Cookie: $Version=0; %s\r\n", http->cookie) < 1) in http_send()
4435 if (httpPrintf(http, "Expect: 100-continue\r\n") < 1) in http_send()
[all …]
H A Dlibcups2.def421 httpPrintf
H A Dhttp.h474 extern int httpPrintf(http_t *http, const char *format, ...) _CUPS_FORMAT(2, 3) _CUPS_PUBLIC;
/dports/textproc/htmldoc/htmldoc-1.9.13/htmldoc/
H A Dhttp.c1858 httpPrintf(http_t *http, /* I - HTTP connection */ in httpPrintf() function
3437 if (httpPrintf(http, "%s: %s\r\n", http_fields[i], value) < 1) in httpWriteResponse()
3449 if (httpPrintf(http, "Set-Cookie: %s\r\n", http->cookie) < 1) in httpWriteResponse()
3455 …else if (httpPrintf(http, "Set-Cookie: %s; path=/; httponly;%s\r\n", http->cookie, http->tls ? " s… in httpWriteResponse()
3466 if (httpPrintf(http, "X-Frame-Options: DENY\r\n" in httpWriteResponse()
4384 if (httpPrintf(http, "%s %s HTTP/1.1\r\n", codes[request], buf) < 1) in http_send()
4397 if (httpPrintf(http, "Host: %s:%d\r\n", value, in http_send()
4404 else if (httpPrintf(http, "%s: %s\r\n", http_fields[i], value) < 1) in http_send()
4412 if (httpPrintf(http, "Cookie: $Version=0; %s\r\n", http->cookie) < 1) in http_send()
4424 if (httpPrintf(http, "Expect: 100-continue\r\n") < 1) in http_send()
[all …]
H A Dhttp.h511 extern int httpPrintf(http_t *http, const char *format, ...) _CUPS_FORMAT(2, 3) _CUPS_PUBLIC;
/dports/print/ghostscript9-x11/ghostscript-9.06/cups/libs/cups/
H A Dhttp.c1313 httpPrintf(http_t *http, /* I - Connection to server */ in httpPrintf() function
2943 if (httpPrintf(http, "%s %s HTTP/1.1\r\n", codes[request], buf) < 1) in http_send()
2955 if (httpPrintf(http, "%s: %s\r\n", http_fields[i], in http_send()
2964 if (httpPrintf(http, "Cookie: $Version=0; %s\r\n", http->cookie) < 1) in http_send()
2972 if (httpPrintf(http, "Expect: 100-continue\r\n") < 1) in http_send()
2978 if (httpPrintf(http, "\r\n") < 1) in http_send()
H A Dhttp.h348 extern int httpPrintf(http_t *http, const char *format, ...)
/dports/print/ghostscript9-base/ghostscript-9.06/cups/libs/cups/
H A Dhttp.c1313 httpPrintf(http_t *http, /* I - Connection to server */ in httpPrintf() function
2943 if (httpPrintf(http, "%s %s HTTP/1.1\r\n", codes[request], buf) < 1) in http_send()
2955 if (httpPrintf(http, "%s: %s\r\n", http_fields[i], in http_send()
2964 if (httpPrintf(http, "Cookie: $Version=0; %s\r\n", http->cookie) < 1) in http_send()
2972 if (httpPrintf(http, "Expect: 100-continue\r\n") < 1) in http_send()
2978 if (httpPrintf(http, "\r\n") < 1) in http_send()
H A Dhttp.h348 extern int httpPrintf(http_t *http, const char *format, ...)
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/cups/libs/cups/
H A Dhttp.c1958 httpPrintf(http_t *http, /* I - Connection to server */ in httpPrintf() function
3791 if (httpPrintf(http, "HTTP/%d.%d %d %s\r\n", http->version / 100, in httpWriteResponse()
3811 if (httpPrintf(http, "%s: %s\r\n", http_fields[i], value) < 1) in httpWriteResponse()
3821 if (httpPrintf(http, "Set-Cookie: %s path=/%s\r\n", http->cookie, in httpWriteResponse()
4818 if (httpPrintf(http, "%s %s HTTP/1.1\r\n", codes[request], buf) < 1) in http_send()
4831 if (httpPrintf(http, "Host: %s:%d\r\n", value, in http_send()
4838 else if (httpPrintf(http, "%s: %s\r\n", http_fields[i], value) < 1) in http_send()
4846 if (httpPrintf(http, "Cookie: $Version=0; %s\r\n", http->cookie) < 1) in http_send()
4858 if (httpPrintf(http, "Expect: 100-continue\r\n") < 1) in http_send()
4864 if (httpPrintf(http, "\r\n") < 1) in http_send()
H A Dlibcups2.def258 httpPrintf
H A Dhttp.h472 extern int httpPrintf(http_t *http, const char *format, ...)
/dports/www/firefox-esr/firefox-91.8.0/third_party/cups/include/cups/
H A Dhttp.h474 extern int httpPrintf(http_t *http, const char *format, ...) _CUPS_FORMAT(2, 3) _CUPS_PUBLIC;
/dports/www/firefox/firefox-99.0/third_party/cups/include/cups/
H A Dhttp.h474 extern int httpPrintf(http_t *http, const char *format, ...) _CUPS_FORMAT(2, 3) _CUPS_PUBLIC;
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/cups/include/cups/
H A Dhttp.h474 extern int httpPrintf(http_t *http, const char *format, ...) _CUPS_FORMAT(2, 3) _CUPS_PUBLIC;
/dports/print/cups/cups-2.3.3op2/tools/
H A Dippeveprinter.c7528 if (httpPrintf(client->http, "%s", message) < 0) in respond_http()