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

  /external/libxml2/include/libxml/
xmlexports.h 14 * XMLPUBFUN, XMLPUBVAR, XMLCALL
32 * XMLPUBVAR:
36 #define XMLPUBVAR extern
56 #undef XMLPUBVAR
61 #define XMLPUBVAR __declspec(dllexport)
65 #define XMLPUBVAR __declspec(dllimport) extern
67 #define XMLPUBVAR extern
84 #undef XMLPUBVAR
89 #define XMLPUBVAR __declspec(dllexport) extern
93 #define XMLPUBVAR __declspec(dllimport) exter
    [all...]
globals.h 207 XMLPUBVAR xmlMallocFunc xmlMalloc;
215 XMLPUBVAR xmlMallocFunc xmlMallocAtomic;
223 XMLPUBVAR xmlReallocFunc xmlRealloc;
231 XMLPUBVAR xmlFreeFunc xmlFree;
239 XMLPUBVAR xmlStrdupFunc xmlMemStrdup;
243 XMLPUBVAR xmlMallocFunc xmlMalloc;
244 XMLPUBVAR xmlMallocFunc xmlMallocAtomic;
245 XMLPUBVAR xmlReallocFunc xmlRealloc;
246 XMLPUBVAR xmlFreeFunc xmlFree;
247 XMLPUBVAR xmlStrdupFunc xmlMemStrdup
    [all...]
chvalid.h 80 XMLPUBVAR const xmlChRangeGroup xmlIsBaseCharGroup;
124 XMLPUBVAR const xmlChRangeGroup xmlIsCharGroup;
136 XMLPUBVAR const xmlChRangeGroup xmlIsCombiningGroup;
156 XMLPUBVAR const xmlChRangeGroup xmlIsDigitGroup;
176 XMLPUBVAR const xmlChRangeGroup xmlIsExtenderGroup;
190 XMLPUBVAR const xmlChRangeGroup xmlIsIdeographicGroup;
191 XMLPUBVAR const unsigned char xmlIsPubidChar_tab[256];
xmlregexp.h 147 XMLPUBVAR xmlExpNodePtr forbiddenExp;
148 XMLPUBVAR xmlExpNodePtr emptyExp;
xpath.h 398 XMLPUBVAR double xmlXPathNAN;
399 XMLPUBVAR double xmlXPathPINF;
400 XMLPUBVAR double xmlXPathNINF;
parserInternals.h 31 XMLPUBVAR unsigned int xmlParserMaxDepth;
279 XMLPUBVAR const xmlChar xmlStringText[];
280 XMLPUBVAR const xmlChar xmlStringTextNoenc[];
281 XMLPUBVAR const xmlChar xmlStringComment[];

Completed in 146 milliseconds