Lines Matching refs:atts
1430 const xmlChar *prefix, const xmlChar **atts) { in xmlCheckDefaultedAttributes() argument
1480 if (atts != NULL) { in xmlCheckDefaultedAttributes()
1482 att = atts[i]; in xmlCheckDefaultedAttributes()
1487 att = atts[i]; in xmlCheckDefaultedAttributes()
1546 if (atts != NULL) { in xmlCheckDefaultedAttributes()
1548 att = atts[i]; in xmlCheckDefaultedAttributes()
1553 att = atts[i]; in xmlCheckDefaultedAttributes()
1585 xmlSAX2StartElement(void *ctx, const xmlChar *fullname, const xmlChar **atts) in xmlSAX2StartElement() argument
1689 xmlCheckDefaultedAttributes(ctxt, name, prefix, atts); in xmlSAX2StartElement()
1695 if (atts != NULL) { in xmlSAX2StartElement()
1697 att = atts[i++]; in xmlSAX2StartElement()
1698 value = atts[i++]; in xmlSAX2StartElement()
1705 att = atts[i++]; in xmlSAX2StartElement()
1706 value = atts[i++]; in xmlSAX2StartElement()
1736 if (atts != NULL) { in xmlSAX2StartElement()
1738 att = atts[i++]; in xmlSAX2StartElement()
1739 value = atts[i++]; in xmlSAX2StartElement()
1743 att = atts[i++]; in xmlSAX2StartElement()
1744 value = atts[i++]; in xmlSAX2StartElement()
1755 att = atts[i++]; in xmlSAX2StartElement()
1756 value = atts[i++]; in xmlSAX2StartElement()