OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:XMLCALL
(Results
1 - 3
of
3
) 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
122
#define
XMLCALL
__cdec
[
all
...]
/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
*/
75
#define XMLPARSEAPI(type) XMLIMPORT type
XMLCALL
/external/expat/amiga/include/libraries/
expat.h
47
#ifndef
XMLCALL
48
#define
XMLCALL
Completed in 57 milliseconds