MCPcopy Create free account
hub / github.com/OpenPrinting/cups / cupsEnumDests

Function cupsEnumDests

cups/dest.c:966–977  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

964 */
965
966int /* O - 1 on success, 0 on failure */
967cupsEnumDests(
968 unsigned flags, /* I - Enumeration flags */
969 int msec, /* I - Timeout in milliseconds, -1 for indefinite */
970 int *cancel, /* I - Pointer to "cancel" variable */
971 cups_ptype_t type, /* I - Printer type bits */
972 cups_ptype_t mask, /* I - Mask for printer type bits */
973 cups_dest_cb_t cb, /* I - Callback function */
974 void *user_data) /* I - User data */
975{
976 return (cups_enum_dests(CUPS_HTTP_DEFAULT, flags, msec, cancel, type, mask, cb, user_data));
977}
978
979
980# ifdef __BLOCKS__

Callers 5

mainFunction · 0.85
mainFunction · 0.85
cupsEnumDestsBlockFunction · 0.85
cupsGetNamedDestFunction · 0.85
mainFunction · 0.85

Calls 1

cups_enum_destsFunction · 0.85

Tested by 3

mainFunction · 0.68
mainFunction · 0.68
mainFunction · 0.68