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

/illumos-gate/usr/src/lib/print/libhttp-core/common/
H A Dhttp.h375 extern int httpRead(http_t *http, char *buffer, int length);
H A Dhttp.c48 * httpRead() - Read data from a HTTP connection.
898 while (httpRead(http, buffer, sizeof(buffer)) > 0);
903 * 'httpRead()' - Read data from a HTTP connection.
907 httpRead(http_t *http, /* I - HTTP data */ function
915 DEBUG_printf(("httpRead(http=%p, buffer=%p, length=%d)\n",
929 DEBUG_puts("httpRead: Getting chunk length...");
933 DEBUG_puts("httpRead: Could not get length!");
940 DEBUG_puts("httpRead: Negative chunk length!");
945 DEBUG_printf(("httpRead: data_remaining=%d\n", http->data_remaining));
993 DEBUG_printf(("httpRead
[all...]
/illumos-gate/usr/src/lib/print/libpapi-ipp/common/
H A Dipp-support.c333 while ((rc = httpRead(svc->connection, p, i)) != i) {

Completed in 184 milliseconds