Home | History | Annotate | Download | only in ipphelper

Lines Matching defs:ipp_status

396     ipp_status_t ipp_status;
426 ipp_status = cupsLastError();
427 LOGE("_validate_job: validatePrintJob: response is null: ipp_status %d %s",
428 ipp_status, ippErrorString(ipp_status));
430 ipp_status = cupsLastError();
431 LOGI("_validate_job: %s ipp_status %d %x received:", ippOpString(IPP_VALIDATE_JOB),
432 ipp_status, ipp_status);
442 LOGD("_validate_job : ipp_status: %d", ipp_status);
443 if (strncmp(ippErrorString(ipp_status), ippErrorString(IPP_OK),
506 LOGI("_start_job httpPrint fd %d status %d ipp_status %d", ipp_job->http->fd,