Home
last modified time | relevance | path

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

/external/libcups/cups/
Dversioning.h116 # define _CUPS_DEPRECATED_MSG(m) macro
126 # define _CUPS_DEPRECATED_MSG(m) __attribute__ ((unavailable(m))) macro
136 # define _CUPS_DEPRECATED_MSG(m) __attribute__ ((deprecated(m))) macro
138 # define _CUPS_DEPRECATED_MSG(m) __attribute__ ((deprecated)) macro
141 # define _CUPS_DEPRECATED_1_6_MSG(m) _CUPS_DEPRECATED_MSG(m)
146 # define _CUPS_DEPRECATED_1_7_MSG(m) _CUPS_DEPRECATED_MSG(m)
Dhttp.h481 extern int httpRead(http_t *http, char *buffer, int length) _CUPS_DEPRECATED_MSG("Use httpRead2 in…
485 char *resource) _CUPS_DEPRECATED_MSG("Use httpSeparateURI instead.");
491 extern int httpWrite(http_t *http, const char *buffer, int length) _CUPS_DEPRECATED_MSG("Use httpW…
492 extern char *httpEncode64(char *out, const char *in) _CUPS_DEPRECATED_MSG("Use httpEncode64_2 inst…
493 extern char *httpDecode64(char *out, const char *in) _CUPS_DEPRECATED_MSG("Use httpDecode64_2 inst…
494 extern int httpGetLength(http_t *http) _CUPS_DEPRECATED_MSG("Use httpGetLength2 instead.");
515 char *resource, int resourcelen) _CUPS_DEPRECATED_MSG("Use httpSeparateURI instead.");
Draster.h397 … cups_page_header_t *h) _CUPS_DEPRECATED_MSG("Use cupsRasterReadHeader2 instead.");
401 … cups_page_header_t *h) _CUPS_DEPRECATED_MSG("Use cupsRasterWriteHeader2 instead.");
Dcups.h343 extern int cupsGetClasses(char ***classes) _CUPS_DEPRECATED_MSG("Use cupsGetDests instead.");
347 extern int cupsGetPrinters(char ***printers) _CUPS_DEPRECATED_MSG("Use cupsGetDests instead.");
355 extern char *cupsTempFile(char *filename, int len) _CUPS_DEPRECATED_MSG("Use cupsTempFd or cupsTem…