Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1325
http_state_t /* O - HTTP state */
1326
httpGetState(http_t *http) /* I - HTTP connection */
1327
{
1328
return (http ? http->state : HTTP_STATE_ERROR);
1329
}
1330
1331
1332
/*
Callers
8
flush_document_data
Function · 0.85
have_document_data
Function · 0.85
process_http
Function · 0.85
process_ipp
Function · 0.85
auth.c
File · 0.85
cupsdReadClient
Function · 0.85
cupsdWriteClient
Function · 0.85
main
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected