Home
last modified time | relevance | path

Searched defs:pRoot (Results 1 – 25 of 892) sorted by relevance

12345678910>>...36

/dports/games/uqm/uqm-0.8.0/src/libs/uio/
H A Dphysical.c38 uio_PRoot_getRootDirHandle(uio_PRoot *pRoot) { in uio_PRoot_getRootDirHandle()
43 uio_PRoot_deletePRootExtra(uio_PRoot *pRoot) { in uio_PRoot_deletePRootExtra()
56 uio_PRoot *pRoot; in uio_PRoot_new() local
90 uio_PRoot_callCloseHandlers(uio_PRoot *pRoot) { in uio_PRoot_callCloseHandlers()
103 uio_PRoot_removeCloseHandlers(uio_PRoot *pRoot) { in uio_PRoot_removeCloseHandlers()
112 uio_PRoot_delete(uio_PRoot *pRoot) { in uio_PRoot_delete()
135 uio_PRoot_free(uio_PRoot *pRoot) { in uio_PRoot_free()
143 uio_PRoot_refHandle(uio_PRoot *pRoot) { in uio_PRoot_refHandle()
148 uio_PRoot_unrefHandle(uio_PRoot *pRoot) { in uio_PRoot_unrefHandle()
156 uio_PRoot_refMount(uio_PRoot *pRoot) { in uio_PRoot_refMount()
[all …]
/dports/databases/cego/cego-2.47.11/src/
H A DCegoAdminHandler.cc67 Element* pRoot = new Element(XML_FRAME_ELEMENT); in requestSession() local
131 Element* pRoot = new Element(XML_FRAME_ELEMENT); in closeSession() local
203 Element* pRoot = new Element(XML_FRAME_ELEMENT); in acceptSession() local
821 Element* pRoot = new Element(XML_FRAME_ELEMENT); in reqRetrieveTableSet() local
828 Element* pRoot = new Element(XML_FRAME_ELEMENT); in reqLockInfo() local
835 Element* pRoot = new Element(XML_FRAME_ELEMENT); in reqLockStat() local
841 Element* pRoot = new Element(XML_FRAME_ELEMENT); in reqPoolInfo() local
847 Element* pRoot = new Element(XML_FRAME_ELEMENT); in reqParameterInfo() local
853 Element* pRoot = new Element(XML_FRAME_ELEMENT); in reqPoolEntryList() local
859 Element* pRoot = new Element(XML_FRAME_ELEMENT); in reqThreadInfo() local
[all …]
H A DCegoDistDbHandler.cc45 Element *pRoot = _xml.getDocument()->getRootElement(); in getDeleteArg() local
471 Element* pRoot = new Element(XML_FRAME_ELEMENT); in reqInsertOp() local
534 Element* pRoot = new Element(XML_FRAME_ELEMENT); in reqUpdateOp() local
566 Element* pRoot = new Element(XML_FRAME_ELEMENT); in reqDeleteOp() local
586 Element* pRoot = new Element(XML_FRAME_ELEMENT); in reqCreateTableOp() local
616 Element* pRoot = new Element(XML_FRAME_ELEMENT); in reqAlterTableOp() local
644 Element* pRoot = new Element(XML_FRAME_ELEMENT); in reqCreateIndexOp() local
682 Element* pRoot = new Element(XML_FRAME_ELEMENT); in reqCreateFKeyOp() local
721 Element* pRoot = new Element(XML_FRAME_ELEMENT); in reqTableDataOp() local
740 Element* pRoot = new Element(XML_FRAME_ELEMENT); in reqGetObjectListOp() local
[all …]
H A DCegoDbHandler.cc143 Element* pRoot = new Element(XML_FRAME_ELEMENT); in requestSession() local
190 Element* pRoot = new Element(XML_FRAME_ELEMENT); in closeSession() local
238 Element* pRoot = new Element(XML_FRAME_ELEMENT); in acceptSession() local
324 Element* pRoot = new Element(XML_FRAME_ELEMENT); in reqQueryOp() local
386 Element* pRoot = new Element(XML_FRAME_ELEMENT); in reqQueryAbort() local
965 Element* pRoot = new Element(XML_FRAME_ELEMENT); in sendFinishData() local
1031 Element* pRoot = new Element(XML_FRAME_ELEMENT); in sendErrorData() local
1328 Element* pRoot; in putBlob() local
1409 Element* pRoot; in getBlob() local
1624 Element* pRoot; in putClob() local
[all …]
H A DCegoLogHandler.cc54 Element* pRoot = new Element(XML_FRAME_ELEMENT); in requestLogSession() local
113 Element *pRoot = _xml.getDocument()->getRootElement(); in getMsg() local
123 Element *pRoot = _xml.getDocument()->getRootElement(); in getTableSet() local
H A DCegoXMLSpace.cc1106 Element *pRoot = _pDoc->getRootElement(); in setTSLogNum() local
1155 Element *pRoot = _pDoc->getRootElement(); in setTSLogSize() local
1188 Element *pRoot = _pDoc->getRootElement(); in resetTSRoot() local
1727 Element *pRoot = _pDoc->getRootElement(); in addTableSetDef() local
1840 Element *pRoot = _pDoc->getRootElement(); in isArchiveMode() local
1867 Element *pRoot = _pDoc->getRootElement(); in isArchiveMode() local
1893 Element *pRoot = _pDoc->getRootElement(); in enableArchLog() local
1917 Element *pRoot = _pDoc->getRootElement(); in disableArchLog() local
1941 Element *pRoot = _pDoc->getRootElement(); in getArchLogInfo() local
1974 Element *pRoot = _pDoc->getRootElement(); in getArchLogInfo() local
[all …]
/dports/devel/liblogging/liblogging-1.0.6/rfc3195/src/
H A Dnamevaluetree.c283 static srRetVal sbNVTXMLProcessPARAM(char **ppXML, sbNVTRObj *pRoot) in sbNVTXMLProcessPARAM()
610 static srRetVal sbNVTXMLProcessXMLSTREAM(char **ppXML, sbNVTRObj *pRoot) in sbNVTXMLProcessXMLSTREAM()
695 sbNVTEObj* sbNVTAddEntry(sbNVTRObj* pRoot) in sbNVTAddEntry()
720 srRetVal sbNVTRRemoveFirst(sbNVTRObj* pRoot) in sbNVTRRemoveFirst()
732 sbNVTEObj* sbNVTUnlinkElement(sbNVTRObj* pRoot) in sbNVTUnlinkElement()
991 void sbNVTRUnlinkFromParent(sbNVTRObj *pRoot) in sbNVTRUnlinkFromParent()
1020 srRetVal sbNVTRRemoveKeyU(sbNVTRObj *pRoot, unsigned uKey) in sbNVTRRemoveKeyU()
1036 srRetVal sbNVTRRemovEntryWithpUsr(sbNVTRObj *pRoot, void* pUsr) in sbNVTRRemovEntryWithpUsr()
1051 srRetVal sbNVTRParseXML(sbNVTRObj *pRoot, char *pszXML) in sbNVTRParseXML()
1083 void sbNVTDebugPrintTree(sbNVTRObj *pRoot, int iLevel) in sbNVTDebugPrintTree()
[all …]
/dports/devel/poco/poco-1.10.1-all/XML/testsuite/src/
H A DNodeTest.cpp40 AutoPtr<Element> pRoot = pDoc->createElement("root"); in testInsert() local
96 AutoPtr<Element> pRoot = pDoc->createElement("root"); in testAppend() local
133 AutoPtr<Element> pRoot = pDoc->createElement("root"); in testRemove() local
188 AutoPtr<Element> pRoot = pDoc->createElement("root"); in testReplace() local
271 AutoPtr<Element> pRoot = pDoc->createElement("root"); in testInsertFragment1() local
333 AutoPtr<Element> pRoot = pDoc->createElement("root"); in testInsertFragment2() local
423 AutoPtr<Element> pRoot = pDoc->createElement("root"); in testInsertFragment3() local
541 AutoPtr<Element> pRoot = pDoc->createElement("root"); in testAppendFragment1() local
584 AutoPtr<Element> pRoot = pDoc->createElement("root"); in testAppendFragment2() local
645 AutoPtr<Element> pRoot = pDoc->createElement("root"); in testAppendFragment3() local
[all …]
H A DEventTest.cpp147 AutoPtr<Element> pRoot = pDoc->createElement("root"); in testInsert() local
209 AutoPtr<Element> pRoot = pDoc->createElement("root"); in testInsertSubtree() local
259 AutoPtr<Element> pRoot = pDoc->createElement("root"); in testRemove() local
310 AutoPtr<Element> pRoot = pDoc->createElement("root"); in testRemoveSubtree() local
362 AutoPtr<Element> pRoot = pDoc->createElement("root"); in testCharacterData() local
400 AutoPtr<Element> pRoot = pDoc->createElement("root"); in testCancel() local
431 AutoPtr<Element> pRoot = pDoc->createElement("root"); in testAttributes() local
458 AutoPtr<Element> pRoot = pDoc->createElement("root"); in testAddRemoveInEvent() local
519 AutoPtr<Element> pRoot = pDoc->createElement("root"); in testSuspended() local
H A DDocumentTest.cpp45 AutoPtr<Element> pRoot = pDoc->createElement("root"); in testDocumentElement() local
121 AutoPtr<Element> pRoot = pDoc->createElement("root"); in testElementsByTagName() local
154 AutoPtr<Element> pRoot = pDoc->createElementNS("urn:ns1", "root"); in testElementsByTagNameNS() local
187 AutoPtr<Element> pRoot = pDoc->createElement("root"); in testElementById() local
226 AutoPtr<Element> pRoot = pDoc->createElementNS("urn:ns1", "root"); in testElementByIdNS() local
H A DNodeIteratorTest.cpp60 AutoPtr<Element> pRoot = pDoc->createElement("root"); in testShowAll() local
93 AutoPtr<Element> pRoot = pDoc->createElement("root"); in testShowElements() local
122 AutoPtr<Element> pRoot = pDoc->createElement("root"); in testFilter() local
148 AutoPtr<Element> pRoot = pDoc->createElement("root"); in testShowNothing() local
H A DElementTest.cpp365 AutoPtr<Element> pRoot = pDoc->createElement("root"); in testElementsByTagName() local
448 AutoPtr<Element> pRoot = pDoc->createElementNS("urn:ns1", "root"); in testElementsByTagNameNS() local
548 AutoPtr<Element> pRoot = pDoc->createElement("root"); in testInnerText() local
567 AutoPtr<Element> pRoot = pDoc->createElement("root"); in testChildElement() local
590 AutoPtr<Element> pRoot = pDoc->createElementNS("urn:ns", "root"); in testChildElementNS() local
637 AutoPtr<Element> pRoot = pDoc->createElement("root"); in testNodeByPath() local
786 AutoPtr<Element> pRoot = pDoc->createElementNS("urn:ns1", "ns1:root"); in testNodeByPathNS() local
H A DTreeWalkerTest.cpp71 AutoPtr<Element> pRoot = pDoc->createElement("root"); in testShowAll() local
122 AutoPtr<Element> pRoot = pDoc->createElement("root"); in testShowElements() local
166 AutoPtr<Element> pRoot = pDoc->createElement("root"); in testFilter() local
261 AutoPtr<Element> pRoot = pDoc->createElement("root"); in testShowNothing() local
/dports/devel/bullet/bullet3-3.21/test/GwenOpenGLTest/
H A DMenuStrip.cpp14 Gwen::Controls::MenuItem* pRoot = menu->AddItem(L"File"); in GWEN_CONTROL_INLINE() local
23 …Gwen::Controls::MenuItem* pRoot = menu->AddItem(L"\u043F\u0438\u0440\u0430\u0442\u0441\u0442\u0432… in GWEN_CONTROL_INLINE() local
29 Gwen::Controls::MenuItem* pRoot = menu->AddItem(L"Submenu"); in GWEN_CONTROL_INLINE() local
/dports/devel/py-bullet3/bullet3-3.21/test/GwenOpenGLTest/
H A DMenuStrip.cpp14 Gwen::Controls::MenuItem* pRoot = menu->AddItem(L"File"); in GWEN_CONTROL_INLINE() local
23 …Gwen::Controls::MenuItem* pRoot = menu->AddItem(L"\u043F\u0438\u0440\u0430\u0442\u0441\u0442\u0432… in GWEN_CONTROL_INLINE() local
29 Gwen::Controls::MenuItem* pRoot = menu->AddItem(L"Submenu"); in GWEN_CONTROL_INLINE() local
/dports/databases/sqlite3/sqlite-src-3350500/src/
H A Dtest_vfstrace.c611 sqlite3_vfs *pRoot = pInfo->pRootVfs; in vfstraceOpen() local
659 sqlite3_vfs *pRoot = pInfo->pRootVfs; in vfstraceDelete() local
679 sqlite3_vfs *pRoot = pInfo->pRootVfs; in vfstraceAccess() local
701 sqlite3_vfs *pRoot = pInfo->pRootVfs; in vfstraceFullPathname() local
716 sqlite3_vfs *pRoot = pInfo->pRootVfs; in vfstraceDlOpen() local
728 sqlite3_vfs *pRoot = pInfo->pRootVfs; in vfstraceDlError() local
739 sqlite3_vfs *pRoot = pInfo->pRootVfs; in vfstraceDlSym() local
749 sqlite3_vfs *pRoot = pInfo->pRootVfs; in vfstraceDlClose() local
760 sqlite3_vfs *pRoot = pInfo->pRootVfs; in vfstraceRandomness() local
771 sqlite3_vfs *pRoot = pInfo->pRootVfs; in vfstraceSleep() local
[all …]
/dports/databases/sqlcipher/sqlcipher-3.4.2/src/
H A Dtest_vfstrace.c611 sqlite3_vfs *pRoot = pInfo->pRootVfs; in vfstraceOpen() local
659 sqlite3_vfs *pRoot = pInfo->pRootVfs; in vfstraceDelete() local
679 sqlite3_vfs *pRoot = pInfo->pRootVfs; in vfstraceAccess() local
701 sqlite3_vfs *pRoot = pInfo->pRootVfs; in vfstraceFullPathname() local
716 sqlite3_vfs *pRoot = pInfo->pRootVfs; in vfstraceDlOpen() local
728 sqlite3_vfs *pRoot = pInfo->pRootVfs; in vfstraceDlError() local
739 sqlite3_vfs *pRoot = pInfo->pRootVfs; in vfstraceDlSym() local
749 sqlite3_vfs *pRoot = pInfo->pRootVfs; in vfstraceDlClose() local
760 sqlite3_vfs *pRoot = pInfo->pRootVfs; in vfstraceRandomness() local
771 sqlite3_vfs *pRoot = pInfo->pRootVfs; in vfstraceSleep() local
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/src/
H A Dtest_vfstrace.c611 sqlite3_vfs *pRoot = pInfo->pRootVfs; in vfstraceOpen() local
659 sqlite3_vfs *pRoot = pInfo->pRootVfs; in vfstraceDelete() local
679 sqlite3_vfs *pRoot = pInfo->pRootVfs; in vfstraceAccess() local
701 sqlite3_vfs *pRoot = pInfo->pRootVfs; in vfstraceFullPathname() local
716 sqlite3_vfs *pRoot = pInfo->pRootVfs; in vfstraceDlOpen() local
728 sqlite3_vfs *pRoot = pInfo->pRootVfs; in vfstraceDlError() local
739 sqlite3_vfs *pRoot = pInfo->pRootVfs; in vfstraceDlSym() local
749 sqlite3_vfs *pRoot = pInfo->pRootVfs; in vfstraceDlClose() local
760 sqlite3_vfs *pRoot = pInfo->pRootVfs; in vfstraceRandomness() local
771 sqlite3_vfs *pRoot = pInfo->pRootVfs; in vfstraceSleep() local
[all …]
/dports/databases/db5/db-5.3.28/lang/sql/sqlite/src/
H A Dtest_vfstrace.c492 sqlite3_vfs *pRoot = pInfo->pRootVfs; in vfstraceOpen() local
540 sqlite3_vfs *pRoot = pInfo->pRootVfs; in vfstraceDelete() local
560 sqlite3_vfs *pRoot = pInfo->pRootVfs; in vfstraceAccess() local
582 sqlite3_vfs *pRoot = pInfo->pRootVfs; in vfstraceFullPathname() local
597 sqlite3_vfs *pRoot = pInfo->pRootVfs; in vfstraceDlOpen() local
609 sqlite3_vfs *pRoot = pInfo->pRootVfs; in vfstraceDlError() local
620 sqlite3_vfs *pRoot = pInfo->pRootVfs; in vfstraceDlSym() local
630 sqlite3_vfs *pRoot = pInfo->pRootVfs; in vfstraceDlClose() local
641 sqlite3_vfs *pRoot = pInfo->pRootVfs; in vfstraceRandomness() local
652 sqlite3_vfs *pRoot = pInfo->pRootVfs; in vfstraceSleep() local
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/src/
H A Dtest_vfstrace.c611 sqlite3_vfs *pRoot = pInfo->pRootVfs; in vfstraceOpen() local
659 sqlite3_vfs *pRoot = pInfo->pRootVfs; in vfstraceDelete() local
679 sqlite3_vfs *pRoot = pInfo->pRootVfs; in vfstraceAccess() local
701 sqlite3_vfs *pRoot = pInfo->pRootVfs; in vfstraceFullPathname() local
716 sqlite3_vfs *pRoot = pInfo->pRootVfs; in vfstraceDlOpen() local
728 sqlite3_vfs *pRoot = pInfo->pRootVfs; in vfstraceDlError() local
739 sqlite3_vfs *pRoot = pInfo->pRootVfs; in vfstraceDlSym() local
749 sqlite3_vfs *pRoot = pInfo->pRootVfs; in vfstraceDlClose() local
760 sqlite3_vfs *pRoot = pInfo->pRootVfs; in vfstraceRandomness() local
771 sqlite3_vfs *pRoot = pInfo->pRootVfs; in vfstraceSleep() local
[all …]
/dports/devel/librelp/librelp-1.10.0/src/
H A Ddbllinklist.h44 #define DLL_Del(pThis, pRoot, pLast) \ argument
55 #define DLL_Add(pThis, pRoot, pLast) \ argument
/dports/cad/abc/abc-a4518e6f833885c905964f1233d11e5b941ec24c/src/aig/hop/
H A DhopDfs.c353 Hop_Obj_t * Hop_Transfer( Hop_Man_t * pSour, Hop_Man_t * pDest, Hop_Obj_t * pRoot, int nVars ) in Hop_Transfer()
415 Hop_Obj_t * Hop_Compose( Hop_Man_t * p, Hop_Obj_t * pRoot, Hop_Obj_t * pFunc, int iVar ) in Hop_Compose()
469 Hop_Obj_t * Hop_Complement( Hop_Man_t * p, Hop_Obj_t * pRoot, int iVar ) in Hop_Complement()
518 Hop_Obj_t * Hop_Remap( Hop_Man_t * p, Hop_Obj_t * pRoot, unsigned uSupp, int nVars ) in Hop_Remap()
563 Hop_Obj_t * Hop_Permute( Hop_Man_t * p, Hop_Obj_t * pRoot, int nRootVars, int * pPermute ) in Hop_Permute()
/dports/devel/kBuild/kBuild-0.1.9998/src/lib/kStuff/include/k/kRbTmpl/
H A DkRbBase.h206 # define KRB_CACHE_INVALIDATE_NODE(pRoot, pNode, Key) \ argument
213 # define KRB_CACHE_INVALIDATE_NODE(pRoot, pNode, Key) do { } while (0) argument
217 # define KRB_WRITE_LOCK(pRoot) do { } while (0) argument
218 # define KRB_WRITE_UNLOCK(pRoot) do { } while (0) argument
219 # define KRB_READ_LOCK(pRoot) do { } while (0) argument
220 # define KRB_READ_UNLOCK(pRoot) do { } while (0) argument
/dports/devel/kBuild/kBuild-0.1.9998/src/lib/kStuff/include/k/kAvlTmpl/
H A DkAvlBase.h210 # define KAVL_LOOKTHRU_INVALIDATE_NODE(pRoot, pNode, Key) \ argument
217 # define KAVL_LOOKTHRU_INVALIDATE_NODE(pRoot, pNode, Key) do { } while (0) argument
221 # define KAVL_WRITE_LOCK(pRoot) do { } while (0) argument
222 # define KAVL_WRITE_UNLOCK(pRoot) do { } while (0) argument
223 # define KAVL_READ_LOCK(pRoot) do { } while (0) argument
224 # define KAVL_READ_UNLOCK(pRoot) do { } while (0) argument
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/fields/
H A Dpostithelper.cxx202 long SwPostItHelper::getLayoutHeight( const SwRootFrame* pRoot ) in getLayoutHeight()
208 void SwPostItHelper::setSidebarChanged( SwRootFrame* pRoot, bool bBrowseMode ) in setSidebarChanged()
218 unsigned long SwPostItHelper::getPageInfo( SwRect& rPageFrame, const SwRootFrame* pRoot, const Poin… in getPageInfo()

12345678910>>...36