Searched refs:cupsArrayPrev (Results 1 – 9 of 9) sorted by relevance
71 extern void *cupsArrayPrev(cups_array_t *a) _CUPS_API_1_2;
184 if ((text = (char *)cupsArrayPrev(array)) != NULL && in main()
165 cupsArrayPrev
845 cupsArrayPrev(cups_array_t *a) /* I - Array */ in cupsArrayPrev() function
636 msg = (_cups_rss_t *)cupsArrayPrev(rss)) in save_rss()
1562 cupsArrayPrev(matches); in list_ppds()2508 while ((ppd = (ppd_info_t *)cupsArrayPrev(PPDsByName)) != NULL && in load_ppds()
962 filter = (mime_filter_t *)cupsArrayPrev(filters)) in exec_filters()
646 filter = (mime_filter_t *)cupsArrayPrev(filters)) in cupsdContinueJob()
1010 pageinfo = doc->slow_order ? (pstops_page_t *)cupsArrayPrev(doc->pages) : in copy_dsc()