Home
last modified time | relevance | path

Searched refs:checkEntityDecl (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Modules/expat/
Dxmlparse.c5017 char checkEntityDecl; in appendAttributeValue() local
5037 checkEntityDecl = in appendAttributeValue()
5045 checkEntityDecl = !dtd->hasParamEntityRefs || dtd->standalone; in appendAttributeValue()
5046 if (checkEntityDecl) { in appendAttributeValue()
/external/expat/lib/
Dxmlparse.c5053 char checkEntityDecl; in appendAttributeValue() local
5073 checkEntityDecl = in appendAttributeValue()
5081 checkEntityDecl = !dtd->hasParamEntityRefs || dtd->standalone; in appendAttributeValue()
5082 if (checkEntityDecl) { in appendAttributeValue()