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

/illumos-gate/usr/src/lib/print/libhttp-core/common/
H A Dhttp.h385 extern int httpWrite(http_t *http, const char *buffer, int length);
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));
/illumos-gate/usr/src/lib/print/libpapi-ipp/common/
H A Dipp-support.c323 return (httpWrite(svc->connection, buffer, length));

Completed in 64 milliseconds