Lines Matching refs:svc
54 move_job(papi_service_t svc, char *src, int32_t id, char *dest)
60 status = papiJobMove(svc, src, id, dest);
62 mesg = (char *)verbose_papi_message(svc, status);
97 papi_service_t svc = NULL;
104 status = papiServiceCreate(&svc, printer, NULL, NULL,
109 printer, verbose_papi_message(svc, status));
114 if (move_job(svc, printer, id, destination) < 0)
122 status = papiPrinterPause(svc, printer, message);
130 result = papiServiceGetStatusMessage(svc);
163 svc, status));
170 verbose_papi_message(svc, status));
178 status = papiPrinterListJobs(svc, printer, NULL,
184 verbose_papi_message(svc, status));
191 if (move_job(svc, printer,
206 papiServiceDestroy(svc);