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

/illumos-gate/usr/src/lib/print/libhttp-core/common/
H A Dhttp.c61 * httpGetLength() - Get the amount of data remaining from the
854 httpGetLength(http);
868 httpGetLength(http);
1614 httpGetLength(http);
1919 * 'httpGetLength()' - Get the amount of data remaining from the
1924 httpGetLength(http_t *http) /* I - HTTP data */ function
1926 DEBUG_printf(("httpGetLength(http=%p), state=%d\n", http, http->state));
1930 DEBUG_puts("httpGetLength: chunked request!");
1952 DEBUG_printf(("httpGetLength: content_length=%d\n", http->data_remaining));

Completed in 48 milliseconds