Home
last modified time | relevance | path

Searched refs:hasParamEntityRefs (Results 1 - 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/expat/expat/lib/
H A Dxmlparse.c384 XML_Bool hasParamEntityRefs; member
2901 if (! dtd->hasParamEntityRefs || dtd->standalone) { in doContent()
4689 dtd->hasParamEntityRefs = XML_TRUE; in doProlog()
4745 XML_Bool hadParamEntityRefs = dtd->hasParamEntityRefs; in doProlog()
4746 dtd->hasParamEntityRefs = XML_TRUE; in doProlog()
4772 is no external subset and we must reset dtd->hasParamEntityRefs in doProlog()
4775 dtd->hasParamEntityRefs = hadParamEntityRefs; in doProlog()
4792 XML_Bool hadParamEntityRefs = dtd->hasParamEntityRefs; in doProlog()
4793 dtd->hasParamEntityRefs = XML_TRUE; in doProlog()
4812 is no external subset and we must reset dtd->hasParamEntityRefs in doProlog()
[all...]
/third_party/python/Modules/expat/
H A Dxmlparse.c377 XML_Bool hasParamEntityRefs; member
2858 if (! dtd->hasParamEntityRefs || dtd->standalone) { in doContent()
4770 dtd->hasParamEntityRefs = XML_TRUE; in doProlog()
4826 XML_Bool hadParamEntityRefs = dtd->hasParamEntityRefs; in doProlog()
4827 dtd->hasParamEntityRefs = XML_TRUE; in doProlog()
4853 is no external subset and we must reset dtd->hasParamEntityRefs in doProlog()
4856 dtd->hasParamEntityRefs = hadParamEntityRefs; in doProlog()
4873 XML_Bool hadParamEntityRefs = dtd->hasParamEntityRefs; in doProlog()
4874 dtd->hasParamEntityRefs = XML_TRUE; in doProlog()
4893 is no external subset and we must reset dtd->hasParamEntityRefs in doProlog()
[all...]

Completed in 25 milliseconds