Searched refs:nodeList (Results 1 – 5 of 5) sorted by relevance
311 for (pNode = pInstance->nodeList; pNode != NULL; pNode = pNode->next) in WDML_FindNode()385 for (pCurrent = pInstance->nodeList; pCurrent != NULL; pCurrent = (pPrev = pCurrent)->next) in WDML_DecHSZ()394 if (pCurrent == pInstance->nodeList) in WDML_DecHSZ()396 pInstance->nodeList = pCurrent->next; in WDML_DecHSZ()423 while (pInstance->nodeList != NULL) in WDML_FreeAllHSZ()425 DdeFreeStringHandle(pInstance->instanceID, pInstance->nodeList->hsz); in WDML_FreeAllHSZ()445 pNew->next = pInstance->nodeList; in WDML_InsertHSZNode()447 pInstance->nodeList = pNew; in WDML_InsertHSZNode()864 pInstance->nodeList = NULL; /* node will be added later */ in WDML_Initialize()
160 HSZNode* nodeList; /* for cleaning upon exit */ member
4823 oldList = ctxt->nodeList; in xsltApplyTemplates()4945 ctxt->nodeList = list; in xsltApplyTemplates()5079 ctxt->nodeList = oldList; in xsltApplyTemplates()5411 oldList = ctxt->nodeList; in xsltForEach()5460 ctxt->nodeList = list; in xsltForEach()5528 ctxt->nodeList = oldList; in xsltForEach()6076 xmlXPathFreeNodeSet(ctxt->nodeList); in xsltApplyStylesheetInternal()
966 list = ctxt->nodeList; in xsltComputeSortResultInternal()1110 list = ctxt->nodeList; in xsltDefaultSortFunction()
1701 xmlNodeSetPtr nodeList; /* the current node list */ member