atts 61 chrome/browser/profile_resetter/brandcode_config_fetcher.cc const xmlChar** atts); atts 111 chrome/browser/profile_resetter/brandcode_config_fetcher.cc const xmlChar** atts) { atts 135 chrome/browser/search_engines/template_url_parser.cc const xmlChar** atts); atts 151 chrome/browser/search_engines/template_url_parser.cc void ParseURL(const xmlChar** atts); atts 152 chrome/browser/search_engines/template_url_parser.cc void ParseImage(const xmlChar** atts); atts 153 chrome/browser/search_engines/template_url_parser.cc void ParseParam(const xmlChar** atts); atts 210 chrome/browser/search_engines/template_url_parser.cc const xmlChar** atts) { atts 225 chrome/browser/search_engines/template_url_parser.cc context->ParseURL(atts); atts 228 chrome/browser/search_engines/template_url_parser.cc context->ParseImage(atts); atts 231 chrome/browser/search_engines/template_url_parser.cc context->ParseParam(atts); atts 334 chrome/browser/search_engines/template_url_parser.cc void TemplateURLParsingContext::ParseURL(const xmlChar** atts) { atts 335 chrome/browser/search_engines/template_url_parser.cc if (!atts) atts 342 chrome/browser/search_engines/template_url_parser.cc for (; *atts; atts += 2) { atts 343 chrome/browser/search_engines/template_url_parser.cc std::string name(XMLCharToString(*atts)); atts 344 chrome/browser/search_engines/template_url_parser.cc const xmlChar* value = atts[1]; atts 369 chrome/browser/search_engines/template_url_parser.cc void TemplateURLParsingContext::ParseImage(const xmlChar** atts) { atts 370 chrome/browser/search_engines/template_url_parser.cc if (!atts) atts 376 chrome/browser/search_engines/template_url_parser.cc for (; *atts; atts += 2) { atts 377 chrome/browser/search_engines/template_url_parser.cc std::string name(XMLCharToString(*atts)); atts 378 chrome/browser/search_engines/template_url_parser.cc const xmlChar* value = atts[1]; atts 393 chrome/browser/search_engines/template_url_parser.cc void TemplateURLParsingContext::ParseParam(const xmlChar** atts) { atts 394 chrome/browser/search_engines/template_url_parser.cc if (!atts) atts 398 chrome/browser/search_engines/template_url_parser.cc for (; *atts; atts += 2) { atts 399 chrome/browser/search_engines/template_url_parser.cc std::string name(XMLCharToString(*atts)); atts 400 chrome/browser/search_engines/template_url_parser.cc const xmlChar* val = atts[1]; atts 254 third_party/expat/files/lib/expat.h const XML_Char **atts); atts 761 third_party/expat/files/lib/xmlparse.c atts = (ATTRIBUTE *)MALLOC(attsSize * sizeof(ATTRIBUTE)); atts 762 third_party/expat/files/lib/xmlparse.c if (atts == NULL) { atts 769 third_party/expat/files/lib/xmlparse.c FREE(atts); atts 776 third_party/expat/files/lib/xmlparse.c FREE(atts); atts 791 third_party/expat/files/lib/xmlparse.c FREE(atts); atts 1180 third_party/expat/files/lib/xmlparse.c FREE((void *)atts); atts 2444 third_party/expat/files/lib/xmlparse.c (const XML_Char **)atts); atts 2469 third_party/expat/files/lib/xmlparse.c startElementHandler(handlerArg, name.str, (const XML_Char **)atts); atts 2731 third_party/expat/files/lib/xmlparse.c n = XmlGetAttributes(enc, attStr, attsSize, atts); atts 2739 third_party/expat/files/lib/xmlparse.c temp = (ATTRIBUTE *)REALLOC((void *)atts, attsSize * sizeof(ATTRIBUTE)); atts 2742 third_party/expat/files/lib/xmlparse.c atts = temp; atts 2750 third_party/expat/files/lib/xmlparse.c XmlGetAttributes(enc, attStr, n, atts); atts 2753 third_party/expat/files/lib/xmlparse.c appAtts = (const XML_Char **)atts; atts 2755 third_party/expat/files/lib/xmlparse.c ATTRIBUTE *currAtt = &atts[i]; atts 2779 third_party/expat/files/lib/xmlparse.c eventPtr = atts[i].name; atts 2784 third_party/expat/files/lib/xmlparse.c if (!atts[i].normalized) { atts 2801 third_party/expat/files/lib/xmlparse.c atts[i].valuePtr, atts[i].valueEnd, atts 2810 third_party/expat/files/lib/xmlparse.c appAtts[attIndex] = poolStoreString(&tempPool, enc, atts[i].valuePtr, atts 2811 third_party/expat/files/lib/xmlparse.c atts[i].valueEnd); atts 148 third_party/expat/files/lib/xmltok.h ATTRIBUTE *atts); atts 240 third_party/expat/files/lib/xmltok.h #define XmlGetAttributes(enc, ptr, attsMax, atts) \ atts 241 third_party/expat/files/lib/xmltok.h (((enc)->getAtts)(enc, ptr, attsMax, atts)) atts 1432 third_party/expat/files/lib/xmltok_impl.c int attsMax, ATTRIBUTE *atts) atts 1444 third_party/expat/files/lib/xmltok_impl.c atts[nAtts].name = ptr; \ atts 1445 third_party/expat/files/lib/xmltok_impl.c atts[nAtts].normalized = 1; \ atts 1462 third_party/expat/files/lib/xmltok_impl.c atts[nAtts].valuePtr = ptr + MINBPC(enc); atts 1469 third_party/expat/files/lib/xmltok_impl.c atts[nAtts].valueEnd = ptr; atts 1476 third_party/expat/files/lib/xmltok_impl.c atts[nAtts].valuePtr = ptr + MINBPC(enc); atts 1483 third_party/expat/files/lib/xmltok_impl.c atts[nAtts].valueEnd = ptr; atts 1489 third_party/expat/files/lib/xmltok_impl.c atts[nAtts].normalized = 0; atts 1496 third_party/expat/files/lib/xmltok_impl.c && atts[nAtts].normalized atts 1497 third_party/expat/files/lib/xmltok_impl.c && (ptr == atts[nAtts].valuePtr atts 1501 third_party/expat/files/lib/xmltok_impl.c atts[nAtts].normalized = 0; atts 1509 third_party/expat/files/lib/xmltok_impl.c atts[nAtts].normalized = 0; atts 3541 third_party/libxml/src/HTMLparser.c htmlCheckMeta(htmlParserCtxtPtr ctxt, const xmlChar **atts) { atts 3547 third_party/libxml/src/HTMLparser.c if ((ctxt == NULL) || (atts == NULL)) atts 3551 third_party/libxml/src/HTMLparser.c att = atts[i++]; atts 3553 third_party/libxml/src/HTMLparser.c value = atts[i++]; atts 3559 third_party/libxml/src/HTMLparser.c att = atts[i++]; atts 3591 third_party/libxml/src/HTMLparser.c const xmlChar **atts; atts 3608 third_party/libxml/src/HTMLparser.c atts = ctxt->atts; atts 3687 third_party/libxml/src/HTMLparser.c if (xmlStrEqual(atts[i], attname)) { atts 3699 third_party/libxml/src/HTMLparser.c if (atts == NULL) { atts 3701 third_party/libxml/src/HTMLparser.c atts = (const xmlChar **) atts 3703 third_party/libxml/src/HTMLparser.c if (atts == NULL) { atts 3709 third_party/libxml/src/HTMLparser.c ctxt->atts = atts; atts 3715 third_party/libxml/src/HTMLparser.c n = (const xmlChar **) xmlRealloc((void *) atts, atts 3723 third_party/libxml/src/HTMLparser.c atts = n; atts 3724 third_party/libxml/src/HTMLparser.c ctxt->atts = atts; atts 3727 third_party/libxml/src/HTMLparser.c atts[nbatts++] = attname; atts 3728 third_party/libxml/src/HTMLparser.c atts[nbatts++] = attvalue; atts 3729 third_party/libxml/src/HTMLparser.c atts[nbatts] = NULL; atts 3730 third_party/libxml/src/HTMLparser.c atts[nbatts + 1] = NULL; atts 3757 third_party/libxml/src/HTMLparser.c htmlCheckMeta(ctxt, atts); atts 3766 third_party/libxml/src/HTMLparser.c ctxt->sax->startElement(ctxt->userData, name, atts); atts 3772 third_party/libxml/src/HTMLparser.c if (atts != NULL) { atts 3774 third_party/libxml/src/HTMLparser.c if (atts[i] != NULL) atts 3775 third_party/libxml/src/HTMLparser.c xmlFree((xmlChar *) atts[i]); atts 1394 third_party/libxml/src/SAX2.c const xmlChar *prefix, const xmlChar **atts) { atts 1444 third_party/libxml/src/SAX2.c if (atts != NULL) { atts 1446 third_party/libxml/src/SAX2.c att = atts[i]; atts 1451 third_party/libxml/src/SAX2.c att = atts[i]; atts 1510 third_party/libxml/src/SAX2.c if (atts != NULL) { atts 1512 third_party/libxml/src/SAX2.c att = atts[i]; atts 1517 third_party/libxml/src/SAX2.c att = atts[i]; atts 1549 third_party/libxml/src/SAX2.c xmlSAX2StartElement(void *ctx, const xmlChar *fullname, const xmlChar **atts) atts 1653 third_party/libxml/src/SAX2.c xmlCheckDefaultedAttributes(ctxt, name, prefix, atts); atts 1659 third_party/libxml/src/SAX2.c if (atts != NULL) { atts 1661 third_party/libxml/src/SAX2.c att = atts[i++]; atts 1662 third_party/libxml/src/SAX2.c value = atts[i++]; atts 1669 third_party/libxml/src/SAX2.c att = atts[i++]; atts 1670 third_party/libxml/src/SAX2.c value = atts[i++]; atts 1700 third_party/libxml/src/SAX2.c if (atts != NULL) { atts 1702 third_party/libxml/src/SAX2.c att = atts[i++]; atts 1703 third_party/libxml/src/SAX2.c value = atts[i++]; atts 1707 third_party/libxml/src/SAX2.c att = atts[i++]; atts 1708 third_party/libxml/src/SAX2.c value = atts[i++]; atts 1719 third_party/libxml/src/SAX2.c att = atts[i++]; atts 1720 third_party/libxml/src/SAX2.c value = atts[i++]; atts 110 third_party/libxml/src/include/libxml/SAX.h const xmlChar **atts); atts 105 third_party/libxml/src/include/libxml/SAX2.h const xmlChar **atts); atts 264 third_party/libxml/src/include/libxml/parser.h const xmlChar * *atts; /* array for the attributes callbacks */ atts 509 third_party/libxml/src/include/libxml/parser.h const xmlChar **atts); atts 1137 third_party/libxml/src/legacy.c startElement(void *ctx, const xmlChar * fullname, const xmlChar ** atts) atts 1139 third_party/libxml/src/legacy.c xmlSAX2StartElement(ctx, fullname, atts); atts 1456 third_party/libxml/src/parser.c const xmlChar **atts; atts 1460 third_party/libxml/src/parser.c if (ctxt->atts == NULL) { atts 1462 third_party/libxml/src/parser.c atts = (const xmlChar **) atts 1464 third_party/libxml/src/parser.c if (atts == NULL) goto mem_error; atts 1465 third_party/libxml/src/parser.c ctxt->atts = atts; atts 1472 third_party/libxml/src/parser.c atts = (const xmlChar **) xmlRealloc((void *) ctxt->atts, atts 1474 third_party/libxml/src/parser.c if (atts == NULL) goto mem_error; atts 1475 third_party/libxml/src/parser.c ctxt->atts = atts; atts 8143 third_party/libxml/src/parser.c const xmlChar **atts = ctxt->atts; atts 8180 third_party/libxml/src/parser.c if (xmlStrEqual(atts[i], attname)) { atts 8189 third_party/libxml/src/parser.c if (atts == NULL) { atts 8191 third_party/libxml/src/parser.c atts = (const xmlChar **) atts 8193 third_party/libxml/src/parser.c if (atts == NULL) { atts 8199 third_party/libxml/src/parser.c ctxt->atts = atts; atts 8205 third_party/libxml/src/parser.c n = (const xmlChar **) xmlRealloc((void *) atts, atts 8213 third_party/libxml/src/parser.c atts = n; atts 8214 third_party/libxml/src/parser.c ctxt->atts = atts; atts 8217 third_party/libxml/src/parser.c atts[nbatts++] = attname; atts 8218 third_party/libxml/src/parser.c atts[nbatts++] = attvalue; atts 8219 third_party/libxml/src/parser.c atts[nbatts] = NULL; atts 8220 third_party/libxml/src/parser.c atts[nbatts + 1] = NULL; atts 8252 third_party/libxml/src/parser.c ctxt->sax->startElement(ctxt->userData, name, atts); atts 8257 third_party/libxml/src/parser.c if (atts != NULL) { atts 8260 third_party/libxml/src/parser.c if (atts[i] != NULL) atts 8261 third_party/libxml/src/parser.c xmlFree((xmlChar *) atts[i]); atts 8833 third_party/libxml/src/parser.c const xmlChar **atts = ctxt->atts; atts 9027 third_party/libxml/src/parser.c if ((atts == NULL) || (nbatts + 5 > maxatts)) { atts 9034 third_party/libxml/src/parser.c atts = ctxt->atts; atts 9037 third_party/libxml/src/parser.c atts[nbatts++] = attname; atts 9038 third_party/libxml/src/parser.c atts[nbatts++] = aprefix; atts 9039 third_party/libxml/src/parser.c atts[nbatts++] = NULL; /* the URI will be fetched later */ atts 9040 third_party/libxml/src/parser.c atts[nbatts++] = attvalue; atts 9042 third_party/libxml/src/parser.c atts[nbatts++] = attvalue; atts 9126 third_party/libxml/src/parser.c if ((attname == atts[j]) && (aprefix == atts[j+1])) atts 9131 third_party/libxml/src/parser.c if ((atts == NULL) || (nbatts + 5 > maxatts)) { atts 9136 third_party/libxml/src/parser.c atts = ctxt->atts; atts 9138 third_party/libxml/src/parser.c atts[nbatts++] = attname; atts 9139 third_party/libxml/src/parser.c atts[nbatts++] = aprefix; atts 9141 third_party/libxml/src/parser.c atts[nbatts++] = NULL; atts 9143 third_party/libxml/src/parser.c atts[nbatts++] = xmlGetNamespace(ctxt, aprefix); atts 9144 third_party/libxml/src/parser.c atts[nbatts++] = defaults->values[5 * i + 2]; atts 9145 third_party/libxml/src/parser.c atts[nbatts++] = defaults->values[5 * i + 3]; atts 9165 third_party/libxml/src/parser.c if (atts[i + 1] != NULL) { atts 9166 third_party/libxml/src/parser.c nsname = xmlGetNamespace(ctxt, atts[i + 1]); atts 9170 third_party/libxml/src/parser.c atts[i + 1], atts[i], localname); atts 9172 third_party/libxml/src/parser.c atts[i + 2] = nsname; atts 9182 third_party/libxml/src/parser.c if (atts[i] == atts[j]) { atts 9183 third_party/libxml/src/parser.c if (atts[i+1] == atts[j+1]) { atts 9184 third_party/libxml/src/parser.c xmlErrAttributeDup(ctxt, atts[i+1], atts[i]); atts 9187 third_party/libxml/src/parser.c if ((nsname != NULL) && (atts[j + 2] == nsname)) { atts 9190 third_party/libxml/src/parser.c atts[i], nsname, NULL); atts 9214 third_party/libxml/src/parser.c nbatts / 5, nbdef, atts); atts 9217 third_party/libxml/src/parser.c nsname, 0, NULL, nbatts / 5, nbdef, atts); atts 9225 third_party/libxml/src/parser.c if ((ctxt->attallocs[j] != 0) && (atts[i] != NULL)) atts 9226 third_party/libxml/src/parser.c xmlFree((xmlChar *) atts[i]); atts 9237 third_party/libxml/src/parser.c if ((ctxt->attallocs[j] != 0) && (atts[i] != NULL)) atts 9238 third_party/libxml/src/parser.c xmlFree((xmlChar *) atts[i]); atts 1631 third_party/libxml/src/parserInternals.c ctxt->atts = NULL; atts 1800 third_party/libxml/src/parserInternals.c if (ctxt->atts != NULL) xmlFree((xmlChar * *)ctxt->atts); atts 1134 third_party/libxml/src/runtest.c startElementDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *name, const xmlChar **atts) atts 1142 third_party/libxml/src/runtest.c if (atts != NULL) { atts 1143 third_party/libxml/src/runtest.c for (i = 0;(atts[i] != NULL);i++) { atts 1144 third_party/libxml/src/runtest.c fprintf(SAXdebug, ", %s='", atts[i++]); atts 1145 third_party/libxml/src/runtest.c if (atts[i] != NULL) atts 1146 third_party/libxml/src/runtest.c fprintf(SAXdebug, "%s'", atts[i]); atts 1531 third_party/libxml/src/runtest.c htmlstartElementDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *name, const xmlChar **atts) atts 1536 third_party/libxml/src/runtest.c if (atts != NULL) { atts 1537 third_party/libxml/src/runtest.c for (i = 0;(atts[i] != NULL);i++) { atts 1538 third_party/libxml/src/runtest.c fprintf(SAXdebug, ", %s", atts[i++]); atts 1539 third_party/libxml/src/runtest.c if (atts[i] != NULL) { atts 1541 third_party/libxml/src/runtest.c const unsigned char *att = atts[i]; atts 369 third_party/libxml/src/testHTML.c startElementDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *name, const xmlChar **atts) atts 374 third_party/libxml/src/testHTML.c if (atts != NULL) { atts 375 third_party/libxml/src/testHTML.c for (i = 0;(atts[i] != NULL);i++) { atts 376 third_party/libxml/src/testHTML.c fprintf(stdout, ", %s", atts[i++]); atts 377 third_party/libxml/src/testHTML.c if (atts[i] != NULL) { atts 379 third_party/libxml/src/testHTML.c const unsigned char *att = atts[i]; atts 609 third_party/libxml/src/testSAX.c startElementDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *name, const xmlChar **atts) atts 617 third_party/libxml/src/testSAX.c if (atts != NULL) { atts 618 third_party/libxml/src/testSAX.c for (i = 0;(atts[i] != NULL);i++) { atts 619 third_party/libxml/src/testSAX.c fprintf(stdout, ", %s='", atts[i++]); atts 620 third_party/libxml/src/testSAX.c if (atts[i] != NULL) atts 621 third_party/libxml/src/testSAX.c fprintf(stdout, "%s'", atts[i]); atts 5040 third_party/libxml/src/testapi.c xmlChar ** atts; /* An array of name/value attributes pairs, NULL terminated */ atts 5049 third_party/libxml/src/testapi.c atts = gen_const_xmlChar_ptr_ptr(n_atts, 2); atts 5051 third_party/libxml/src/testapi.c xmlSAX2StartElement(ctx, (const xmlChar *)fullname, (const xmlChar **)atts); atts 5055 third_party/libxml/src/testapi.c des_const_xmlChar_ptr_ptr(n_atts, (const xmlChar **)atts, 2); atts 1240 third_party/libxml/src/xmllint.c startElementDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *name, const xmlChar **atts) atts 1248 third_party/libxml/src/xmllint.c if (atts != NULL) { atts 1249 third_party/libxml/src/xmllint.c for (i = 0;(atts[i] != NULL);i++) { atts 1250 third_party/libxml/src/xmllint.c fprintf(stdout, ", %s='", atts[i++]); atts 1251 third_party/libxml/src/xmllint.c if (atts[i] != NULL) atts 1252 third_party/libxml/src/xmllint.c fprintf(stdout, "%s'", atts[i]); atts 644 third_party/libxml/src/xmlreader.c const xmlChar **atts) { atts 652 third_party/libxml/src/xmlreader.c reader->startElement(ctx, fullname, atts);