Searched defs:httpPrintf (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/print/libhttp-core/common/
H A Dhttp.c53 * httpPrintf() - Print a formatted string to a HTTP connection.
1171 if (httpPrintf(http, "%x\r\n", length) < 0)
1191 if (httpPrintf(http, "\r\n") < 0)
1246 if (httpPrintf(http, "\r\n") < 0)
1425 * 'httpPrintf()' - Print a formatted string to a HTTP connection.
1429 httpPrintf(http_t *http, /* I - HTTP data */ function
1441 DEBUG_printf(("httpPrintf: httpPrintf(http=%p, format=\"%s\", ...)\n", http, format));
1447 DEBUG_printf(("httpPrintf: %s", buf));
1460 httpDumpData(stdout, "httpPrintf
[all...]

Completed in 47 milliseconds