MCPcopy 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
601int /* O - Error code (errno) value */
602httpError(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_stateFunction · 0.85
do_testFunction · 0.85
process_httpFunction · 0.85
cupsdCloseClientFunction · 0.85
cupsdReadClientFunction · 0.85
cupsdWriteClientFunction · 0.85
mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected