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

Function ippWrite

cups/ipp.c:4513–4523  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4511 */
4512
4513ipp_state_t /* O - Current state */
4514ippWrite(http_t *http, /* I - HTTP connection */
4515 ipp_t *ipp) /* I - IPP data */
4516{
4517 DEBUG_printf(("ippWrite(http=%p, ipp=%p)", (void *)http, (void *)ipp));
4518
4519 if (!http)
4520 return (IPP_STATE_ERROR);
4521
4522 return (ippWriteIO(http, (ipp_iocb_t)httpWrite2, http->blocking, NULL, ipp));
4523}
4524
4525
4526/*

Callers 3

respond_httpFunction · 0.85
cupsdWriteClientFunction · 0.85
cupsSendRequestFunction · 0.85

Calls 1

ippWriteIOFunction · 0.85

Tested by

no test coverage detected