Home
last modified time | relevance | path

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

/external/libcups/cups/
Dipp.c2905 return (IPP_STATE_ERROR); in ippRead()
2955 DEBUG_printf(("2ippReadIO: ipp->state=%d", ipp ? ipp->state : IPP_STATE_ERROR)); in ippReadIO()
2958 return (IPP_STATE_ERROR); in ippReadIO()
2963 return (IPP_STATE_ERROR); in ippReadIO()
2982 return (IPP_STATE_ERROR); in ippReadIO()
3021 return (IPP_STATE_ERROR); in ippReadIO()
3041 return (IPP_STATE_ERROR); in ippReadIO()
3056 return (IPP_STATE_ERROR); in ippReadIO()
3099 return (IPP_STATE_ERROR); in ippReadIO()
3109 return (IPP_STATE_ERROR); in ippReadIO()
[all …]
Drequest.c392 if (state == IPP_STATE_ERROR) in cupsGetResponse()
395 if (state == IPP_STATE_ERROR) in cupsGetResponse()
744 else if (state == IPP_STATE_ERROR) in cupsSendRequest()
748 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.c2236 if (state >= IPP_STATE_ERROR && state <= IPP_STATE_DATA) in ippStateString()
2237 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