Home
last modified time | relevance | path

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

/third_party/libxml2/
DSAX2.c1144 xmlNsPtr nsret; in xmlSAX2AttributeInternal() local
1183 nsret = xmlNewNs(ctxt->node, val, NULL); in xmlSAX2AttributeInternal()
1190 if (nsret != NULL && ctxt->validate && ctxt->wellFormed && in xmlSAX2AttributeInternal()
1193 ctxt->node, prefix, nsret, val); in xmlSAX2AttributeInternal()
1206 xmlNsPtr nsret; in xmlSAX2AttributeInternal() local
1248 nsret = xmlNewNs(ctxt->node, val, name); in xmlSAX2AttributeInternal()
1255 if (nsret != NULL && ctxt->validate && ctxt->wellFormed && in xmlSAX2AttributeInternal()
1258 ctxt->node, prefix, nsret, value); in xmlSAX2AttributeInternal()
/third_party/chromium/patch/
D0001-cve.patch96648 xmlNsPtr nsret;
96652 + (void) nsret;
96658 xmlNsPtr nsret;
96662 + (void) nsret;