Searched refs:nsret (Results 1 – 1 of 1) sorted by relevance
/external/libxml2/ |
D | SAX2.c | 1173 xmlNsPtr nsret; in xmlSAX2AttributeInternal() local 1212 nsret = xmlNewNs(ctxt->node, val, NULL); in xmlSAX2AttributeInternal() 1219 if (nsret != NULL && ctxt->validate && ctxt->wellFormed && in xmlSAX2AttributeInternal() 1222 ctxt->node, prefix, nsret, val); in xmlSAX2AttributeInternal() 1235 xmlNsPtr nsret; in xmlSAX2AttributeInternal() local 1277 nsret = xmlNewNs(ctxt->node, val, name); in xmlSAX2AttributeInternal() 1284 if (nsret != NULL && ctxt->validate && ctxt->wellFormed && in xmlSAX2AttributeInternal() 1287 ctxt->node, prefix, nsret, value); in xmlSAX2AttributeInternal()
|