Home
last modified time | relevance | path

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

/external/libcups/cups/
Dversioning.h117 # define _CUPS_DEPRECATED_1_6_MSG(m) macro
127 # define _CUPS_DEPRECATED_1_6_MSG(m) __attribute__ ((unavailable(m))) macro
141 # define _CUPS_DEPRECATED_1_6_MSG(m) _CUPS_DEPRECATED_MSG(m) macro
143 # define _CUPS_DEPRECATED_1_6_MSG(m) macro
Dppd.h58 # define _PPD_DEPRECATED _CUPS_DEPRECATED_1_6_MSG("Use cupsCopyDestInfo and friends instead.")
Dhttp.h482 extern int httpReconnect(http_t *http) _CUPS_DEPRECATED_1_6_MSG("Use httpReconnect2 instead.");