Home
last modified time | relevance | path

Searched refs:nodeList (Results 1 – 5 of 5) sorted by relevance

/reactos/win32ss/user/user32/misc/
H A Dddemisc.c311 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()
/reactos/win32ss/user/user32/include/
H A Ddde_private.h160 HSZNode* nodeList; /* for cleaning upon exit */ member
/reactos/dll/3rdparty/libxslt/
H A Dtransform.c4823 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()
H A Dxsltutils.c966 list = ctxt->nodeList; in xsltComputeSortResultInternal()
1110 list = ctxt->nodeList; in xsltDefaultSortFunction()
/reactos/sdk/include/reactos/libs/libxslt/
H A DxsltInternals.h1701 xmlNodeSetPtr nodeList; /* the current node list */ member