Searched refs:ICONV_CONST (Results 1 – 16 of 16) sorted by relevance
/third_party/libxml2/win32/VC10/ |
D | config.h | 25 #ifndef ICONV_CONST 26 #define ICONV_CONST const macro
|
/third_party/libxml2/include/ |
D | win32config.h | 26 #ifndef ICONV_CONST 27 #define ICONV_CONST const macro
|
D | config.h | 231 #define ICONV_CONST macro
|
/third_party/pulseaudio/src/pulse/ |
D | utf8.c | 193 ICONV_CONST char *inbuf; in iconv_simple() 209 inbuf = (ICONV_CONST char*) str; /* Brain dead prototype for iconv() */ in iconv_simple()
|
/third_party/libexif/ |
D | config.h | 52 #define ICONV_CONST macro
|
/third_party/cups-filters/ |
D | config.h | 71 #define ICONV_CONST macro
|
/third_party/pulseaudio/include/ |
D | config.h | 242 #define ICONV_CONST macro
|
/third_party/libxml2/ |
D | config.h.cmake.in | 202 #define ICONV_CONST @ICONV_CONST@
|
D | CMakeLists.txt | 237 set(ICONV_CONST "const") variable
|
D | encoding.c | 1834 ret = iconv(cd, (ICONV_CONST char **) &icv_in, &icv_inlen, &icv_out, &icv_outlen); in xmlIconvWrapper()
|
D | configure.ac | 1451 AC_DEFINE_UNQUOTED(ICONV_CONST, $xml_cv_iconv_arg2, definition
|
/third_party/libxml2/vms/ |
D | config.vms | 17 #define ICONV_CONST
|
/third_party/libxml2/os400/ |
D | os400config.h.in | 207 #define ICONV_CONST macro
|
/third_party/pulseaudio/ |
D | meson.build | 406 cdata.set('ICONV_CONST', '') 408 cdata.set('ICONV_CONST', 'const')
|
/third_party/e2fsprogs/ |
D | 1002-add-header-file-to-musl-compile-mk2efs.patch | 946 +#define ICONV_CONST
|
/third_party/chromium/patch/ |
D | 0001-cve.patch | 73723 -/* #undef ICONV_CONST */ 74070 -/* #undef ICONV_CONST */ 74375 - set(ICONV_CONST "const") 75392 - * include/win32config.h: add ICONV_CONST define for win32 build 99809 -#define ICONV_CONST @ICONV_CONST@ 100002 -#undef ICONV_CONST 100700 - AC_DEFINE_UNQUOTED(ICONV_CONST, $xml_cv_iconv_arg2, 118887 - ret = iconv(cd, (ICONV_CONST char **) &icv_in, &icv_inlen, &icv_out, &icv_outlen); 122581 -#ifndef ICONV_CONST 122582 -#define ICONV_CONST const [all …]
|