Searched refs:attvalue (Results 1 – 6 of 6) sorted by relevance
/third_party/libxml2/result/ |
D | att7.sax | 6 SAX.attributeDecl(test, att, 1, 1, attvalue, ...)
|
D | att7.sax2 | 6 SAX.attributeDecl(test, att, 1, 1, attvalue, ...)
|
/third_party/libxml2/result/noent/ |
D | att7.sax2 | 6 SAX.attributeDecl(test, att, 1, 1, attvalue, ...)
|
/third_party/libxml2/ |
D | HTMLparser.c | 3856 htmlCheckEncoding(htmlParserCtxtPtr ctxt, const xmlChar *attvalue) { in htmlCheckEncoding() argument 3859 if (!attvalue) in htmlCheckEncoding() 3862 encoding = xmlStrcasestr(attvalue, BAD_CAST"charset"); in htmlCheckEncoding() 3870 encoding = xmlStrcasestr(attvalue, BAD_CAST"="); in htmlCheckEncoding() 3936 xmlChar *attvalue; in htmlParseStartTag() local 4044 attname = htmlParseAttribute(ctxt, &attvalue); in htmlParseStartTag() 4054 if (attvalue != NULL) in htmlParseStartTag() 4055 xmlFree(attvalue); in htmlParseStartTag() 4069 if (attvalue != NULL) in htmlParseStartTag() 4070 xmlFree(attvalue); in htmlParseStartTag() [all …]
|
D | parser.c | 8540 xmlChar *attvalue; in xmlParseStartTag() local 8570 attname = xmlParseAttribute(ctxt, &attvalue); in xmlParseStartTag() 8571 if ((attname != NULL) && (attvalue != NULL)) { in xmlParseStartTag() 8580 xmlFree(attvalue); in xmlParseStartTag() 8593 if (attvalue != NULL) in xmlParseStartTag() 8594 xmlFree(attvalue); in xmlParseStartTag() 8607 if (attvalue != NULL) in xmlParseStartTag() 8608 xmlFree(attvalue); in xmlParseStartTag() 8616 atts[nbatts++] = attvalue; in xmlParseStartTag() 8620 if (attvalue != NULL) in xmlParseStartTag() [all …]
|
/third_party/chromium/patch/ |
D | 0001-cve.patch | 123673 attname = xmlParseAttribute(ctxt, &attvalue); 123674 if ((attname != NULL) && (attvalue != NULL)) { 123681 (attname == NULL) && (attvalue == NULL)) { 123701 (attname == NULL) && (attvalue == NULL)) {
|