Lines Matching refs:valueend
1971 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()
2167 dup = xmlStrndup(value, valueend - value); in xmlSAX2AttributeNs()
2171 dup = xmlStrndup(value, valueend - value); in xmlSAX2AttributeNs()