Searched refs:cupsFinishDestDocument (Results 1 - 3 of 3) sorted by relevance

/external/libcups/cups/
H A Ddest-job.c253 * 'cupsFinishDestDocument()' - Finish the current document.
261 cupsFinishDestDocument( function
266 DEBUG_printf(("cupsFinishDestDocument(http=%p, dest=%p(%s/%s), info=%p)", (void *)http, (void *)dest, dest ? dest->name : NULL, dest ? dest->instance : NULL, (void *)info));
282 DEBUG_puts("1cupsFinishDestDocument: Bad arguments.");
292 DEBUG_printf(("1cupsFinishDestDocument: %s (%s)",
H A Dcups.h537 extern ipp_status_t cupsFinishDestDocument(http_t *http,
H A Dtestdest.c434 if ((status = cupsFinishDestDocument(http, dest, dinfo)) > IPP_STATUS_OK_IGNORED_OR_SUBSTITUTED)

Completed in 97 milliseconds