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

/illumos-gate/usr/src/lib/print/libhttp-core/common/
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...]

Completed in 69 milliseconds