Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenPrinting/cups
/ httpGetStatus
Function
httpGetStatus
cups/http.c:1338–1342 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1336
*/
1337
1338
http_status_t /* O - HTTP status */
1339
httpGetStatus(http_t *http) /* I - HTTP connection */
1340
{
1341
return (http ? http->status : HTTP_STATUS_ERROR);
1342
}
1343
1344
1345
/*
Callers
3
do_monitor_printer_state
Function · 0.85
do_test
Function · 0.85
cupsDoIORequest
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected