Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/print/libhttp-core/common/
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.h367 extern int httpPrintf(http_t *http, const char *format, ...)