Searched refs:cupsArrayLast (Results 1 – 5 of 5) sorted by relevance
68 extern void *cupsArrayLast(cups_array_t *a) _CUPS_API_1_2;
176 if ((text = (char *)cupsArrayLast(array)) != NULL && in main()
133 cupsArrayLast
651 cupsArrayLast(cups_array_t *a) /* I - Array */ in cupsArrayLast() function
868 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()