Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenPrinting/cups
/ httpError
Function
httpError
cups/http.c:601–608 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
599
*/
600
601
int /* O - Error code (errno) value */
602
httpError(http_t *http) /* I - HTTP connection */
603
{
604
if (http)
605
return (http->error);
606
else
607
return (EINVAL);
608
}
609
610
611
/*
Callers
7
do_monitor_printer_state
Function · 0.85
do_test
Function · 0.85
process_http
Function · 0.85
cupsdCloseClient
Function · 0.85
cupsdReadClient
Function · 0.85
cupsdWriteClient
Function · 0.85
main
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected