Home
last modified time | relevance | path

Searched refs:last_document (Results 1 – 5 of 5) sorted by relevance

/external/libcups/cups/
Ddest-job.c317 int last_document) /* I - 1 if this is the last document */ in cupsStartDestDocument() argument
323 …tance : NULL, (void *)info, job_id, docname, format, num_options, (void *)options, last_document)); in cupsStartDestDocument()
368 ippAddBoolean(request, IPP_TAG_OPERATION, "last-document", (char)last_document); in cupsStartDestDocument()
Dutil.c909 int last_document) /* I - 1 for last document in job, 0 otherwise */ in cupsStartDocument() argument
942 ippAddBoolean(request, IPP_TAG_OPERATION, "last-document", (char)last_document); in cupsStartDocument()
Dcups.h464 int last_document) _CUPS_API_1_4;
558 int last_document) _CUPS_API_1_6;
Dcupspm.md692 int last_document);
712 which at present must be 0 and `NULL`. The `last_document` argument specifies
/external/libcups/scheduler/
Dipp.c9710 goto last_document; in send_document()
9878 last_document: in send_document()