Home
last modified time | relevance | path

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

/external/libcups/cups/
Dhttp.c1858 httpPrintf(http_t *http, /* I - HTTP connection */ in httpPrintf() function
3416 …if (httpPrintf(http, "HTTP/%d.%d %d %s\r\n", http->version / 100, http->version % 100, (int)status… in httpWriteResponse()
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()
[all …]
Dlibcups2.def421 httpPrintf
Dhttp.h474 extern int httpPrintf(http_t *http, const char *format, ...) _CUPS_FORMAT(2, 3) _CUPS_PUBLIC;
/external/libcups/tools/
Dippeveprinter.c7110 if (httpPrintf(client->http, "%s", message) < 0) in respond_http()