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.c3660 htmlCheckEncoding(htmlParserCtxtPtr ctxt, const xmlChar *attvalue) { in htmlCheckEncoding() argument
3663 if (!attvalue) in htmlCheckEncoding()
3666 encoding = xmlStrcasestr(attvalue, BAD_CAST"charset"); in htmlCheckEncoding()
3674 encoding = xmlStrcasestr(attvalue, BAD_CAST"="); in htmlCheckEncoding()
3740 xmlChar *attvalue; in htmlParseStartTag() local
3838 attname = htmlParseAttribute(ctxt, &attvalue); in htmlParseStartTag()
3848 if (attvalue != NULL) in htmlParseStartTag()
3849 xmlFree(attvalue); in htmlParseStartTag()
3863 if (attvalue != NULL) in htmlParseStartTag()
3864 xmlFree(attvalue); in htmlParseStartTag()
[all …]
Dparser.c8440 xmlChar *attvalue; in xmlParseStartTag() local
8470 attname = xmlParseAttribute(ctxt, &attvalue); in xmlParseStartTag()
8471 if ((attname != NULL) && (attvalue != NULL)) { in xmlParseStartTag()
8480 xmlFree(attvalue); in xmlParseStartTag()
8493 if (attvalue != NULL) in xmlParseStartTag()
8494 xmlFree(attvalue); in xmlParseStartTag()
8507 if (attvalue != NULL) in xmlParseStartTag()
8508 xmlFree(attvalue); in xmlParseStartTag()
8516 atts[nbatts++] = attvalue; in xmlParseStartTag()
8520 if (attvalue != NULL) in xmlParseStartTag()
[all …]