Searched refs:last_document (Results 1 – 4 of 4) sorted by relevance
/external/libcups/cups/ |
D | dest-job.c | 322 int last_document) /* I - 1 if this is the last document */ in cupsStartDestDocument() argument 328 …tance : NULL, (void *)info, job_id, docname, format, num_options, (void *)options, last_document)); in cupsStartDestDocument() 373 ippAddBoolean(request, IPP_TAG_OPERATION, "last-document", (char)last_document); in cupsStartDestDocument()
|
D | util.c | 913 int last_document) /* I - 1 for last document in job, 0 otherwise */ in cupsStartDocument() argument 946 ippAddBoolean(request, IPP_TAG_OPERATION, "last-document", (char)last_document); in cupsStartDocument()
|
D | cups.h | 473 int last_document) _CUPS_API_1_4; 567 int last_document) _CUPS_API_1_6;
|
D | cupspm.md | 683 int last_document); 703 which at present must be 0 and `NULL`. The `last_document` argument specifies
|