Home
last modified time | relevance | path

Searched refs:httpGetPending (Results 1 – 4 of 4) sorted by relevance

/external/libcups/cups/
Dlibcups2.def401 httpGetPending
Dhttp.h573 extern size_t httpGetPending(http_t *http) _CUPS_API_2_0;
Dhttp.c1070 httpGetPending(http_t *http) /* I - HTTP connection */ in httpGetPending() function
/external/libcups/scheduler/
Dclient.c2322 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()