Home
last modified time | relevance | path

Searched refs:XMLCALL (Results 1 – 25 of 62) sorted by relevance

123

/external/libxml2/include/libxml/
Dxmlunicode.h26 XMLPUBFUN int XMLCALL xmlUCSIsAegeanNumbers (int code);
27 XMLPUBFUN int XMLCALL xmlUCSIsAlphabeticPresentationForms (int code);
28 XMLPUBFUN int XMLCALL xmlUCSIsArabic (int code);
29 XMLPUBFUN int XMLCALL xmlUCSIsArabicPresentationFormsA (int code);
30 XMLPUBFUN int XMLCALL xmlUCSIsArabicPresentationFormsB (int code);
31 XMLPUBFUN int XMLCALL xmlUCSIsArmenian (int code);
32 XMLPUBFUN int XMLCALL xmlUCSIsArrows (int code);
33 XMLPUBFUN int XMLCALL xmlUCSIsBasicLatin (int code);
34 XMLPUBFUN int XMLCALL xmlUCSIsBengali (int code);
35 XMLPUBFUN int XMLCALL xmlUCSIsBlockElements (int code);
[all …]
Dxmlreader.h111 XMLPUBFUN xmlTextReaderPtr XMLCALL
114 XMLPUBFUN xmlTextReaderPtr XMLCALL
117 XMLPUBFUN void XMLCALL
120 XMLPUBFUN int XMLCALL
128 XMLPUBFUN int XMLCALL
132 XMLPUBFUN xmlChar * XMLCALL
135 XMLPUBFUN xmlChar * XMLCALL
139 XMLPUBFUN xmlChar * XMLCALL
141 XMLPUBFUN int XMLCALL
147 XMLPUBFUN int XMLCALL
[all …]
DparserInternals.h286 XMLPUBFUN int XMLCALL xmlIsLetter (int c);
291 XMLPUBFUN xmlParserCtxtPtr XMLCALL
293 XMLPUBFUN xmlParserCtxtPtr XMLCALL
296 XMLPUBFUN xmlParserCtxtPtr XMLCALL
299 XMLPUBFUN xmlParserCtxtPtr XMLCALL
303 XMLPUBFUN int XMLCALL
306 XMLPUBFUN int XMLCALL
309 XMLPUBFUN int XMLCALL
316 XMLPUBFUN void XMLCALL
327 XMLPUBFUN xmlParserInputPtr XMLCALL
[all …]
DxmlIO.h34 typedef int (XMLCALL *xmlInputMatchCallback) (char const *filename);
43 typedef void * (XMLCALL *xmlInputOpenCallback) (char const *filename);
54 typedef int (XMLCALL *xmlInputReadCallback) (void * context, char * buffer, int len);
63 typedef int (XMLCALL *xmlInputCloseCallback) (void * context);
80 typedef int (XMLCALL *xmlOutputMatchCallback) (char const *filename);
89 typedef void * (XMLCALL *xmlOutputOpenCallback) (char const *filename);
100 typedef int (XMLCALL *xmlOutputWriteCallback) (void * context, const char * buffer,
110 typedef int (XMLCALL *xmlOutputCloseCallback) (void * context);
158 XMLPUBFUN void XMLCALL
161 XMLPUBFUN int XMLCALL
[all …]
DxpathInternals.h103 XMLPUBFUN int XMLCALL
105 XMLPUBFUN double XMLCALL
107 XMLPUBFUN xmlChar * XMLCALL
109 XMLPUBFUN xmlNodeSetPtr XMLCALL
111 XMLPUBFUN void * XMLCALL
332 XMLPUBFUN void XMLCALL
341 XMLPUBFUN void XMLCALL
349 XMLPUBFUN void XMLCALL
355 XMLPUBFUN void XMLCALL
360 XMLPUBFUN void XMLCALL
[all …]
Dxmlwriter.h33 XMLPUBFUN xmlTextWriterPtr XMLCALL
35 XMLPUBFUN xmlTextWriterPtr XMLCALL
37 XMLPUBFUN xmlTextWriterPtr XMLCALL
39 XMLPUBFUN xmlTextWriterPtr XMLCALL
41 XMLPUBFUN xmlTextWriterPtr XMLCALL
43 XMLPUBFUN xmlTextWriterPtr XMLCALL
46 XMLPUBFUN void XMLCALL xmlFreeTextWriter(xmlTextWriterPtr writer);
56 XMLPUBFUN int XMLCALL
61 XMLPUBFUN int XMLCALL xmlTextWriterEndDocument(xmlTextWriterPtr
67 XMLPUBFUN int XMLCALL xmlTextWriterStartComment(xmlTextWriterPtr
[all …]
Dtree.h620 XMLPUBFUN int XMLCALL
626 XMLPUBFUN int XMLCALL
629 XMLPUBFUN int XMLCALL
632 XMLPUBFUN int XMLCALL
637 XMLPUBFUN xmlChar * XMLCALL
642 XMLPUBFUN xmlChar * XMLCALL
645 XMLPUBFUN const xmlChar * XMLCALL
653 XMLPUBFUN void XMLCALL
655 XMLPUBFUN xmlBufferAllocationScheme XMLCALL
658 XMLPUBFUN xmlBufferPtr XMLCALL
[all …]
Dvalid.h153 XMLPUBFUN xmlNotationPtr XMLCALL
160 XMLPUBFUN xmlNotationTablePtr XMLCALL
163 XMLPUBFUN void XMLCALL
166 XMLPUBFUN void XMLCALL
169 XMLPUBFUN void XMLCALL
176 XMLPUBFUN xmlElementContentPtr XMLCALL
179 XMLPUBFUN xmlElementContentPtr XMLCALL
181 XMLPUBFUN void XMLCALL
184 XMLPUBFUN xmlElementContentPtr XMLCALL
188 XMLPUBFUN xmlElementContentPtr XMLCALL
[all …]
Dcatalog.h69 XMLPUBFUN xmlCatalogPtr XMLCALL
71 XMLPUBFUN xmlCatalogPtr XMLCALL
73 XMLPUBFUN xmlCatalogPtr XMLCALL
75 XMLPUBFUN int XMLCALL
77 XMLPUBFUN int XMLCALL
82 XMLPUBFUN int XMLCALL
85 XMLPUBFUN xmlChar * XMLCALL
89 XMLPUBFUN xmlChar * XMLCALL
92 XMLPUBFUN xmlChar * XMLCALL
95 XMLPUBFUN xmlChar * XMLCALL
[all …]
DSAX2.h24 XMLPUBFUN const xmlChar * XMLCALL
26 XMLPUBFUN const xmlChar * XMLCALL
28 XMLPUBFUN void XMLCALL
32 XMLPUBFUN int XMLCALL
34 XMLPUBFUN int XMLCALL
37 XMLPUBFUN int XMLCALL
39 XMLPUBFUN int XMLCALL
41 XMLPUBFUN int XMLCALL
44 XMLPUBFUN void XMLCALL
49 XMLPUBFUN void XMLCALL
[all …]
Dglobals.h28 XMLPUBFUN void XMLCALL xmlInitGlobals(void);
29 XMLPUBFUN void XMLCALL xmlCleanupGlobals(void);
58 XMLCALL xmlParserInputBufferCreateFilenameDefault (xmlParserInputBufferCreateFilenameFunc func);
60 XMLCALL xmlOutputBufferCreateFilenameDefault (xmlOutputBufferCreateFilenameFunc func);
174 XMLPUBFUN void XMLCALL xmlInitializeGlobalState(xmlGlobalStatePtr gs);
176 XMLPUBFUN void XMLCALL xmlThrDefSetGenericErrorFunc(void *ctx, xmlGenericErrorFunc handler);
178 XMLPUBFUN void XMLCALL xmlThrDefSetStructuredErrorFunc(void *ctx, xmlStructuredErrorFunc handler);
180 XMLPUBFUN xmlRegisterNodeFunc XMLCALL xmlRegisterNodeDefault(xmlRegisterNodeFunc func);
181 XMLPUBFUN xmlRegisterNodeFunc XMLCALL xmlThrDefRegisterNodeDefault(xmlRegisterNodeFunc func);
182 XMLPUBFUN xmlDeregisterNodeFunc XMLCALL xmlDeregisterNodeDefault(xmlDeregisterNodeFunc func);
[all …]
DSAX.h26 XMLPUBFUN const xmlChar * XMLCALL
28 XMLPUBFUN const xmlChar * XMLCALL
30 XMLPUBFUN void XMLCALL
34 XMLPUBFUN int XMLCALL
36 XMLPUBFUN int XMLCALL
39 XMLPUBFUN int XMLCALL
41 XMLPUBFUN int XMLCALL
43 XMLPUBFUN int XMLCALL
46 XMLPUBFUN void XMLCALL
51 XMLPUBFUN void XMLCALL
[all …]
Dxmlschemastypes.h33 XMLPUBFUN void XMLCALL
35 XMLPUBFUN void XMLCALL
37 XMLPUBFUN xmlSchemaTypePtr XMLCALL
40 XMLPUBFUN int XMLCALL
44 XMLPUBFUN int XMLCALL
49 XMLPUBFUN int XMLCALL
54 XMLPUBFUN int XMLCALL
61 XMLPUBFUN void XMLCALL
63 XMLPUBFUN xmlSchemaFacetPtr XMLCALL
65 XMLPUBFUN int XMLCALL
[all …]
Dxmlstring.h40 XMLPUBFUN xmlChar * XMLCALL
42 XMLPUBFUN xmlChar * XMLCALL
45 XMLPUBFUN xmlChar * XMLCALL
48 XMLPUBFUN xmlChar * XMLCALL
50 XMLPUBFUN xmlChar * XMLCALL
54 XMLPUBFUN const xmlChar * XMLCALL
57 XMLPUBFUN const xmlChar * XMLCALL
60 XMLPUBFUN const xmlChar * XMLCALL
63 XMLPUBFUN int XMLCALL
66 XMLPUBFUN int XMLCALL
[all …]
DHTMLparser.h86 XMLPUBFUN const htmlElemDesc * XMLCALL
88 XMLPUBFUN const htmlEntityDesc * XMLCALL
90 XMLPUBFUN const htmlEntityDesc * XMLCALL
93 XMLPUBFUN int XMLCALL
96 XMLPUBFUN int XMLCALL
100 XMLPUBFUN const htmlEntityDesc * XMLCALL
103 XMLPUBFUN int XMLCALL
105 XMLPUBFUN void XMLCALL
108 XMLPUBFUN htmlParserCtxtPtr XMLCALL
111 XMLPUBFUN htmlParserCtxtPtr XMLCALL
[all …]
Dlist.h55 XMLPUBFUN xmlListPtr XMLCALL
58 XMLPUBFUN void XMLCALL
62 XMLPUBFUN void * XMLCALL
65 XMLPUBFUN void * XMLCALL
68 XMLPUBFUN int XMLCALL
71 XMLPUBFUN int XMLCALL
74 XMLPUBFUN int XMLCALL
77 XMLPUBFUN int XMLCALL
80 XMLPUBFUN int XMLCALL
83 XMLPUBFUN void XMLCALL
[all …]
Dnanoftp.h80 XMLPUBFUN void XMLCALL
82 XMLPUBFUN void XMLCALL
88 XMLPUBFUN void * XMLCALL
90 XMLPUBFUN void XMLCALL
92 XMLPUBFUN void * XMLCALL
98 XMLPUBFUN void * XMLCALL
100 XMLPUBFUN int XMLCALL
102 XMLPUBFUN int XMLCALL
104 XMLPUBFUN int XMLCALL
106 XMLPUBFUN void XMLCALL
[all …]
Dxmlregexp.h51 XMLPUBFUN xmlRegexpPtr XMLCALL
53 XMLPUBFUN void XMLCALL xmlRegFreeRegexp(xmlRegexpPtr regexp);
54 XMLPUBFUN int XMLCALL
57 XMLPUBFUN void XMLCALL
60 XMLPUBFUN int XMLCALL
80 XMLPUBFUN xmlRegExecCtxtPtr XMLCALL
84 XMLPUBFUN void XMLCALL
86 XMLPUBFUN int XMLCALL
90 XMLPUBFUN int XMLCALL
96 XMLPUBFUN int XMLCALL
[all …]
Dxmlmemory.h57 typedef void (XMLCALL *xmlFreeFunc)(void *mem);
66 typedef void *(LIBXML_ATTR_ALLOC_SIZE(1) XMLCALL *xmlMallocFunc)(size_t size);
77 typedef void *(XMLCALL *xmlReallocFunc)(void *mem, size_t size);
87 typedef char *(XMLCALL *xmlStrdupFunc)(const char *str);
103 XMLPUBFUN int XMLCALL
108 XMLPUBFUN int XMLCALL
113 XMLPUBFUN int XMLCALL
119 XMLPUBFUN int XMLCALL
129 XMLPUBFUN int XMLCALL
135 XMLPUBFUN void XMLCALL
[all …]
DdebugXML.h28 XMLPUBFUN void XMLCALL
31 XMLPUBFUN void XMLCALL
35 XMLPUBFUN void XMLCALL
39 XMLPUBFUN void XMLCALL
43 XMLPUBFUN void XMLCALL
47 XMLPUBFUN void XMLCALL
51 XMLPUBFUN void XMLCALL
54 XMLPUBFUN void XMLCALL
57 XMLPUBFUN void XMLCALL
60 XMLPUBFUN void XMLCALL
[all …]
Dxpointer.h46 XMLPUBFUN xmlLocationSetPtr XMLCALL
48 XMLPUBFUN void XMLCALL
50 XMLPUBFUN xmlLocationSetPtr XMLCALL
53 XMLPUBFUN xmlXPathObjectPtr XMLCALL
58 XMLPUBFUN xmlXPathObjectPtr XMLCALL
61 XMLPUBFUN xmlXPathObjectPtr XMLCALL
64 XMLPUBFUN xmlXPathObjectPtr XMLCALL
67 XMLPUBFUN xmlXPathObjectPtr XMLCALL
70 XMLPUBFUN xmlXPathObjectPtr XMLCALL
73 XMLPUBFUN xmlXPathObjectPtr XMLCALL
[all …]
Dxmlschemas.h119 XMLPUBFUN xmlSchemaParserCtxtPtr XMLCALL
121 XMLPUBFUN xmlSchemaParserCtxtPtr XMLCALL
124 XMLPUBFUN xmlSchemaParserCtxtPtr XMLCALL
126 XMLPUBFUN void XMLCALL
128 XMLPUBFUN void XMLCALL
133 XMLPUBFUN void XMLCALL
137 XMLPUBFUN int XMLCALL
142 XMLPUBFUN int XMLCALL
145 XMLPUBFUN xmlSchemaPtr XMLCALL
147 XMLPUBFUN void XMLCALL
[all …]
Dnanohttp.h21 XMLPUBFUN void XMLCALL
23 XMLPUBFUN void XMLCALL
25 XMLPUBFUN void XMLCALL
27 XMLPUBFUN int XMLCALL
31 XMLPUBFUN void * XMLCALL
38 XMLPUBFUN void * XMLCALL
46 XMLPUBFUN void * XMLCALL
49 XMLPUBFUN void * XMLCALL
53 XMLPUBFUN int XMLCALL
55 XMLPUBFUN const char * XMLCALL
[all …]
Dparser.h819 XMLPUBFUN void XMLCALL
821 XMLPUBFUN void XMLCALL
827 XMLPUBFUN int XMLCALL
830 XMLPUBFUN int XMLCALL
838 XMLPUBFUN xmlDocPtr XMLCALL
840 XMLPUBFUN xmlDocPtr XMLCALL
842 XMLPUBFUN xmlDocPtr XMLCALL
846 XMLPUBFUN int XMLCALL
848 XMLPUBFUN int XMLCALL
850 XMLPUBFUN void XMLCALL
[all …]
Dxpath.h439 XMLPUBFUN void XMLCALL
441 XMLPUBFUN xmlNodeSetPtr XMLCALL
443 XMLPUBFUN void XMLCALL
445 XMLPUBFUN void XMLCALL
447 XMLPUBFUN xmlXPathObjectPtr XMLCALL
449 XMLPUBFUN int XMLCALL
455 XMLPUBFUN int XMLCALL
457 XMLPUBFUN int XMLCALL
459 XMLPUBFUN int XMLCALL
461 XMLPUBFUN int XMLCALL
[all …]

123