Home
last modified time | relevance | path

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

/external/libxml2/
DSAX2.c1982 const xmlChar * valueend) in xmlSAX2AttributeNs() argument
2046 if (*valueend != 0) { in xmlSAX2AttributeNs()
2047 tmp = xmlSAX2TextNode(ctxt, value, valueend - value); in xmlSAX2AttributeNs()
2056 valueend - value); in xmlSAX2AttributeNs()
2069 tmp = xmlSAX2TextNode(ctxt, value, valueend - value); in xmlSAX2AttributeNs()
2086 dup = xmlSAX2DecodeAttrEntities(ctxt, value, valueend); in xmlSAX2AttributeNs()
2088 if (*valueend == 0) { in xmlSAX2AttributeNs()
2097 dup = xmlStrndup(value, valueend - value); in xmlSAX2AttributeNs()
2141 dup = xmlStrndup(value, valueend - value); in xmlSAX2AttributeNs()
2164 dup = xmlStrndup(value, valueend - value); in xmlSAX2AttributeNs()
[all …]