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 212 XMLPUBVAR xmlMallocFunc xmlMalloc;
220 XMLPUBVAR xmlMallocFunc xmlMallocAtomic;
228 XMLPUBVAR xmlReallocFunc xmlRealloc;
236 XMLPUBVAR xmlFreeFunc xmlFree;
244 XMLPUBVAR xmlStrdupFunc xmlMemStrdup;
248 XMLPUBVAR xmlMallocFunc xmlMalloc;
249 XMLPUBVAR xmlMallocFunc xmlMallocAtomic;
250 XMLPUBVAR xmlReallocFunc xmlRealloc;
251 XMLPUBVAR xmlFreeFunc xmlFree;
252 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 399 XMLPUBVAR double xmlXPathNAN;
400 XMLPUBVAR double xmlXPathPINF;
401 XMLPUBVAR double xmlXPathNINF;
parserInternals.h 31 XMLPUBVAR unsigned int xmlParserMaxDepth;
312 XMLPUBVAR const xmlChar xmlStringText[];
313 XMLPUBVAR const xmlChar xmlStringTextNoenc[];
314 XMLPUBVAR const xmlChar xmlStringComment[];

Completed in 72 milliseconds