Searched refs:check_status (Results 1 – 3 of 3) sorted by relevance
56 status_t (*check_status)(const struct ifc_print_job_st *this_p); member
249 .enable_timeout = _enable_timeout, .check_status = _check_status,};
994 if (jq->print_ifc->check_status) { in _job_thread()995 if (jq->print_ifc->check_status(jq->print_ifc) == ERROR) { in _job_thread()1138 if ((jq->print_ifc != NULL) && (jq->print_ifc->check_status)) { in _job_thread()1139 if (jq->print_ifc->check_status(jq->print_ifc) == ERROR) { in _job_thread()