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

  /external/libcups/cups/
array.h 67 extern int cupsArrayInsert(cups_array_t *a, void *e) _CUPS_API_1_2;
array.c 611 * 'cupsArrayInsert()' - Insert an element in the array.
621 cupsArrayInsert(cups_array_t *a, /* I - Array */
624 DEBUG_printf(("2cupsArrayInsert(a=%p, e=%p)", (void *)a, e));
632 DEBUG_puts("3cupsArrayInsert: returning 0");

Completed in 224 milliseconds