Searched defs:valueend (Results 1 - 1 of 1) sorted by relevance
/vbox/src/libs/libxml2-2.6.31/ |
H A D | SAX2.c | 1884 * @valueend: end of the attribute value 1896 const xmlChar * valueend) 1960 if (*valueend != 0) { 1961 tmp = xmlSAX2TextNode(ctxt, value, valueend - value); 1970 valueend - value); 1983 tmp = xmlSAX2TextNode(ctxt, value, valueend - value); 2000 dup = xmlSAX2DecodeAttrEntities(ctxt, value, valueend); 2002 if (*valueend == 0) { 2011 dup = xmlStrndup(value, valueend - value); 2055 dup = xmlStrndup(value, valueend 1892 xmlSAX2AttributeNs(xmlParserCtxtPtr ctxt, const xmlChar * localname, const xmlChar * prefix, const xmlChar * value, const xmlChar * valueend) argument [all...] |
Completed in 209 milliseconds