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);
33 static status_t _start_job(const ifc_print_job_t *this_p, const wprint_job_params_t *job_params);
37 static status_t _end_job(const ifc_print_job_t *this_p);
77 static status_t _init(const ifc_print_job_t *this_p, const char *printer_address, int port, in _init()
412 static status_t _validate_job(const ifc_print_job_t *this_p, wprint_job_params_t *job_params) { in _validate_job()
414 status_t result = ERROR; in _validate_job()
480 static status_t _start_job(const ifc_print_job_t *this_p, const wprint_job_params_t *job_params) { in _start_job()
482 status_t result; in _start_job()
559 static status_t _end_job(const ifc_print_job_t *this_p) { in _end_job()
561 status_t result = ERROR; in _end_job()