Searched refs:valueend (Results 1 – 2 of 2) sorted by relevance
/third_party/libxml2/ |
D | SAX2.c | 1955 const xmlChar * valueend) in xmlSAX2AttributeNs() argument 2019 if (*valueend != 0) { in xmlSAX2AttributeNs() 2020 tmp = xmlSAX2TextNode(ctxt, value, valueend - value); in xmlSAX2AttributeNs() 2029 valueend - value); in xmlSAX2AttributeNs() 2042 tmp = xmlSAX2TextNode(ctxt, value, valueend - value); in xmlSAX2AttributeNs() 2059 dup = xmlSAX2DecodeAttrEntities(ctxt, value, valueend); in xmlSAX2AttributeNs() 2061 if (*valueend == 0) { in xmlSAX2AttributeNs() 2070 dup = xmlStrndup(value, valueend - value); in xmlSAX2AttributeNs() 2114 dup = xmlStrndup(value, valueend - value); in xmlSAX2AttributeNs() 2137 dup = xmlStrndup(value, valueend - value); in xmlSAX2AttributeNs() [all …]
|
/third_party/chromium/patch/ |
D | 0001-cve.patch | 96741 - dup = xmlStrndup(value, valueend - value); 96759 - dup = xmlStrndup(value, valueend - value); 96764 - dup = xmlStrndup(value, valueend - value);
|