Lines Matching refs:this_p
47 static status_t _init(const ifc_print_job_t *this_p, const char *printer_addr, int port, in _init() argument
49 _print_job_t *print_job = IMPL(_print_job_t, ifc, this_p); in _init()
73 static void _destroy(const ifc_print_job_t *this_p) { in _destroy() argument
74 _print_job_t *print_job = IMPL(_print_job_t, ifc, this_p); in _destroy()
80 static int _start_job(const ifc_print_job_t *this_p, const wprint_job_params_t *job_params, in _start_job() argument
82 _print_job_t *print_job = IMPL(_print_job_t, ifc, this_p); in _start_job()
91 static int _send_data(const ifc_print_job_t *this_p, const char *buffer, size_t length) { in _send_data() argument
95 _print_job_t *print_job = IMPL(_print_job_t, ifc, this_p); in _send_data()
97 if (this_p && buffer && (print_job->job_status == OK)) { in _send_data()
152 static int _end_job(const ifc_print_job_t *this_p) { in _end_job() argument
153 _print_job_t *print_job = IMPL(_print_job_t, ifc, this_p); in _end_job()
162 static void _enable_timeout(const ifc_print_job_t *this_p, int enable) { in _enable_timeout() argument
163 _print_job_t *print_job = IMPL(_print_job_t, ifc, this_p); in _enable_timeout()
169 static int _check_status(const ifc_print_job_t *this_p) { in _check_status() argument
170 _print_job_t *print_job = IMPL(_print_job_t, ifc, this_p); in _check_status()