Searched refs:httpGetPending (Results 1 – 4 of 4) sorted by relevance
401 httpGetPending
573 extern size_t httpGetPending(http_t *http) _CUPS_API_2_0;
1070 httpGetPending(http_t *http) /* I - HTTP connection */ in httpGetPending() function
2322 size_t wused = httpGetPending(con->http); /* Previous write buffer use */ in cupsdWriteClient()2336 if (httpGetPending(con->http) <= wused) in cupsdWriteClient()2345 CUPS_LLCAST wused, CUPS_LLCAST httpGetPending(con->http)); in cupsdWriteClient()2347 if (httpGetPending(con->http) > 0) in cupsdWriteClient()