Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
270
int /* O - 0 = no data, 1 = data available */
271
httpCheck(http_t *http) /* I - HTTP connection */
272
{
273
return (httpWait(http, 0));
274
}
275
276
277
/*
Callers
2
cupsPutFd
Function · 0.85
cupsSendRequest
Function · 0.85
Calls
1
httpWait
Function · 0.85
Tested by
no test coverage detected