Home
last modified time | relevance | path

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

/external/libxml2/
DSAX2.c1133 xmlNsPtr nsret; in xmlSAX2AttributeInternal() local
1164 nsret = xmlNewNs(ctxt->node, val, NULL); in xmlSAX2AttributeInternal()
1171 if (nsret != NULL && ctxt->validate && ctxt->wellFormed && in xmlSAX2AttributeInternal()
1174 ctxt->node, prefix, nsret, val); in xmlSAX2AttributeInternal()
1187 xmlNsPtr nsret; in xmlSAX2AttributeInternal() local
1227 nsret = xmlNewNs(ctxt->node, val, name); in xmlSAX2AttributeInternal()
1234 if (nsret != NULL && ctxt->validate && ctxt->wellFormed && in xmlSAX2AttributeInternal()
1237 ctxt->node, prefix, nsret, value); in xmlSAX2AttributeInternal()