xmlGetNamespace  9100 third_party/libxml/src/parser.c 		    nsname = xmlGetNamespace(ctxt, NULL);
xmlGetNamespace  9115 third_party/libxml/src/parser.c 		    nsname = xmlGetNamespace(ctxt, attname);
xmlGetNamespace  9143 third_party/libxml/src/parser.c 		        atts[nbatts++] = xmlGetNamespace(ctxt, aprefix);
xmlGetNamespace  9166 third_party/libxml/src/parser.c 	    nsname = xmlGetNamespace(ctxt, atts[i + 1]);
xmlGetNamespace  9197 third_party/libxml/src/parser.c     nsname = xmlGetNamespace(ctxt, prefix);
xmlGetNamespace  13115 third_party/libxml/src/parser.c 	        if (xmlGetNamespace(ctxt, iprefix) == NULL) {