Home
last modified time | relevance | path

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

/external/libcups/cups/
Darray.h66 extern void *cupsArrayIndex(cups_array_t *a, int n) _CUPS_API_1_2;
Dppd-attr.c116 cupsArrayIndex(ppd->sorted_attrs, cupsArrayCount(ppd->sorted_attrs)); in ppdFindNextAttr()
Dlibcups2.def131 cupsArrayIndex
Darray.c598 cupsArrayIndex(cups_array_t *a, /* I - Array */ in cupsArrayIndex() function
Dtls-gnutls.c551 …http_credential_t *)cupsArrayFirst(tcreds), b = (http_credential_t *)cupsArrayIndex(credentials, 1… in httpCredentialsGetTrust()
Dtls-darwin.c719 …http_credential_t *)cupsArrayFirst(tcreds), b = (http_credential_t *)cupsArrayIndex(credentials, 1… in httpCredentialsGetTrust()
Ddest-options.c935 if ((nsize = (_cups_media_db_t *)cupsArrayIndex(dinfo->cached_db, n)) == NULL) in cupsGetDestMediaByIndex()