Searched refs:last_document (Results 1 – 5 of 5) sorted by relevance
/external/libcups/cups/ |
D | dest-job.c | 317 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()
|
D | util.c | 909 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()
|
D | cups.h | 464 int last_document) _CUPS_API_1_4; 558 int last_document) _CUPS_API_1_6;
|
D | cupspm.md | 692 int last_document); 712 which at present must be 0 and `NULL`. The `last_document` argument specifies
|
/external/libcups/scheduler/ |
D | ipp.c | 9710 goto last_document; in send_document() 9878 last_document: in send_document()
|