Home
last modified time | relevance | path

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

/external/libcups/cups/
Darray.h68 extern void *cupsArrayLast(cups_array_t *a) _CUPS_API_1_2;
Dtestarray.c176 if ((text = (char *)cupsArrayLast(array)) != NULL && in main()
Dlibcups2.def133 cupsArrayLast
Darray.c651 cupsArrayLast(cups_array_t *a) /* I - Array */ in cupsArrayLast() function
/external/libcups/filter/
Dpstops.c868 if (number && is_not_last_page(number) && cupsArrayLast(doc->pages) && in copy_dsc()
871 pageinfo = (pstops_page_t *)cupsArrayLast(doc->pages); in copy_dsc()
985 pageinfo = doc->slow_order ? (pstops_page_t *)cupsArrayLast(doc->pages) : in copy_dsc()
1269 pageinfo = (pstops_page_t *)cupsArrayLast(doc->pages); in copy_page()