Searched refs:tmpNsList (Results 1 – 3 of 3) sorted by relevance
339 xmlNsPtr *tmpNsList; /* Array of namespaces */ member
8408 if (ctxt->context->tmpNsList != NULL) in xmlXPathNextNamespace()8409 xmlFree(ctxt->context->tmpNsList); in xmlXPathNextNamespace()8410 ctxt->context->tmpNsList = in xmlXPathNextNamespace()8413 if (ctxt->context->tmpNsList != NULL) { in xmlXPathNextNamespace()8414 while (ctxt->context->tmpNsList[ctxt->context->tmpNsNr] != NULL) { in xmlXPathNextNamespace()8421 return (xmlNodePtr)ctxt->context->tmpNsList[--ctxt->context->tmpNsNr]; in xmlXPathNextNamespace()8423 if (ctxt->context->tmpNsList != NULL) in xmlXPathNextNamespace()8424 xmlFree(ctxt->context->tmpNsList); in xmlXPathNextNamespace()8425 ctxt->context->tmpNsList = NULL; in xmlXPathNextNamespace()12683 if (xpctxt->tmpNsList != NULL) { in xmlXPathNodeCollectAndTest()[all …]
365 d tmpNsList * xmlNsPtr *