Home | History | Annotate | Download | only in libxml2

Lines Matching refs:valueend

1899  * @valueend: end of the attribute value
1911 const xmlChar * valueend)
1975 if (*valueend != 0) {
1976 tmp = xmlSAX2TextNode(ctxt, value, valueend - value);
1985 valueend - value);
1998 tmp = xmlSAX2TextNode(ctxt, value, valueend - value);
2015 dup = xmlSAX2DecodeAttrEntities(ctxt, value, valueend);
2017 if (*valueend == 0) {
2026 dup = xmlStrndup(value, valueend - value);
2070 dup = xmlStrndup(value, valueend - value);
2093 dup = xmlStrndup(value, valueend - value);
2105 dup = xmlStrndup(value, valueend - value);
2109 dup = xmlStrndup(value, valueend - value);