Searched refs:next_job_id (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10.1/cups-408/cups/scheduler/
H A Djob.c4300 int next_job_id; /* NextJobId value from line */ local
4329 next_job_id = atoi(value);
4331 if (next_job_id > NextJobId)
4332 NextJobId = next_job_id;
/macosx-10.10.1/cups-408/cups/test/
H A Dippserver.c273 int next_job_id; /* Next job-id value */ member in struct:_ipp_printer_s
1005 job->id = client->printer->next_job_id ++;
1451 printer->next_job_id = 1;

Completed in 105 milliseconds