Home
last modified time | relevance | path

Searched refs:attvalue (Results 1 – 5 of 5) sorted by relevance

/external/libxml2/result/
Datt7.sax6 SAX.attributeDecl(test, att, 1, 1, attvalue, ...)
Datt7.sax26 SAX.attributeDecl(test, att, 1, 1, attvalue, ...)
/external/libxml2/result/noent/
Datt7.sax26 SAX.attributeDecl(test, att, 1, 1, attvalue, ...)
/external/libxml2/
DHTMLparser.c3854 htmlCheckEncoding(htmlParserCtxtPtr ctxt, const xmlChar *attvalue) { in htmlCheckEncoding() argument
3857 if (!attvalue) in htmlCheckEncoding()
3860 encoding = xmlStrcasestr(attvalue, BAD_CAST"charset"); in htmlCheckEncoding()
3868 encoding = xmlStrcasestr(attvalue, BAD_CAST"="); in htmlCheckEncoding()
3934 xmlChar *attvalue; in htmlParseStartTag() local
4030 attname = htmlParseAttribute(ctxt, &attvalue); in htmlParseStartTag()
4040 if (attvalue != NULL) in htmlParseStartTag()
4041 xmlFree(attvalue); in htmlParseStartTag()
4055 if (attvalue != NULL) in htmlParseStartTag()
4056 xmlFree(attvalue); in htmlParseStartTag()
[all …]
Dparser.c8528 xmlChar *attvalue; in xmlParseStartTag() local
8558 attname = xmlParseAttribute(ctxt, &attvalue); in xmlParseStartTag()
8559 if ((attname != NULL) && (attvalue != NULL)) { in xmlParseStartTag()
8568 xmlFree(attvalue); in xmlParseStartTag()
8581 if (attvalue != NULL) in xmlParseStartTag()
8582 xmlFree(attvalue); in xmlParseStartTag()
8595 if (attvalue != NULL) in xmlParseStartTag()
8596 xmlFree(attvalue); in xmlParseStartTag()
8604 atts[nbatts++] = attvalue; in xmlParseStartTag()
8608 if (attvalue != NULL) in xmlParseStartTag()
[all …]