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

  /external/libcups/cups/
array.h 78 extern int cupsArrayRemove(cups_array_t *a, void *e) _CUPS_API_1_2;
ppd-mark.c 520 cupsArrayRemove(ppd->marked, c);
801 cupsArrayRemove(ppd->marked, oldc);
1003 cupsArrayRemove(ppd->marked, oldc);
1031 cupsArrayRemove(ppd->marked, oldc);
1043 cupsArrayRemove(ppd->marked, oldc);
1064 cupsArrayRemove(ppd->marked, oldc);
1085 cupsArrayRemove(ppd->marked, oldc);
testarray.c 243 * cupsArrayRemove()
246 fputs("cupsArrayRemove: ", stdout);
247 if (cupsArrayRemove(array, (void *)"One Fish") &&
342 cupsArrayRemove(array, text);
ppd-emit.c 1187 cupsArrayRemove(ppd->marked, page);
1197 cupsArrayRemove(ppd->marked, page);
string.c 343 cupsArrayRemove(stringpool, item);
array.c 872 * 'cupsArrayRemove()' - Remove an element from the array.
884 cupsArrayRemove(cups_array_t *a, /* I - Array */
http.c 730 cupsArrayRemove(credentials, credential);
    [all...]

Completed in 112 milliseconds