Home
last modified time | relevance | path

Searched refs:CUPS_DEST_FLAGS_DEVICE (Results 1 – 3 of 3) sorted by relevance

/external/libcups/cups/
Dcups.h95 # define CUPS_DEST_FLAGS_DEVICE 0x80 macro
Dcupspm.md755 (`CUPS_DEST_FLAGS_NONE`) or device/printer (`CUPS_DEST_FLAGS_DEVICE`) associated
780 http_t *http = cupsConnectDest(dest, CUPS_DEST_FLAGS_DEVICE,
Ddest.c642 if (flags & CUPS_DEST_FLAGS_DEVICE) in cupsConnectDest()