Lines Matching defs:handle

199 internal_job_submit(papi_service_t handle, char *printer,
206 service_t *svc = handle;
335 papiJobSubmit(papi_service_t handle, char *printer,
339 return (internal_job_submit(handle, printer, job_attributes,
344 papiJobSubmitByReference(papi_service_t handle, char *printer,
348 return (internal_job_submit(handle, printer, job_attributes,
353 papiJobValidate(papi_service_t handle, char *printer,
357 return (internal_job_submit(handle, printer, job_attributes,
362 papiJobStreamOpen(papi_service_t handle, char *printer,
368 service_t *svc = handle;
394 papiJobStreamWrite(papi_service_t handle,
398 service_t *svc = handle;
403 handle, stream, buffer, buflen);
429 papiJobStreamClose(papi_service_t handle,
434 service_t *svc = handle;
473 papiJobQuery(papi_service_t handle, char *printer, int32_t job_id,
478 service_t *svc = handle;
522 _job_cancel_hold_release_restart_promote(papi_service_t handle,
526 service_t *svc = handle;
552 papiJobCancel(papi_service_t handle, char *printer, int32_t job_id)
554 return (_job_cancel_hold_release_restart_promote(handle, printer,
560 papiJobHold(papi_service_t handle, char *printer, int32_t job_id)
562 return (_job_cancel_hold_release_restart_promote(handle, printer,
567 papiJobRelease(papi_service_t handle, char *printer, int32_t job_id)
569 return (_job_cancel_hold_release_restart_promote(handle, printer,
574 papiJobRestart(papi_service_t handle, char *printer, int32_t job_id)
576 return (_job_cancel_hold_release_restart_promote(handle, printer,
581 papiJobPromote(papi_service_t handle, char *printer, int32_t job_id)
583 return (_job_cancel_hold_release_restart_promote(handle, printer,
588 papiJobMove(papi_service_t handle, char *printer, int32_t job_id,
592 service_t *svc = handle;
627 papiJobModify(papi_service_t handle, char *printer, int32_t job_id,
631 service_t *svc = handle;