Home
last modified time | relevance | path

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

/external/libxml2/
DSAX2.c1367 xmlChar *nvalnorm; in xmlSAX2AttributeInternal() local
1374 nvalnorm = xmlValidNormalizeAttributeValue(ctxt->myDoc, in xmlSAX2AttributeInternal()
1376 if (nvalnorm != NULL) { in xmlSAX2AttributeInternal()
1378 val = nvalnorm; in xmlSAX2AttributeInternal()
2100 xmlChar *nvalnorm; in xmlSAX2AttributeNs() local
2107 nvalnorm = xmlValidCtxtNormalizeAttributeValue( in xmlSAX2AttributeNs()
2115 if (nvalnorm != NULL) { in xmlSAX2AttributeNs()
2117 dup = nvalnorm; in xmlSAX2AttributeNs()