MCPcopy Create free account
hub / github.com/OpenPrinting/cups / httpGetState

Function httpGetState

cups/http.c:1325–1329  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1323 */
1324
1325http_state_t /* O - HTTP state */
1326httpGetState(http_t *http) /* I - HTTP connection */
1327{
1328 return (http ? http->state : HTTP_STATE_ERROR);
1329}
1330
1331
1332/*

Callers 8

flush_document_dataFunction · 0.85
have_document_dataFunction · 0.85
process_httpFunction · 0.85
process_ippFunction · 0.85
auth.cFile · 0.85
cupsdReadClientFunction · 0.85
cupsdWriteClientFunction · 0.85
mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected