Home | History | Annotate | Download | only in libxml2

Lines Matching refs:tmpNsNr

8398 	ctxt->context->tmpNsNr = 0;
8400 while (ctxt->context->tmpNsList[ctxt->context->tmpNsNr] != NULL) {
8401 ctxt->context->tmpNsNr++;
8406 if (ctxt->context->tmpNsNr > 0) {
8407 return (xmlNodePtr)ctxt->context->tmpNsList[--ctxt->context->tmpNsNr];