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

Function httpGetVersion

cups/http.c:1499–1503  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1497 */
1498
1499http_version_t /* O - Version number */
1500httpGetVersion(http_t *http) /* I - HTTP connection */
1501{
1502 return (http ? http->version : HTTP_VERSION_1_0);
1503}
1504
1505
1506/*

Callers 6

do_testFunction · 0.85
process_httpFunction · 0.85
cupsdReadClientFunction · 0.85
cupsdSendErrorFunction · 0.85
cupsdWriteClientFunction · 0.85
pipe_commandFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected