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