Home | History | Annotate | Download | only in ipphelper

Lines Matching defs:ipp_status

157             ipp_status_t ipp_status = cupsLastError();
158 LOGD("test_and_set_ipp_version: response is null: ipp_status %d %s",
159 ipp_status, ippErrorString(ipp_status));
160 if (ipp_status == IPP_INTERNAL_ERROR) {
163 } else if ((ipp_status == IPP_SERVICE_UNAVAILABLE) &&
169 } else if (ipp_status == IPP_BAD_REQUEST) {
170 LOGE("test_and_set_ipp_version: IPP_Status of IPP_BAD_REQUEST "
178 } else if (ipp_status == IPP_NOT_FOUND) {
179 LOGE("test_and_set_ipp_version: IPP_Status of IPP_NOT_FOUND received");
184 ipp_status_t ipp_status = cupsLastError();
185 LOGD("ipp CUPS last ERROR: %d, %s", ipp_status, ippErrorString(ipp_status));
186 if (ipp_status == IPP_BAD_REQUEST) {
187 LOGD("IPP_Status of IPP_BAD_REQUEST received. retry (%d) of (%d)",
237 ipp_status_t ipp_status = IPP_OK;
244 return ipp_status;
260 ipp_status = cupsLastError();
261 LOGE("get_PrinterState(): response is null: ipp_status %d", ipp_status);
265 ipp_status = cupsLastError();
266 LOGD("ipp CUPS last ERROR: %d, %s", ipp_status, ippErrorString(ipp_status));
271 LOGD("get_PrinterState(): exit http->fd %d, ipp_status %d, printer_state %d", http->fd,
272 ipp_status, printer_state_dyn->printer_status);
276 return ipp_status;
1471 ipp_status_t ipp_status;
1497 ipp_status = cupsLastError();
1498 if (ipp_status == IPP_INTERNAL_ERROR || ipp_status == HTTP_ERROR) {
1505 printer_uri, ipp_status, internal_error_retry_count,
1508 } else if (ipp_status == IPP_SERVICE_UNAVAILABLE) {
1518 } else if (ipp_status == IPP_BAD_REQUEST) {
1527 } else if (ipp_status == IPP_NOT_FOUND) {
1532 ipp_status = cupsLastError();
1533 if (ipp_status == IPP_BAD_REQUEST) {
1544 } else if (ipp_status == IPP_VERSION_NOT_SUPPORTED) {