Lines Matching refs:status_t
28 static status_t _init(const ifc_print_job_t *this_p, const char *printer_address, int port,
31 static status_t _validate_job(const ifc_print_job_t *this_p, wprint_job_params_t *job_params,
34 static status_t _start_job(const ifc_print_job_t *this_p, const wprint_job_params_t *job_params,
39 static status_t _end_job(const ifc_print_job_t *this_p);
79 static status_t _init(const ifc_print_job_t *this_p, const char *printer_address, int port, in _init()
436 static status_t _validate_job(const ifc_print_job_t *this_p, wprint_job_params_t *job_params, in _validate_job()
439 status_t result = ERROR; in _validate_job()
505 static status_t _start_job(const ifc_print_job_t *this_p, const wprint_job_params_t *job_params, in _start_job()
508 status_t result; in _start_job()
585 static status_t _end_job(const ifc_print_job_t *this_p) { in _end_job()
587 status_t result = ERROR; in _end_job()