Searched refs:cupsArrayIndex (Results 1 – 7 of 7) sorted by relevance
66 extern void *cupsArrayIndex(cups_array_t *a, int n) _CUPS_API_1_2;
116 cupsArrayIndex(ppd->sorted_attrs, cupsArrayCount(ppd->sorted_attrs)); in ppdFindNextAttr()
131 cupsArrayIndex
598 cupsArrayIndex(cups_array_t *a, /* I - Array */ in cupsArrayIndex() function
551 …http_credential_t *)cupsArrayFirst(tcreds), b = (http_credential_t *)cupsArrayIndex(credentials, 1… in httpCredentialsGetTrust()
719 …http_credential_t *)cupsArrayFirst(tcreds), b = (http_credential_t *)cupsArrayIndex(credentials, 1… in httpCredentialsGetTrust()
935 if ((nsize = (_cups_media_db_t *)cupsArrayIndex(dinfo->cached_db, n)) == NULL) in cupsGetDestMediaByIndex()