Searched refs:CUPS_DEST_FLAGS_ERROR (Results 1 – 3 of 3) sorted by relevance
/external/libcups/cups/ |
D | dest.c | 669 (*cb)(user_data, CUPS_DEST_FLAGS_UNCONNECTED | CUPS_DEST_FLAGS_ERROR, dest); in cupsConnectDest() 681 (*cb)(user_data, CUPS_DEST_FLAGS_UNCONNECTED | CUPS_DEST_FLAGS_ERROR, in cupsConnectDest() 699 (*cb)(user_data, CUPS_DEST_FLAGS_UNCONNECTED | CUPS_DEST_FLAGS_ERROR, dest); in cupsConnectDest() 745 (*cb)(user_data, CUPS_DEST_FLAGS_UNCONNECTED | CUPS_DEST_FLAGS_ERROR, dest); in cupsConnectDest() 3255 (*cb)(user_data, CUPS_DEST_FLAGS_UNCONNECTED | CUPS_DEST_FLAGS_ERROR, dest); in cups_dnssd_resolve()
|
D | cups.h | 81 # define CUPS_DEST_FLAGS_ERROR 0x08 macro
|
D | cupspm.md | 200 - `CUPS_DEST_FLAGS_ERROR`: An error occurred. The reason for the error can be
|