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

  /external/libcups/cups/
array.h 64 extern int cupsArrayGetIndex(cups_array_t *a) _CUPS_API_1_3;
array.c 557 * 'cupsArrayGetIndex()' - Get the index of the current element.
566 cupsArrayGetIndex(cups_array_t *a) /* I - Array */
808 * This function is equivalent to "cupsArrayIndex(a, cupsArrayGetIndex(a) + 1)".
841 * This function is equivalent to "cupsArrayIndex(a, cupsArrayGetIndex(a) - 1)".

Completed in 38 milliseconds