Lines Matching refs:job_handle
36 JOB_INFO->wprint_ifc->get_debug_stream_ifc(JOB_INFO->job_handle); \
38 debug_ifc->debug_start_job(JOB_INFO->job_handle, EXT); \
45 JOB_INFO->wprint_ifc->get_debug_stream_ifc(JOB_INFO->job_handle); \
47 debug_ifc->debug_start_page(JOB_INFO->job_handle, JOB_INFO->page_number + 1, WIDTH, \
55 JOB_INFO->wprint_ifc->get_debug_stream_ifc(JOB_INFO->job_handle); \
57 debug_ifc->debug_page_data(JOB_INFO->job_handle, BUFF, LEN); \
64 JOB_INFO->wprint_ifc->get_debug_stream_ifc(JOB_INFO->job_handle); \
66 debug_ifc->debug_end_page(JOB_INFO->job_handle); \
73 JOB_INFO->wprint_ifc->get_debug_stream_ifc(JOB_INFO->job_handle); \
75 debug_ifc->debug_end_job(JOB_INFO->job_handle); \
82 JOB_INFO->wprint_ifc->get_debug_stream_ifc(JOB_INFO->job_handle); \
84 debug_ifc->debug_job_data(JOB_INFO->job_handle, (const unsigned char *)BUFF, LEN); \
96 wJob_t job_handle; member
128 wJob_t (*start_job)(wJob_t job_handle, pcl_job_info_t *job_info, media_size_t media_size,