Searched refs:nsret (Results 1 – 2 of 2) sorted by relevance
/third_party/libxml2/ |
D | SAX2.c | 1144 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/ |
D | 0001-cve.patch | 96648 xmlNsPtr nsret; 96652 + (void) nsret; 96658 xmlNsPtr nsret; 96662 + (void) nsret;
|