Home
last modified time | relevance | path

Searched refs:cupsArrayPrev (Results 1 – 9 of 9) sorted by relevance

/external/libcups/cups/
Darray.h71 extern void *cupsArrayPrev(cups_array_t *a) _CUPS_API_1_2;
Dtestarray.c184 if ((text = (char *)cupsArrayPrev(array)) != NULL && in main()
Dlibcups2.def165 cupsArrayPrev
Darray.c845 cupsArrayPrev(cups_array_t *a) /* I - Array */ in cupsArrayPrev() function
/external/libcups/notifier/
Drss.c636 msg = (_cups_rss_t *)cupsArrayPrev(rss)) in save_rss()
/external/libcups/scheduler/
Dcups-driverd.cxx1562 cupsArrayPrev(matches); in list_ppds()
2508 while ((ppd = (ppd_info_t *)cupsArrayPrev(PPDsByName)) != NULL && in load_ppds()
Dcupsfilter.c962 filter = (mime_filter_t *)cupsArrayPrev(filters)) in exec_filters()
Djob.c646 filter = (mime_filter_t *)cupsArrayPrev(filters)) in cupsdContinueJob()
/external/libcups/filter/
Dpstops.c1010 pageinfo = doc->slow_order ? (pstops_page_t *)cupsArrayPrev(doc->pages) : in copy_dsc()