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

  /external/libcups/cups/
testcups.c 32 static int enum_cb(void *user_data, unsigned flags, cups_dest_t *dest);
157 cupsEnumDests(CUPS_DEST_FLAGS_NONE, msec, NULL, type, mask, enum_cb, NULL);
524 * 'enum_cb()' - Report additions and removals.
528 enum_cb(void *user_data, /* I - User data (unused) */ function
testdest.c 28 static int enum_cb(void *user_data, unsigned flags, cups_dest_t *dest);
102 cupsEnumDests(CUPS_DEST_FLAGS_NONE, 5000, NULL, type, mask, enum_cb, NULL);
214 * 'enum_cb()' - Print the results from the enumeration of destinations.
218 enum_cb(void *user_data, /* I - User data (unused) */ function

Completed in 378 milliseconds