Home
last modified time | relevance | path

Searched refs:cupsArrayIndex (Results 1 – 11 of 11) sorted by relevance

/external/libcups/locale/
Dcheckpo.c182 if ((idfmt = (char *)cupsArrayIndex(idfmts, fmtidx)) != NULL) in main()
191 idfmt = (char *)cupsArrayIndex(idfmts, fmtidx); in main()
/external/libcups/cups/
Darray.h60 extern void *cupsArrayIndex(cups_array_t *a, int n) _CUPS_API_1_2;
Dppd-attr.c114 cupsArrayIndex(ppd->sorted_attrs, cupsArrayCount(ppd->sorted_attrs)); in ppdFindNextAttr()
Dlibcups2.def158 cupsArrayIndex
Darray.c592 cupsArrayIndex(cups_array_t *a, /* I - Array */ in cupsArrayIndex() function
Dtls-gnutls.c571 …http_credential_t *)cupsArrayFirst(tcreds), b = (http_credential_t *)cupsArrayIndex(credentials, 1… in httpCredentialsGetTrust()
Dtls-darwin.c712 …http_credential_t *)cupsArrayFirst(tcreds), b = (http_credential_t *)cupsArrayIndex(credentials, 1… in httpCredentialsGetTrust()
Ddest-options.c1068 if ((nsize = (_cups_media_db_t *)cupsArrayIndex(dinfo->cached_db, n)) == NULL) in cupsGetDestMediaByIndex()
/external/libcups/cgi-bin/
Dclasses.c368 for (i = 0, pclass = (ipp_attribute_t *)cupsArrayIndex(classes, first); in show_all_classes()
Dprinters.c385 for (i = 0, printer = (ipp_attribute_t *)cupsArrayIndex(printers, first); in show_all_printers()
/external/libcups/scheduler/
Dipp.c6789 job = (cupsd_job_t *)cupsArrayIndex(list, first_index - 1); in get_jobs()
6994 ((cupsd_event_t *)cupsArrayIndex(sub->events, j))->attrs, NULL, in get_notifications()