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

/illumos-gate/usr/src/lib/print/libhttp-core/common/
H A Dhttp.c51 * httpWrite() - Write data to a HTTP connection.
1152 * 'httpWrite()' - Write data to a HTTP connection.
1156 httpWrite(http_t *http, /* I - HTTP data */ function
1181 DEBUG_printf(("httpWrite: changing states from %d", http->state));
1211 httpDumpData(stdout, "httpWrite:", buffer, bytes);
1233 DEBUG_puts("httpWrite: error writing data...\n");
1256 DEBUG_printf(("httpWrite: changing states from %d", http->state));

Completed in 64 milliseconds