Home
last modified time | relevance | path

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

/external/libxml2/
DSAX2.c1971 const xmlChar * valueend) in xmlSAX2AttributeNs() argument
2035 if (*valueend != 0) { in xmlSAX2AttributeNs()
2036 tmp = xmlSAX2TextNode(ctxt, value, valueend - value); in xmlSAX2AttributeNs()
2045 valueend - value); in xmlSAX2AttributeNs()
2058 tmp = xmlSAX2TextNode(ctxt, value, valueend - value); in xmlSAX2AttributeNs()
2075 dup = xmlSAX2DecodeAttrEntities(ctxt, value, valueend); in xmlSAX2AttributeNs()
2077 if (*valueend == 0) { in xmlSAX2AttributeNs()
2086 dup = xmlStrndup(value, valueend - value); in xmlSAX2AttributeNs()
2130 dup = xmlStrndup(value, valueend - value); in xmlSAX2AttributeNs()
2153 dup = xmlStrndup(value, valueend - value); in xmlSAX2AttributeNs()
[all …]