Searched refs:cupsArrayIndex (Results 1 – 11 of 11) sorted by relevance
/external/libcups/locale/ |
D | checkpo.c | 182 if ((idfmt = (char *)cupsArrayIndex(idfmts, fmtidx)) != NULL) in main() 191 idfmt = (char *)cupsArrayIndex(idfmts, fmtidx); in main()
|
/external/libcups/cups/ |
D | array.h | 60 extern void *cupsArrayIndex(cups_array_t *a, int n) _CUPS_API_1_2;
|
D | ppd-attr.c | 114 cupsArrayIndex(ppd->sorted_attrs, cupsArrayCount(ppd->sorted_attrs)); in ppdFindNextAttr()
|
D | libcups2.def | 158 cupsArrayIndex
|
D | array.c | 592 cupsArrayIndex(cups_array_t *a, /* I - Array */ in cupsArrayIndex() function
|
D | tls-gnutls.c | 571 …http_credential_t *)cupsArrayFirst(tcreds), b = (http_credential_t *)cupsArrayIndex(credentials, 1… in httpCredentialsGetTrust()
|
D | tls-darwin.c | 712 …http_credential_t *)cupsArrayFirst(tcreds), b = (http_credential_t *)cupsArrayIndex(credentials, 1… in httpCredentialsGetTrust()
|
D | dest-options.c | 1068 if ((nsize = (_cups_media_db_t *)cupsArrayIndex(dinfo->cached_db, n)) == NULL) in cupsGetDestMediaByIndex()
|
/external/libcups/cgi-bin/ |
D | classes.c | 368 for (i = 0, pclass = (ipp_attribute_t *)cupsArrayIndex(classes, first); in show_all_classes()
|
D | printers.c | 385 for (i = 0, printer = (ipp_attribute_t *)cupsArrayIndex(printers, first); in show_all_printers()
|
/external/libcups/scheduler/ |
D | ipp.c | 6789 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()
|