Lines Matching refs:this_p
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,
37 static int _send_data(const ifc_print_job_t *this_p, const char *buffer, size_t length);
39 static status_t _end_job(const ifc_print_job_t *this_p);
41 static void _destroy(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() argument
85 if (this_p == NULL) { in _init()
89 ipp_job = IMPL(ipp_print_job_t, ifc, this_p); in _init()
124 static void _destroy(const ifc_print_job_t *this_p) { in _destroy() argument
127 if (this_p == NULL) { in _destroy()
131 ipp_job = IMPL(ipp_print_job_t, ifc, this_p); in _destroy()
436 static status_t _validate_job(const ifc_print_job_t *this_p, wprint_job_params_t *job_params, in _validate_job() argument
447 if (this_p == NULL) { in _validate_job()
455 ipp_job = IMPL(ipp_print_job_t, ifc, this_p); 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() argument
517 if (this_p == NULL) { in _start_job()
522 ipp_job = IMPL(ipp_print_job_t, ifc, this_p); in _start_job()
561 static int _send_data(const ifc_print_job_t *this_p, const char *buffer, size_t length) { in _send_data() argument
563 if (this_p == NULL) { in _send_data()
567 ipp_job = IMPL(ipp_print_job_t, ifc, this_p); in _send_data()
585 static status_t _end_job(const ifc_print_job_t *this_p) { in _end_job() argument
596 if (this_p == NULL) { in _end_job()
600 ipp_job = IMPL(ipp_print_job_t, ifc, this_p); in _end_job()