Searched refs:xmlSAX2AttributeInternal (Results 1 – 2 of 2) sorted by relevance
/third_party/libxml2/ |
D | SAX2.c | 1067 xmlSAX2AttributeInternal(void *ctx, const xmlChar *fullname, in xmlSAX2AttributeInternal() function 1535 xmlSAX2AttributeInternal(ctxt, fulln, in xmlCheckDefaultedAttributes() 1687 xmlSAX2AttributeInternal(ctxt, att, value, prefix); in xmlSAX2StartElement() 1726 xmlSAX2AttributeInternal(ctxt, att, value, NULL); in xmlSAX2StartElement() 1734 xmlSAX2AttributeInternal(ctxt, att, value, NULL); in xmlSAX2StartElement()
|
/third_party/chromium/patch/ |
D | 0001-cve.patch | 96645 * xmlSAX2AttributeInternal: 96647 @@ -1144,6 +1153,9 @@ xmlSAX2AttributeInternal(void *ctx, const xmlChar *fullname, 96657 @@ -1206,6 +1218,9 @@ xmlSAX2AttributeInternal(void *ctx, const xmlChar *fullname, 96667 @@ -1368,7 +1383,12 @@ xmlSAX2AttributeInternal(void *ctx, const xmlChar *fullname, 96681 @@ -1379,16 +1399,16 @@ xmlSAX2AttributeInternal(void *ctx, const xmlChar *fullname,
|