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

Function httpRead

cups/http.c:1941–1947  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1939 */
1940
1941int /* O - Number of bytes read */
1942httpRead(http_t *http, /* I - HTTP connection */
1943 char *buffer, /* I - Buffer for data */
1944 int length) /* I - Maximum number of bytes */
1945{
1946 return ((int)httpRead2(http, buffer, (size_t)length));
1947}
1948
1949
1950/*

Callers

nothing calls this directly

Calls 1

httpRead2Function · 0.85

Tested by

no test coverage detected