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

Function ippGetState

cups/ipp.c:2470–2485  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2468 */
2469
2470ipp_state_t /* O - IPP message state value */
2471ippGetState(ipp_t *ipp) /* I - IPP message */
2472{
2473 /*
2474 * Range check input...
2475 */
2476
2477 if (!ipp)
2478 return (IPP_STATE_IDLE);
2479
2480 /*
2481 * Return the value...
2482 */
2483
2484 return (ipp->state);
2485}
2486
2487
2488/*

Callers 3

do_testFunction · 0.85
cupsdReadClientFunction · 0.85
cupsdWriteClientFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected