MCPcopy Create free account
hub / github.com/OpenPrinting/cups / httpCheck

Function httpCheck

cups/http.c:270–274  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

268 */
269
270int /* O - 0 = no data, 1 = data available */
271httpCheck(http_t *http) /* I - HTTP connection */
272{
273 return (httpWait(http, 0));
274}
275
276
277/*

Callers 2

cupsPutFdFunction · 0.85
cupsSendRequestFunction · 0.85

Calls 1

httpWaitFunction · 0.85

Tested by

no test coverage detected