Home
last modified time | relevance | path

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

/external/libcups/cups/
Dipp.c2831 return (IPP_STATE_ERROR); in ippRead()
2881 DEBUG_printf(("2ippReadIO: ipp->state=%d", ipp ? ipp->state : IPP_STATE_ERROR)); in ippReadIO()
2884 return (IPP_STATE_ERROR); in ippReadIO()
2889 return (IPP_STATE_ERROR); in ippReadIO()
2908 return (IPP_STATE_ERROR); in ippReadIO()
2947 return (IPP_STATE_ERROR); in ippReadIO()
2967 return (IPP_STATE_ERROR); in ippReadIO()
2982 return (IPP_STATE_ERROR); in ippReadIO()
3002 return (IPP_STATE_ERROR); in ippReadIO()
3032 return (IPP_STATE_ERROR); in ippReadIO()
[all …]
Drequest.c387 if (state == IPP_STATE_ERROR) in cupsGetResponse()
390 if (state == IPP_STATE_ERROR) in cupsGetResponse()
752 else if (state == IPP_STATE_ERROR) in cupsSendRequest()
756 if (state == IPP_STATE_ERROR) in cupsSendRequest()
Dtestipp.c333 if (state == IPP_STATE_ERROR) in main()
376 if (state == IPP_STATE_ERROR) in main()
607 if (state == IPP_STATE_ERROR) in main()
Dgetdevices.c182 if ((state = ippRead(http, response)) == IPP_STATE_ERROR) in cupsGetDevices()
Dipp-support.c2248 if (state >= IPP_STATE_ERROR && state <= IPP_STATE_DATA) in ippStateString()
2249 return (ipp_states[state - IPP_STATE_ERROR]); in ippStateString()
Dipp.h473 IPP_STATE_ERROR = -1, /* An error occurred */ enumerator
480 # define IPP_ERROR IPP_STATE_ERROR