Lines Matching defs:handle
136 _papi_job_submit_reference_or_validate(papi_service_t handle, char *printer,
142 service_t *svc = handle;
166 papiJobSubmit(papi_service_t handle, char *printer,
170 return (_papi_job_submit_reference_or_validate(handle, printer,
176 papiJobSubmitByReference(papi_service_t handle, char *printer,
180 return (_papi_job_submit_reference_or_validate(handle, printer,
186 papiJobValidate(papi_service_t handle, char *printer,
190 return (_papi_job_submit_reference_or_validate(handle, printer,
196 papiJobStreamOpen(papi_service_t handle, char *printer,
201 service_t *svc = handle;
219 papiJobStreamWrite(papi_service_t handle,
223 service_t *svc = handle;
238 papiJobStreamClose(papi_service_t handle, papi_stream_t stream, papi_job_t *job)
241 service_t *svc = handle;
260 papiJobQuery(papi_service_t handle, char *printer, int32_t job_id,
264 service_t *svc = handle;
287 papiJobMove(papi_service_t handle, char *printer, int32_t job_id,
291 service_t *svc = handle;
315 _papi_job_handle_printer_id(papi_service_t handle,
319 service_t *svc = handle;
336 papiJobCancel(papi_service_t handle, char *printer, int32_t job_id)
338 return (_papi_job_handle_printer_id(handle, printer, job_id,
343 papiJobRelease(papi_service_t handle, char *printer, int32_t job_id)
345 return (_papi_job_handle_printer_id(handle, printer, job_id,
350 papiJobRestart(papi_service_t handle, char *printer, int32_t job_id)
352 return (_papi_job_handle_printer_id(handle, printer, job_id,
357 papiJobPromote(papi_service_t handle, char *printer, int32_t job_id)
359 return (_papi_job_handle_printer_id(handle, printer, job_id,
364 papiJobCommit(papi_service_t handle, char *printer, int32_t job_id)
366 return (_papi_job_handle_printer_id(handle, printer, job_id,
371 papiJobHold(papi_service_t handle, char *printer, int32_t job_id)
373 return (_papi_job_handle_printer_id(handle, printer, job_id,
378 papiJobModify(papi_service_t handle, char *printer, int32_t job_id,
382 service_t *svc = handle;
411 papiJobCreate(papi_service_t handle, char *printer,
416 service_t *svc = handle;
439 papiJobStreamAdd(papi_service_t handle, char *printer, int32_t id,
443 service_t *svc = handle;