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

/external/libxml2/
H A DHTMLparser.c3291 * @attvalue: the attribute value
3299 htmlCheckEncoding(htmlParserCtxtPtr ctxt, const xmlChar *attvalue) { argument
3302 if ((ctxt == NULL) || (attvalue == NULL))
3309 encoding = xmlStrcasestr(attvalue, BAD_CAST"charset=");
3313 encoding = xmlStrcasestr(attvalue, BAD_CAST"charset =");
3441 xmlChar *attvalue; local
3528 attname = htmlParseAttribute(ctxt, &attvalue);
3538 if (attvalue != NULL)
3539 xmlFree(attvalue);
3553 if (attvalue !
[all...]
H A Dparser.c7964 xmlChar *attvalue; local
7994 attname = xmlParseAttribute(ctxt, &attvalue);
7995 if ((attname != NULL) && (attvalue != NULL)) {
8004 xmlFree(attvalue);
8017 if (attvalue != NULL)
8018 xmlFree(attvalue);
8031 if (attvalue != NULL)
8032 xmlFree(attvalue);
8040 atts[nbatts++] = attvalue;
8044 if (attvalue !
8647 xmlChar *attvalue; local
[all...]

Completed in 74 milliseconds