Searched refs:httpPrintf (Results 1 – 3 of 3) sorted by relevance
/external/libcups/cups/ |
D | http.c | 1903 httpPrintf(http_t *http, /* I - HTTP connection */ in httpPrintf() function 3482 if (httpPrintf(http, "HTTP/%d.%d %d %s\r\n", http->version / 100, in httpWriteResponse() 3502 if (httpPrintf(http, "%s: %s\r\n", http_fields[i], value) < 1) in httpWriteResponse() 3514 if (httpPrintf(http, "Set-Cookie: %s\r\n", http->cookie) < 1) in httpWriteResponse() 3520 …else if (httpPrintf(http, "Set-Cookie: %s; path=/; httponly;%s\r\n", http->cookie, http->tls ? " s… in httpWriteResponse() 3531 if (httpPrintf(http, "X-Frame-Options: DENY\r\n" in httpWriteResponse() 4439 if (httpPrintf(http, "%s %s HTTP/1.1\r\n", codes[request], buf) < 1) in http_send() 4452 if (httpPrintf(http, "Host: %s:%d\r\n", value, in http_send() 4459 else if (httpPrintf(http, "%s: %s\r\n", http_fields[i], value) < 1) in http_send() 4467 if (httpPrintf(http, "Cookie: $Version=0; %s\r\n", http->cookie) < 1) in http_send() [all …]
|
D | libcups2.def | 369 httpPrintf
|
D | http.h | 483 extern int httpPrintf(http_t *http, const char *format, ...) _CUPS_FORMAT(2, 3);
|