Home
last modified time | relevance | path

Searched refs:CUPS_BACKEND_RETRY (Results 1 – 4 of 4) sorted by relevance

/external/bluetooth/bluez/cups/
Dhcrp.c206 return CUPS_BACKEND_RETRY; in hcrp_print()
219 return CUPS_BACKEND_RETRY; in hcrp_print()
233 return CUPS_BACKEND_RETRY; in hcrp_print()
242 return CUPS_BACKEND_RETRY; in hcrp_print()
256 return CUPS_BACKEND_RETRY; in hcrp_print()
271 return CUPS_BACKEND_RETRY; in hcrp_print()
286 return CUPS_BACKEND_RETRY; in hcrp_print()
313 return CUPS_BACKEND_RETRY; in hcrp_print()
Dspp.c52 return CUPS_BACKEND_RETRY; in spp_print()
65 return CUPS_BACKEND_RETRY; in spp_print()
78 return CUPS_BACKEND_RETRY; in spp_print()
Dcups.h31 CUPS_BACKEND_RETRY = 6, /* Failure requires us to retry (BlueZ specific) */ enumerator
Dmain.c864 } else if (err == CUPS_BACKEND_RETRY) { in main()