HomeSort by relevance Sort by last modified time
    Searched refs:httpFlushWrite (Results 1 - 2 of 2) sorted by null

  /external/libcups/cups/
http.c 682 * 'httpFlushWrite()' - Flush data in write buffer.
688 httpFlushWrite(http_t *http) /* I - HTTP connection */
693 DEBUG_printf(("httpFlushWrite(http=%p) data_encoding=%d", (void *)http, http ? http->data_encoding : 100));
697 DEBUG_puts(http ? "1httpFlushWrite: Write buffer is empty." :
698 "1httpFlushWrite: No connection.");
709 DEBUG_printf(("1httpFlushWrite: Returning %d, errno=%d.", (int)bytes, errno));
    [all...]
http.h 543 extern int httpFlushWrite(http_t *http) _CUPS_API_1_2;

Completed in 38 milliseconds