Lines Matching refs:atts
96703 @@ -1747,7 +1767,8 @@ xmlSAX2StartElement(void *ctx, const xmlChar *fullname, const xmlChar **atts)
96713 @@ -1756,7 +1777,7 @@ xmlSAX2StartElement(void *ctx, const xmlChar *fullname, const xmlChar **atts)
121669 const xmlChar **atts);
126538 -startElementDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *name, const xmlChar **atts)
126543 - if (atts != NULL) {
126544 - for (i = 0;(atts[i] != NULL);i++) {
126545 - fprintf(stdout, ", %s", atts[i++]);
126546 - if (atts[i] != NULL) {
126548 - const unsigned char *att = atts[i];
128417 -startElementDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *name, const xmlChar **atts)
128425 - if (atts != NULL) {
128426 - for (i = 0;(atts[i] != NULL);i++) {
128427 - fprintf(stdout, ", %s='", atts[i++]);
128428 - if (atts[i] != NULL)
128429 - fprintf(stdout, "%s'", atts[i]);