Searched refs:httpPrintf (Results 1 – 3 of 3) sorted by relevance
/external/libcups/cups/ |
D | http.c | 1889 httpPrintf(http_t *http, /* I - HTTP connection */ in httpPrintf() function 3561 if (httpPrintf(http, "HTTP/%d.%d %d %s\r\n", http->version / 100, in httpWriteResponse() 3581 if (httpPrintf(http, "%s: %s\r\n", http_fields[i], value) < 1) in httpWriteResponse() 3593 if (httpPrintf(http, "Set-Cookie: %s\r\n", http->cookie) < 1) in httpWriteResponse() 3599 …else if (httpPrintf(http, "Set-Cookie: %s; path=/; httponly;%s\r\n", http->cookie, http->tls ? " s… in httpWriteResponse() 3610 if (httpPrintf(http, "X-Frame-Options: DENY\r\n" in httpWriteResponse() 4371 if (httpPrintf(http, "%s %s HTTP/1.1\r\n", codes[request], buf) < 1) in http_send() 4384 if (httpPrintf(http, "Host: %s:%d\r\n", value, in http_send() 4391 else if (httpPrintf(http, "%s: %s\r\n", http_fields[i], value) < 1) in http_send() 4399 if (httpPrintf(http, "Cookie: $Version=0; %s\r\n", http->cookie) < 1) in http_send() [all …]
|
D | libcups2.def | 378 httpPrintf
|
D | http.h | 479 extern int httpPrintf(http_t *http, const char *format, ...)
|