Home | History | Annotate | Download | only in libxml2

Lines Matching refs:valueend

1915  * @valueend: end of the attribute value
1927 const xmlChar * valueend)
1991 if (*valueend != 0) {
1992 tmp = xmlSAX2TextNode(ctxt, value, valueend - value);
2001 valueend - value);
2014 tmp = xmlSAX2TextNode(ctxt, value, valueend - value);
2031 dup = xmlSAX2DecodeAttrEntities(ctxt, value, valueend);
2033 if (*valueend == 0) {
2042 dup = xmlStrndup(value, valueend - value);
2086 dup = xmlStrndup(value, valueend - value);
2109 dup = xmlStrndup(value, valueend - value);
2121 dup = xmlStrndup(value, valueend - value);
2125 dup = xmlStrndup(value, valueend - value);