Home | History | Annotate | Download | only in libxml2

Lines Matching refs:nsNr

5058 	for (i = 0;i < ctxt->nsNr;i++) {
14489 ((ctxt == NULL) || (ctxt->nsNr == 0) || (tmp[1] == ':')))
14494 if (ctxt->nsNr > 0) {
14495 namespaces = xmlMalloc(2 * (ctxt->nsNr + 1) * sizeof(xmlChar*));
14500 for (i = 0, j = 0; (j < ctxt->nsNr); j++) {