Home | History | Annotate | Download | only in libxml2

Lines Matching refs:nsNr

5179 	for (i = 0;i < ctxt->nsNr;i++) {
14706 ((ctxt == NULL) || (ctxt->nsNr == 0) || (tmp[1] == ':')))
14711 if (ctxt->nsNr > 0) {
14712 namespaces = xmlMalloc(2 * (ctxt->nsNr + 1) * sizeof(xmlChar*));
14717 for (i = 0, j = 0; (j < ctxt->nsNr); j++) {