HomeSort by relevance Sort by last modified time
    Searched refs:cupsStartDestDocument (Results 1 - 3 of 3) sorted by null

  /external/libcups/cups/
dest-job.c 300 * 'cupsStartDestDocument()' - Start a new document.
313 cupsStartDestDocument(
328 DEBUG_printf(("cupsStartDestDocument(http=%p, dest=%p(%s/%s), info=%p, job_id=%d, docname=\"%s\", format=\"%s\", num_options=%d, options=%p, last_document=%d)", (void *)http, (void *)dest, dest ? dest->name : NULL, dest ? dest->instance : NULL, (void *)info, job_id, docname, format, num_options, (void *)options, last_document));
344 DEBUG_puts("1cupsStartDestDocument: Bad arguments.");
355 DEBUG_puts("1cupsStartDestDocument: Unable to create Send-Document "
cups.h 561 extern http_status_t cupsStartDestDocument(http_t *http, cups_dest_t *dest,
testdest.c 416 if (cupsStartDestDocument(http, dest, dinfo, job_id, title, CUPS_FORMAT_AUTO, 0, NULL, 1) != HTTP_STATUS_CONTINUE)

Completed in 514 milliseconds