HomeSort by relevance Sort by last modified time
    Searched refs:IPP_STATUS_ERROR_NOT_FOUND (Results 1 - 4 of 4) sorted by null

  /external/libcups/cups/
request.c 64 _cupsSetError(errno == ENOENT ? IPP_STATUS_ERROR_NOT_FOUND : IPP_STATUS_ERROR_NOT_AUTHORIZED,
153 _cupsSetError(errno == EBADF ? IPP_STATUS_ERROR_NOT_FOUND : IPP_STATUS_ERROR_NOT_AUTHORIZED, NULL, 0);
1123 _cupsSetError(IPP_STATUS_ERROR_NOT_FOUND, httpStatus(status), 0);
ppd-util.c 708 if (cupsLastError() != IPP_STATUS_ERROR_NOT_FOUND)
ipp.h 508 IPP_STATUS_ERROR_NOT_FOUND, /* client-error-not-found */
    [all...]
adminutil.c 785 _cupsSetError(IPP_STATUS_ERROR_NOT_FOUND, message, 0);
791 _cupsSetError(IPP_STATUS_ERROR_NOT_FOUND, message, 0);
    [all...]

Completed in 178 milliseconds