Lines Matching refs:attvalue
3299 htmlCheckEncoding(htmlParserCtxtPtr ctxt, const xmlChar *attvalue) { in htmlCheckEncoding() argument
3302 if ((ctxt == NULL) || (attvalue == NULL)) in htmlCheckEncoding()
3309 encoding = xmlStrcasestr(attvalue, BAD_CAST"charset="); in htmlCheckEncoding()
3313 encoding = xmlStrcasestr(attvalue, BAD_CAST"charset ="); in htmlCheckEncoding()
3441 xmlChar *attvalue; in htmlParseStartTag() local
3528 attname = htmlParseAttribute(ctxt, &attvalue); in htmlParseStartTag()
3538 if (attvalue != NULL) in htmlParseStartTag()
3539 xmlFree(attvalue); in htmlParseStartTag()
3553 if (attvalue != NULL) in htmlParseStartTag()
3554 xmlFree(attvalue); in htmlParseStartTag()
3567 if (attvalue != NULL) in htmlParseStartTag()
3568 xmlFree(attvalue); in htmlParseStartTag()
3576 atts[nbatts++] = attvalue; in htmlParseStartTag()
3581 if (attvalue != NULL) in htmlParseStartTag()
3582 xmlFree(attvalue); in htmlParseStartTag()