Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/print/libhttp-core/common/
H A Dhttp.c1171 if (httpPrintf(http, "%x\r\n", length) < 0) in httpWrite()
1191 if (httpPrintf(http, "\r\n") < 0) in httpWrite()
1246 if (httpPrintf(http, "\r\n") < 0) in httpWrite()
1429 httpPrintf(http_t *http, /* I - HTTP data */ in httpPrintf() function
2059 if (httpPrintf(http, "%s %s HTTP/1.1\r\n", codes[request], buf) < 1) in http_send()
2070 if (httpPrintf(http, "%s: %s\r\n", http_fields[i], http->fields[i]) < 1) in http_send()
2077 if (httpPrintf(http, "\r\n") < 1) in http_send()
H A Dhttp.h369 extern int httpPrintf(http_t *http, const char *format, ...)