Searched refs:LIBICONV_DLL_EXPORTED (Results 1 - 5 of 5) sorted by relevance

/macosx-10.9.5/libiconv-41/libiconv/include/
H A Dexport.h3 #define LIBICONV_DLL_EXPORTED __attribute__((__visibility__("default"))) macro
5 #define LIBICONV_DLL_EXPORTED macro
H A Diconv.h31 #define LIBICONV_DLL_EXPORTED __attribute__((__visibility__("default"))) macro
33 #define LIBICONV_DLL_EXPORTED macro
35 extern LIBICONV_DLL_EXPORTED int _libiconv_version; /* Likewise */
68 extern LIBICONV_DLL_EXPORTED iconv_t iconv_open (const char* tocode, const char* fromcode);
75 extern LIBICONV_DLL_EXPORTED size_t iconv (iconv_t cd, char* * __restrict inbuf, size_t * __restrict inbytesleft, char* * __restrict outbuf, size_t * __restrict outbytesleft);
78 extern LIBICONV_DLL_EXPORTED int iconv_close (iconv_t cd);
87 extern LIBICONV_DLL_EXPORTED int iconvctl (iconv_t cd, int request, void* argument);
166 extern LIBICONV_DLL_EXPORTED void iconvlist (int (*do_one) (unsigned int namescount,
173 extern LIBICONV_DLL_EXPORTED const char * iconv_canonicalize (const char * name);
182 extern LIBICONV_DLL_EXPORTED voi
[all...]
H A Diconv.h.build.in34 #define LIBICONV_DLL_EXPORTED __attribute__((__visibility__("default")))
36 #define LIBICONV_DLL_EXPORTED
38 extern LIBICONV_DLL_EXPORTED @DLL_VARIABLE@ int _libiconv_version; /* Likewise */
71 extern LIBICONV_DLL_EXPORTED iconv_t iconv_open (const char* tocode, const char* fromcode);
78 extern LIBICONV_DLL_EXPORTED size_t iconv (iconv_t cd, char* * __restrict inbuf, size_t * __restrict inbytesleft, char* * __restrict outbuf, size_t * __restrict outbytesleft);
81 extern LIBICONV_DLL_EXPORTED int iconv_close (iconv_t cd);
95 extern LIBICONV_DLL_EXPORTED int iconvctl (iconv_t cd, int request, void* argument);
174 extern LIBICONV_DLL_EXPORTED void iconvlist (int (*do_one) (unsigned int namescount,
181 extern LIBICONV_DLL_EXPORTED const char * iconv_canonicalize (const char * name);
190 extern LIBICONV_DLL_EXPORTED voi
[all...]
H A Diconv.h.msvc-shared27 #define LIBICONV_DLL_EXPORTED __declspec(dllexport)
29 #define LIBICONV_DLL_EXPORTED __declspec(dllimport)
31 extern LIBICONV_DLL_EXPORTED int _libiconv_version; /* Likewise */
79 extern LIBICONV_DLL_EXPORTED iconv_t iconv_open (const char* tocode, const char* fromcode);
89 extern LIBICONV_DLL_EXPORTED size_t iconv (iconv_t cd, const char* * inbuf, size_t *inbytesleft, char* * outbuf, size_t *outbytesleft);
95 extern LIBICONV_DLL_EXPORTED int iconv_close (iconv_t cd);
104 extern LIBICONV_DLL_EXPORTED int iconvctl (iconv_t cd, int request, void* argument);
184 extern LIBICONV_DLL_EXPORTED void iconvlist (int (*do_one) (unsigned int namescount,
191 extern LIBICONV_DLL_EXPORTED const char * iconv_canonicalize (const char * name);
200 extern LIBICONV_DLL_EXPORTED voi
[all...]
/macosx-10.9.5/libiconv-41/libiconv/windows/
H A Ddllexport.h3 #define LIBICONV_DLL_EXPORTED __declspec(dllexport) macro
5 #define LIBICONV_DLL_EXPORTED __declspec(dllimport) macro

Completed in 167 milliseconds