Lines Matching full:atts
1383 const xmlChar *prefix, const xmlChar **atts) {
1429 if (atts != NULL) {
1431 att = atts[i];
1436 att = atts[i];
1494 if (atts != NULL) {
1496 att = atts[i];
1501 att = atts[i];
1528 * @atts: An array of name/value attributes pairs, NULL terminated
1533 xmlSAX2StartElement(void *ctx, const xmlChar *fullname, const xmlChar **atts)
1637 xmlCheckDefaultedAttributes(ctxt, name, prefix, atts);
1643 if (atts != NULL) {
1645 att = atts[i++];
1646 value = atts[i++];
1653 att = atts[i++];
1654 value = atts[i++];
1684 if (atts != NULL) {
1686 att = atts[i++];
1687 value = atts[i++];
1691 att = atts[i++];
1692 value = atts[i++];
1703 att = atts[i++];
1704 value = atts[i++];