Lines Matching refs:nsname
9346 const xmlChar *nsname; in xmlParseStartTag2() local
9640 nsname = xmlGetNamespace(ctxt, NULL); in xmlParseStartTag2()
9641 if (nsname != defaults->values[5 * i + 2]) { in xmlParseStartTag2()
9655 nsname = xmlGetNamespace(ctxt, attname); in xmlParseStartTag2()
9656 if (nsname != defaults->values[2]) { in xmlParseStartTag2()
9706 nsname = xmlGetNamespace(ctxt, atts[i + 1]); in xmlParseStartTag2()
9707 if (nsname == NULL) { in xmlParseStartTag2()
9712 atts[i + 2] = nsname; in xmlParseStartTag2()
9714 nsname = NULL; in xmlParseStartTag2()
9727 if ((nsname != NULL) && (atts[j + 2] == nsname)) { in xmlParseStartTag2()
9730 atts[i], nsname, NULL); in xmlParseStartTag2()
9737 nsname = xmlGetNamespace(ctxt, prefix); in xmlParseStartTag2()
9738 if ((prefix != NULL) && (nsname == NULL)) { in xmlParseStartTag2()
9744 *URI = nsname; in xmlParseStartTag2()
9753 nsname, nbNs, &ctxt->nsTab[ctxt->nsNr - 2 * nbNs], in xmlParseStartTag2()
9757 nsname, 0, NULL, nbatts / 5, nbdef, atts); in xmlParseStartTag2()