Home | History | Annotate | Download | only in ipphelper

Lines Matching defs:ipp_status

134     ipp_status_t ipp_status; // Status of IPP request
167 ipp_status = cupsLastError();
168 LOGE("_get_capabilities: %s response is null: ipp_status %d %s",
169 caps->printer_caps.printerUri, ipp_status, ippErrorString(ipp_status));
171 ipp_status = cupsLastError();
172 LOGD("ipp CUPS last ERROR: %d, %s", ipp_status, ippErrorString(ipp_status));
189 if (ipp_status >= IPP_OK && ipp_status < IPP_REDIRECTION_OTHER_SITE && response != NULL) {