Searched refs:attvalue (Results 1 - 2 of 2) sorted by relevance

/external/libxml2/
H A DHTMLparser.c3491 * @attvalue: the attribute value
3578 * @attvalue: the attribute value
3586 htmlCheckEncoding(htmlParserCtxtPtr ctxt, const xmlChar *attvalue) { argument
3589 if (!attvalue)
3592 encoding = xmlStrcasestr(attvalue, BAD_CAST"charset");
3600 encoding = xmlStrcasestr(attvalue, BAD_CAST"=");
3666 xmlChar *attvalue; local
3756 attname = htmlParseAttribute(ctxt, &attvalue);
3766 if (attvalue != NULL)
3767 xmlFree(attvalue);
[all...]
H A Dparser.c8559 xmlChar *attvalue; local
8589 attname = xmlParseAttribute(ctxt, &attvalue);
8590 if ((attname != NULL) && (attvalue != NULL)) {
8599 xmlFree(attvalue);
8612 if (attvalue != NULL)
8613 xmlFree(attvalue);
8626 if (attvalue != NULL)
8627 xmlFree(attvalue);
8635 atts[nbatts++] = attvalue;
8639 if (attvalue !
9304 xmlChar *attvalue; local
[all...]

Completed in 96 milliseconds