Home | History | Annotate | Download | only in ipphelper

Lines Matching defs:ipp_status

147     ipp_status_t ipp_status;
179 ipp_status = get_PrinterState(monitor->http, monitor->printer_uri, printer_state_dyn,
181 LOGD("_get_status(): ipp_status=%d", ipp_status);
320 ipp_status_t ipp_status = cupsLastError();
321 LOGD("_cancel get job attributes: response is null, ipp_status %d: %s",
322 ipp_status, ippErrorString(ipp_status));
373 ipp_status_t ipp_status = cupsLastError();
374 LOGD("cancel: response is null: ipp_status %d %s", ipp_status,
375 ippErrorString(ipp_status));
378 ipp_status_t ipp_status = cupsLastError();
379 LOGE("IPP_Status for cancel request was %d %s", ipp_status,
380 ippErrorString(ipp_status));