MCPcopy 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
1338http_status_t /* O - HTTP status */
1339httpGetStatus(http_t *http) /* I - HTTP connection */
1340{
1341 return (http ? http->status : HTTP_STATUS_ERROR);
1342}
1343
1344
1345/*

Callers 3

do_monitor_printer_stateFunction · 0.85
do_testFunction · 0.85
cupsDoIORequestFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected