Searched refs:XMLCALL (Results 51 - 75 of 257) sorted by relevance

1234567891011

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/include/libxml/
H A 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...]
H A 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...]
H A 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...]
H A 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...]
H A Dxmlmemory.h57 typedef void (XMLCALL *xmlFreeFunc)(void *mem);
66 typedef void *(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...]
H A 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...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/ipkg-install/usr/include/libxml2/libxml/
H A 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...]
H A 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...]
H A 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...]
H A 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...]
H A Dxmlmemory.h57 typedef void (XMLCALL *xmlFreeFunc)(void *mem);
66 typedef void *(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...]
H A 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...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
H A Dlist.in.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...]
H A DSAX.in.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...]
H A Dcatalog.in.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...]
H A DxmlIO.in.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...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/include/libxml/
H A 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...]
H A 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...]
H A 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...]
H A 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...]
H A Dxmlmemory.h57 typedef void (XMLCALL *xmlFreeFunc)(void *mem);
66 typedef void *(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...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/
H A Dlist.in.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...]
H A DSAX.in.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...]
H A Dcatalog.in.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...]
H A DxmlIO.in.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...]

Completed in 207 milliseconds

1234567891011