Home
last modified time | relevance | path

Searched refs:ipp_system_states (Results 1 – 1 of 1) sorted by relevance

/external/libcups/cups/
Dipp-support.c631 * const ipp_system_states[] = variable
2114 return (ipp_system_states[enumvalue - IPP_SSTATE_IDLE]); in ippEnumString()
2213 num_strings = (int)(sizeof(ipp_system_states) / sizeof(ipp_system_states[0])); in ippEnumValue()
2214 strings = ipp_system_states; in ippEnumValue()