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

/illumos-gate/usr/src/lib/print/libhttp-core/common/
H A Dhttp.c47 * httpFlush() - Flush data from a HTTP connection.
887 * 'httpFlush()' - Flush data from a HTTP connection.
891 httpFlush(http_t *http) /* I - HTTP data */ function
896 DEBUG_printf(("httpFlush(http=%p), state=%d\n", http, http->state));
2227 httpFlush(&myhttp);

Completed in 60 milliseconds