HomeSort by relevance Sort by last modified time
    Searched defs:XMLCALL (Results 1 - 6 of 6) sorted by null

  /external/libxml2/include/libxml/
xmlexports.h 14 * XMLPUBFUN, XMLPUBVAR, XMLCALL
38 * XMLCALL:
42 #define XMLCALL
57 #undef XMLCALL
71 #define XMLCALL __fastcall
73 #define XMLCALL __cdecl
85 #undef XMLCALL
98 #define XMLCALL __cdecl
109 #undef XMLCALL
127 #define XMLCALL __cdec
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Modules/expat/
expat_external.h 26 XMLCALL - The calling convention to use for all calls across the
35 The XMLCALL macro was added in Expat 1.95.7. The only one which is
36 expected to be directly useful in client code is XMLCALL.
42 #ifndef XMLCALL
44 #define XMLCALL __cdecl
46 #define XMLCALL __attribute__((cdecl))
58 #define XMLCALL
60 #endif /* not defined XMLCALL */
81 #define XMLPARSEAPI(type) XMLIMPORT type XMLCALL
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/expat/
expat_external.h 24 XMLCALL - The calling convention to use for all calls across the
33 The XMLCALL macro was added in Expat 1.95.7. The only one which is
34 expected to be directly useful in client code is XMLCALL.
40 #ifndef XMLCALL
42 #define XMLCALL __cdecl
44 #define XMLCALL __attribute__((cdecl))
56 #define XMLCALL
58 #endif /* not defined XMLCALL */
79 #define XMLPARSEAPI(type) XMLIMPORT type XMLCALL
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/expat/
expat_external.h 26 XMLCALL - The calling convention to use for all calls across the
35 The XMLCALL macro was added in Expat 1.95.7. The only one which is
36 expected to be directly useful in client code is XMLCALL.
42 #ifndef XMLCALL
44 #define XMLCALL __cdecl
46 #define XMLCALL __attribute__((cdecl))
58 #define XMLCALL
60 #endif /* not defined XMLCALL */
81 #define XMLPARSEAPI(type) XMLIMPORT type XMLCALL
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/expat/
expat_external.h 26 XMLCALL - The calling convention to use for all calls across the
35 The XMLCALL macro was added in Expat 1.95.7. The only one which is
36 expected to be directly useful in client code is XMLCALL.
42 #ifndef XMLCALL
44 #define XMLCALL __cdecl
46 #define XMLCALL __attribute__((cdecl))
58 #define XMLCALL
60 #endif /* not defined XMLCALL */
81 #define XMLPARSEAPI(type) XMLIMPORT type XMLCALL
  /external/expat/lib/
expat_external.h 20 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
40 #define XMLCALL __attribute__((cdecl))
52 #define XMLCALL
54 #endif /* not defined XMLCALL */
89 #define XMLPARSEAPI(type) XMLIMPORT type XMLCALL

Completed in 134 milliseconds