Searched refs:IPP_NOT_FOUND (Results 1 – 5 of 5) sorted by relevance
/external/libcups/scheduler/ |
D | ipp.c | 761 send_ipp_status(con, IPP_NOT_FOUND, in accept_jobs() 1046 send_ipp_status(con, IPP_NOT_FOUND, in add_class() 3024 send_ipp_status(con, IPP_NOT_FOUND, _("Job #%d does not exist."), jobid); in authenticate_job() 3229 send_ipp_status(con, IPP_NOT_FOUND, in cancel_all_jobs() 3258 send_ipp_status(con, IPP_NOT_FOUND, _("Job #%d does not exist."), in cancel_all_jobs() 3317 send_ipp_status(con, IPP_NOT_FOUND, _("Job #%d does not exist."), in cancel_all_jobs() 3410 send_ipp_status(con, IPP_NOT_FOUND, in cancel_job() 3496 send_ipp_status(con, IPP_NOT_FOUND, _("Job #%d does not exist."), jobid); in cancel_job() 3590 send_ipp_status(con, IPP_NOT_FOUND, in cancel_subscription() 3942 send_ipp_status(con, IPP_NOT_FOUND, _("Job #%d does not exist."), in close_job() [all …]
|
D | cups-driverd.cxx | 338 cupsdSendIPPHeader(IPP_NOT_FOUND, request_id); in cat_drv() 406 cupsdSendIPPHeader(IPP_NOT_FOUND, request_id); in cat_drv() 507 cupsdSendIPPHeader(IPP_NOT_FOUND, request_id); in cat_ppd() 683 cupsdSendIPPHeader(IPP_NOT_FOUND, request_id); in cat_tar() 872 cupsdSendIPPHeader(IPP_NOT_FOUND, request_id); in get_file() 983 cupsdSendIPPHeader(IPP_NOT_FOUND, request_id); in get_file() 1568 cupsdSendIPPHeader(IPP_NOT_FOUND, request_id); in list_ppds()
|
D | testspeed.c | 330 case IPP_NOT_FOUND : in do_test()
|
D | log.c | 1064 con->response->request.status.status_code == IPP_NOT_FOUND)) in cupsdLogRequest()
|
/external/libcups/cups/ |
D | ipp.h | 636 # define IPP_NOT_FOUND IPP_STATUS_ERROR_NOT_FOUND macro
|