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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libiconv-1.11/windows/
H A Ddllexport.h3 #define LIBICONV_DLL_EXPORTED __declspec(dllexport) macro
5 #define LIBICONV_DLL_EXPORTED __declspec(dllimport) macro
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libiconv-1.11/include/
H A Dexport.h3 #define LIBICONV_DLL_EXPORTED __attribute__((__visibility__("default"))) macro
5 #define LIBICONV_DLL_EXPORTED macro
H A Diconv.h27 #define LIBICONV_DLL_EXPORTED __attribute__((__visibility__("default"))) macro
29 #define LIBICONV_DLL_EXPORTED macro
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...]

Completed in 90 milliseconds