Searched refs:cupsEnumDests (Results 1 – 8 of 8) sorted by relevance
/external/libcups/cups/ |
D | testthreads.c | 43 cupsEnumDests(CUPS_DEST_FLAGS_NONE, -1, NULL, 0, 0, enum_dests_cb, argv[1]); in main()
|
D | cupspm.md | 88 cupsEnumDests(CUPS_DEST_FLAGS_NONE, 1000, NULL, 0, 0, print_dest, NULL); 138 The `cupsEnumDests` function finds all of the available destinations: 141 cupsEnumDests(unsigned flags, int msec, int *cancel, 211 The following example shows how to use `cupsEnumDests` to get a filtered array 255 if (!cupsEnumDests(CUPS_DEST_FLAGS_NONE, 1000, NULL, type, 780 the same way as the one used for the `cupsEnumDests` function.
|
D | libcups2.def | 194 cupsEnumDests
|
D | testcups.c | 152 cupsEnumDests(CUPS_DEST_FLAGS_NONE, msec, NULL, type, mask, enum_cb, NULL); in main()
|
D | cups.h | 517 extern int cupsEnumDests(unsigned flags, int msec, int *cancel,
|
D | testdest.c | 110 cupsEnumDests(CUPS_DEST_FLAGS_NONE, 5000, NULL, type, mask, enum_cb, NULL); in main()
|
D | dest.c | 966 cupsEnumDests( in cupsEnumDests() function 1011 return (cupsEnumDests(flags, timeout, cancel, type, mask, in cupsEnumDestsBlock() 1839 cupsEnumDests(0, 1000, NULL, 0, 0, (cups_dest_cb_t)cups_name_cb, &data); in cupsGetNamedDest()
|
/external/libcups/ |
D | CHANGES.md | 333 - The `cupsGetDests` and `cupsEnumDests` functions no longer filter out local 384 - The `cupsEnumDests` function did not include options from the lpoptions
|