Searched refs:pSibling (Results 1 - 6 of 6) sorted by relevance
/vbox/src/VBox/Runtime/r3/ |
H A D | xml.cpp | 717 ElementNode const *pSibling = pCur->getNextSibilingElement(); local 718 if (pSibling != NULL) 719 return pSibling; 890 const Node *pSibling = this; local 893 pSibling = RTListGetPrevCpp(m_pParentListAnchor, pSibling, const Node, m_listEntry); 894 if (!pSibling) 896 if (pSibling->isElement()) 897 return static_cast<const ElementNode *>(pSibling); 905 const Node *pSibling local 920 const Node *pSibling = this; local 939 const Node *pSibling = this; local [all...] |
/vbox/include/iprt/ |
H A D | lockvalidator.h | 150 R3R0PTRTYPE(PRTLOCKVALRECUNION) pSibling; member in struct:RTLOCKVALRECEXCL 207 R3R0PTRTYPE(PRTLOCKVALRECUNION) pSibling; member in struct:RTLOCKVALRECSHRD
|
/vbox/src/VBox/Runtime/common/misc/ |
H A D | lockvalidator.cpp | 1505 PRTLOCKVALRECUNION pSibling = (PRTLOCKVALRECUNION)pCore; local 1506 while (pSibling) 1509 switch (pSibling->Core.u32Magic) 1513 ppCoreNext = &pSibling->Excl.pSibling; 1518 ppCoreNext = &pSibling->Shared.pSibling; 1528 pSibling = ASMAtomicXchgPtrT(ppCoreNext, NULL, PRTLOCKVALRECUNION); 1557 p1->Excl.pSibling = p2; 1558 p2->Shared.pSibling [all...] |
/vbox/src/VBox/HostDrivers/VBoxUSB/darwin/ |
H A D | VBoxUSB.cpp | 1647 IORegistryEntry *pSibling; local 1648 while ( (pSibling = OSDynamicCast(IORegistryEntry, pSiblings->getNextObject())) ) 1650 const OSMetaClass *pMetaClass = pSibling->getMetaClass(); 1651 Log2(("sibling: %p - %s - %s\n", pMetaClass, pSibling->getName(), pMetaClass->getClassName()));
|
/vbox/src/VBox/Frontends/VirtualBox/src/selector/graphics/chooser/ |
H A D | UIGChooserModel.cpp | 799 foreach (UIGChooserItem *pSibling, siblings) 800 if (pSibling != pFocusItem && pSibling->name() == strItemName) 801 pCollisionSibling = pSibling;
|
/vbox/src/VBox/Runtime/common/zip/ |
H A D | xarvfs.cpp | 659 xml::ElementNode const *pSibling = pCurFile->findNextSibilingElement("file"); member in class:xml 660 if (pSibling != NULL) 661 return pSibling;
|
Completed in 564 milliseconds