Searched defs:XMLCALL (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/libxml/src/include/libxml/
H A Dxmlexports.h14 * XMLPUBFUN, XMLPUBVAR, XMLCALL
38 * XMLCALL:
42 #define XMLCALL macro
57 #undef XMLCALL macro
71 #define XMLCALL __fastcall macro
73 #define XMLCALL __cdecl macro
85 #undef XMLCALL macro
98 #define XMLCALL __cdecl macro
109 #undef XMLCALL macro
127 #define XMLCALL __cdec macro
138 #undef XMLCALL macro
151 #define XMLCALL macro
[all...]
/external/libxml2/include/libxml/
H A Dxmlexports.h14 * XMLPUBFUN, XMLPUBVAR, XMLCALL
38 * XMLCALL:
42 #define XMLCALL macro
57 #undef XMLCALL macro
71 #define XMLCALL __fastcall macro
73 #define XMLCALL __cdecl macro
85 #undef XMLCALL macro
98 #define XMLCALL __cdecl macro
109 #undef XMLCALL macro
127 #define XMLCALL __cdec macro
138 #undef XMLCALL macro
151 #define XMLCALL macro
[all...]
/external/chromium_org/third_party/expat/files/lib/
H A Dexpat_external.h20 XMLCALL - The calling convention to use for all calls across the
29 The XMLCALL macro was added in Expat 1.95.7. The only one which is
30 expected to be directly useful in client code is XMLCALL.
36 #ifndef XMLCALL
38 #define XMLCALL __cdecl macro
40 #define XMLCALL __attribute__((cdecl)) macro
52 #define XMLCALL macro
54 #endif /* not defined XMLCALL */
75 #define XMLPARSEAPI(type) XMLIMPORT type XMLCALL
/external/expat/lib/
H A Dexpat_external.h20 XMLCALL - The calling convention to use for all calls across the
29 The XMLCALL macro was added in Expat 1.95.7. The only one which is
30 expected to be directly useful in client code is XMLCALL.
36 #ifndef XMLCALL
38 #define XMLCALL __cdecl macro
40 #define XMLCALL __attribute__((cdecl)) macro
52 #define XMLCALL macro
54 #endif /* not defined XMLCALL */
75 #define XMLPARSEAPI(type) XMLIMPORT type XMLCALL

Completed in 156 milliseconds