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

Function ippStateString

cups/ipp-support.c:2442–2449  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2440 */
2441
2442const char * /* O - State name */
2443ippStateString(ipp_state_t state) /* I - State value */
2444{
2445 if (state >= IPP_STATE_ERROR && state <= IPP_STATE_DATA)
2446 return (ipp_states[state - IPP_STATE_ERROR]);
2447 else
2448 return ("UNKNOWN");
2449}
2450
2451
2452/*

Callers 2

cupsdReadClientFunction · 0.85
cupsdWriteClientFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected