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

Function httpWrite

cups/http.c:3183–3189  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3181 */
3182
3183int /* O - Number of bytes written */
3184httpWrite(http_t *http, /* I - HTTP connection */
3185 const char *buffer, /* I - Buffer for data */
3186 int length) /* I - Number of bytes to write */
3187{
3188 return ((int)httpWrite2(http, buffer, (size_t)length));
3189}
3190
3191
3192/*

Callers

nothing calls this directly

Calls 1

httpWrite2Function · 0.85

Tested by

no test coverage detected