Searched refs:nsret (Results 1 – 1 of 1) sorted by relevance
/external/libxml2/ |
D | SAX2.c | 1143 xmlNsPtr nsret; in xmlSAX2AttributeInternal() local 1182 nsret = xmlNewNs(ctxt->node, val, NULL); in xmlSAX2AttributeInternal() 1189 if (nsret != NULL && ctxt->validate && ctxt->wellFormed && in xmlSAX2AttributeInternal() 1192 ctxt->node, prefix, nsret, val); in xmlSAX2AttributeInternal() 1205 xmlNsPtr nsret; in xmlSAX2AttributeInternal() local 1247 nsret = xmlNewNs(ctxt->node, val, name); in xmlSAX2AttributeInternal() 1254 if (nsret != NULL && ctxt->validate && ctxt->wellFormed && in xmlSAX2AttributeInternal() 1257 ctxt->node, prefix, nsret, value); in xmlSAX2AttributeInternal()
|