Searched refs:IPP_STATUS_ERROR_NOT_FOUND (Results 1 – 4 of 4) sorted by relevance
/external/libcups/cups/ |
D | request.c | 64 _cupsSetError(errno == ENOENT ? IPP_STATUS_ERROR_NOT_FOUND : IPP_STATUS_ERROR_NOT_AUTHORIZED, in cupsDoFileRequest() 153 …_cupsSetError(errno == EBADF ? IPP_STATUS_ERROR_NOT_FOUND : IPP_STATUS_ERROR_NOT_AUTHORIZED, NULL,… in cupsDoIORequest() 1135 _cupsSetError(IPP_STATUS_ERROR_NOT_FOUND, httpStatus(status), 0); in _cupsSetHTTPError()
|
D | ppd-util.c | 637 if (cupsLastError() != IPP_STATUS_ERROR_NOT_FOUND) in cups_get_printer_uri()
|
D | ipp.h | 508 IPP_STATUS_ERROR_NOT_FOUND, /* client-error-not-found */ enumerator 596 # define IPP_NOT_FOUND IPP_STATUS_ERROR_NOT_FOUND
|
D | adminutil.c | 785 _cupsSetError(IPP_STATUS_ERROR_NOT_FOUND, message, 0); in cupsAdminExportSamba() 791 _cupsSetError(IPP_STATUS_ERROR_NOT_FOUND, message, 0); in cupsAdminExportSamba()
|