Home
last modified time | relevance | path

Searched refs:xmlPedanticParserDefaultValue (Results 1 – 7 of 7) sorted by relevance

/external/chromium_org/third_party/libxml/src/include/libxml/
Dglobals.h91 #undef xmlPedanticParserDefaultValue
148 int xmlPedanticParserDefaultValue; member
441 #define xmlPedanticParserDefaultValue \ macro
444 XMLPUBVAR int xmlPedanticParserDefaultValue; variable
/external/libxml2/include/libxml/
Dglobals.h91 #undef xmlPedanticParserDefaultValue
148 int xmlPedanticParserDefaultValue; member
441 #define xmlPedanticParserDefaultValue \ macro
444 XMLPUBVAR int xmlPedanticParserDefaultValue; variable
/external/chromium_org/third_party/libxml/src/
Dglobals.c180 #undef xmlPedanticParserDefaultValue
262 int xmlPedanticParserDefaultValue = 0; variable
568 gs->xmlPedanticParserDefaultValue = xmlPedanticParserDefaultValueThrDef; in xmlInitializeGlobalState()
1045 #undef xmlPedanticParserDefaultValue
1049 return (&xmlPedanticParserDefaultValue); in __xmlPedanticParserDefaultValue()
1051 return (&xmlGetGlobalState()->xmlPedanticParserDefaultValue); in __xmlPedanticParserDefaultValue()
DparserInternals.c1733 ctxt->pedantic = xmlPedanticParserDefaultValue; in xmlInitParserCtxt()
2082 int old = xmlPedanticParserDefaultValue; in xmlPedanticParserDefault()
2084 xmlPedanticParserDefaultValue = val; in xmlPedanticParserDefault()
/external/libxml2/
Dglobals.c161 #undef xmlPedanticParserDefaultValue
243 int xmlPedanticParserDefaultValue = 0; variable
549 gs->xmlPedanticParserDefaultValue = xmlPedanticParserDefaultValueThrDef; in xmlInitializeGlobalState()
1026 #undef xmlPedanticParserDefaultValue
1030 return (&xmlPedanticParserDefaultValue); in __xmlPedanticParserDefaultValue()
1032 return (&xmlGetGlobalState()->xmlPedanticParserDefaultValue); in __xmlPedanticParserDefaultValue()
DparserInternals.c1695 ctxt->pedantic = xmlPedanticParserDefaultValue; in xmlInitParserCtxt()
2047 int old = xmlPedanticParserDefaultValue; in xmlPedanticParserDefault()
2049 xmlPedanticParserDefaultValue = val; in xmlPedanticParserDefault()
/external/chromium_org/third_party/libxml/src/win32/
Dlibxml2.def.src143 xmlPedanticParserDefaultValue DATA