HomeSort by relevance Sort by last modified time
    Searched refs:cupsArrayIndex (Results 1 - 6 of 6) sorted by null

  /external/libcups/cups/
array.h 66 extern void *cupsArrayIndex(cups_array_t *a, int n) _CUPS_API_1_2;
ppd-attr.c 116 cupsArrayIndex(ppd->sorted_attrs, cupsArrayCount(ppd->sorted_attrs));
array.c 277 * @link cupsArrayFirst@, or @link cupsArrayIndex@, or @link cupsArrayLast@.
560 * @link cupsArrayFirst@, or @link cupsArrayIndex@, or @link cupsArrayLast@.
592 * 'cupsArrayIndex()' - Get the N-th element in the array.
598 cupsArrayIndex(cups_array_t *a, /* I - Array */
808 * This function is equivalent to "cupsArrayIndex(a, cupsArrayGetIndex(a) + 1)".
811 * @link cupsArrayFirst@, or @link cupsArrayIndex@, or @link cupsArrayLast@
841 * This function is equivalent to "cupsArrayIndex(a, cupsArrayGetIndex(a) - 1)".
844 * @link cupsArrayFirst@, or @link cupsArrayIndex@, or @link cupsArrayLast@
971 * @link cupsArrayFirst@, or @link cupsArrayIndex@, or @link cupsArrayLast@
tls-gnutls.c 549 for (a = (http_credential_t *)cupsArrayFirst(tcreds), b = (http_credential_t *)cupsArrayIndex(credentials, 1);
    [all...]
tls-darwin.c 717 for (a = (http_credential_t *)cupsArrayFirst(tcreds), b = (http_credential_t *)cupsArrayIndex(credentials, 1);
    [all...]
dest-options.c 935 if ((nsize = (_cups_media_db_t *)cupsArrayIndex(dinfo->cached_db, n)) == NULL)
    [all...]

Completed in 231 milliseconds