Home
last modified time | relevance | path

Searched refs:pRoot (Results 1 – 25 of 1109) sorted by relevance

12345678910>>...45

/dports/games/uqm/uqm-0.8.0/src/libs/uio/
H A Dphysical.c47 pRoot->handler->deletePRootExtra(pRoot->extra); in uio_PRoot_deletePRootExtra()
56 uio_PRoot *pRoot; in uio_PRoot_new() local
71 return pRoot; in uio_PRoot_new()
83 pRoot->closeHandlers = uio_realloc(pRoot->closeHandlers, in uio_PRoot_addCloseHandler()
85 pRoot->closeHandlers[pRoot->numCloseHandlers - 1].fun = fun; in uio_PRoot_addCloseHandler()
86 pRoot->closeHandlers[pRoot->numCloseHandlers - 1].arg = arg; in uio_PRoot_addCloseHandler()
118 pRoot->handler->umount(pRoot); in uio_PRoot_delete()
119 if (pRoot->handle) in uio_PRoot_delete()
139 uio_free(pRoot); in uio_PRoot_free()
151 if (pRoot->handleRef == 0 && pRoot->mountRef == 0) in uio_PRoot_unrefHandle()
[all …]
/dports/databases/cego/cego-2.47.11/src/
H A DCegoDistDbHandler.cc46 if ( pRoot ) in getDeleteArg()
77 if ( pRoot ) in getUpdateArg()
113 if ( pRoot ) in getCreateTableArg()
147 if ( pRoot ) in getCreateViewArg()
181 if ( pRoot ) in getCreateProcedureArg()
200 if ( pRoot ) in getCreateCheckArg()
228 if ( pRoot ) in getAlterTableArg()
255 if ( pRoot ) in getDropTableArg()
274 if ( pRoot ) in getCreateIndexArg()
312 if ( pRoot ) in getObjectInfoArg()
[all …]
H A DCegoAdminHandler.cc229 if ( pRoot ) in acceptSession()
1195 if ( pRoot ) in reqGetDbSpec()
2080 if ( pRoot ) in getMsg()
2090 if ( pRoot ) in getBUMsg()
2110 if ( pRoot ) in getBackupId()
2120 if ( pRoot ) in getTableSet()
2130 if ( pRoot ) in getTableSetRoot()
2140 if ( pRoot ) in getTableSetTSTicket()
2150 if ( pRoot ) in getTableName()
2160 if ( pRoot ) in getThreadId()
[all …]
H A DCegoDbHandler.cc256 if ( pRoot ) in acceptSession()
347 if ( pRoot ) in reqQueryOp()
410 if ( pRoot ) in getAffected()
463 if ( pRoot ) in getFormat()
476 if ( pRoot ) in getSchema()
548 if ( pRoot ) in getObjType()
575 if ( pRoot ) in getProcResult()
1330 if ( pRoot ) in putBlob()
1411 if ( pRoot ) in getBlob()
1626 if ( pRoot ) in putClob()
[all …]
/dports/devel/poco/poco-1.10.1-all/XML/testsuite/src/
H A DEventTest.cpp170 pDoc->appendChild(pRoot); in testInsert()
189 pRoot->appendChild(pText); in testInsert()
233 pRoot->appendChild(pText); in testInsertSubtree()
237 pDoc->appendChild(pRoot); in testInsertSubtree()
282 pDoc->appendChild(pRoot); in testRemove()
285 pRoot->appendChild(pText); in testRemove()
333 pDoc->appendChild(pRoot); in testRemoveSubtree()
340 pDoc->removeChild(pRoot); in testRemoveSubtree()
365 pDoc->appendChild(pRoot); in testCharacterData()
403 pDoc->appendChild(pRoot); in testCancel()
[all …]
H A DNodeTest.cpp99 pRoot->appendChild(pChild1); in testAppend()
107 pRoot->appendChild(pChild2); in testAppend()
117 pRoot->appendChild(pChild3); in testAppend()
136 pRoot->appendChild(pChild1); in testRemove()
139 pRoot->appendChild(pChild2); in testRemove()
142 pRoot->appendChild(pChild3); in testRemove()
145 pRoot->appendChild(pChild4); in testRemove()
147 pRoot->removeChild(pChild2); in testRemove()
158 pRoot->removeChild(pChild4); in testRemove()
170 pRoot->removeChild(pChild1); in testRemove()
[all …]
H A DTreeWalkerTest.cpp79 pRoot->appendChild(pElem1); in testShowAll()
80 pRoot->appendChild(pElem2); in testShowAll()
81 pDoc->appendChild(pRoot); in testShowAll()
130 pRoot->appendChild(pElem1); in testShowElements()
131 pRoot->appendChild(pElem2); in testShowElements()
132 pDoc->appendChild(pRoot); in testShowElements()
174 pRoot->appendChild(pElem1); in testFilter()
175 pRoot->appendChild(pElem2); in testFilter()
176 pDoc->appendChild(pRoot); in testFilter()
271 pDoc->appendChild(pRoot); in testShowNothing()
[all …]
H A DDocumentTest.cpp48 pDoc->appendChild(pRoot); in testDocumentElement()
122 pDoc->appendChild(pRoot); in testElementsByTagName()
131 pRoot->appendChild(pElem1); in testElementsByTagName()
140 pRoot->appendChild(pElem2); in testElementsByTagName()
155 pDoc->appendChild(pRoot); in testElementsByTagNameNS()
164 pRoot->appendChild(pElem1); in testElementsByTagNameNS()
173 pRoot->appendChild(pElem2); in testElementsByTagNameNS()
199 pRoot->appendChild(pElem1); in testElementById()
200 pRoot->appendChild(pElem3); in testElementById()
201 pDoc->appendChild(pRoot); in testElementById()
[all …]
H A DNodeIteratorTest.cpp68 pRoot->appendChild(pElem1); in testShowAll()
69 pRoot->appendChild(pElem2); in testShowAll()
70 pDoc->appendChild(pRoot); in testShowAll()
101 pRoot->appendChild(pElem1); in testShowElements()
102 pRoot->appendChild(pElem2); in testShowElements()
103 pDoc->appendChild(pRoot); in testShowElements()
130 pRoot->appendChild(pElem1); in testFilter()
131 pRoot->appendChild(pElem2); in testFilter()
132 pDoc->appendChild(pRoot); in testFilter()
158 pDoc->appendChild(pRoot); in testShowNothing()
[all …]
H A DElementTest.cpp373 pRoot->appendChild(pElem1); in testElementsByTagName()
381 pRoot->appendChild(pElem2); in testElementsByTagName()
390 pRoot->appendChild(pElem3); in testElementsByTagName()
457 pRoot->appendChild(pElem1); in testElementsByTagNameNS()
467 pRoot->appendChild(pElem2); in testElementsByTagNameNS()
478 pRoot->appendChild(pElem3); in testElementsByTagNameNS()
555 pRoot->appendChild(pText1); in testInnerText()
556 pRoot->appendChild(pElem1); in testInnerText()
557 pRoot->appendChild(pText3); in testInnerText()
679 pDoc->appendChild(pRoot); in testNodeByPath()
[all …]
H A DNodeAppenderTest.cpp43 pDoc->appendChild(pRoot); in testAppendNode()
45 NodeAppender appender(pRoot); in testAppendNode()
55 assertTrue (pRoot->firstChild() == pElem1); in testAppendNode()
56 assertTrue (pRoot->lastChild() == pElem3); in testAppendNode()
66 assertTrue (pElem1->parentNode() == pRoot); in testAppendNode()
67 assertTrue (pElem2->parentNode() == pRoot); in testAppendNode()
68 assertTrue (pElem3->parentNode() == pRoot); in testAppendNode()
76 pDoc->appendChild(pRoot); in testAppendNodeList()
78 NodeAppender appender(pRoot); in testAppendNodeList()
96 assertTrue (pRoot->firstChild() == 0); in testAppendNodeList()
[all …]
/dports/devel/kBuild/kBuild-0.1.9998/src/lib/kStuff/include/k/kRbTmpl/
H A DkRbAssert.h43 if (!pRoot) in KRB_FN()
58 …kHlpAssertReturn(pRoot->mpLeft != KRB_NULL && KRB_CMP_G(KRB_GET_POINTER(&pRoot->mpLeft)->mpKey, p… in KRB_FN()
59 …kHlpAssertReturn(pRoot->mpRight != KRB_NULL && KRB_CMP_G(pRoot->mKey, KRB_GET_POINTER(&pRoot->mpRi… in KRB_FN()
62 …kHlpAssertReturn(!KRB_IS_RED(pRoot) || (!KRB_IS_RED(pRoot->mpLeft) && !KRB_IS_RED(pRoot->mpRight))… in KRB_FN()
69 return cLeft + !KRB_IS_RED(pRoot); in KRB_FN()
83 KRB_DECL(KBOOL) KRB_FN(Assert)(KRBROOT *pRoot) in KRB_FN()
91 KRB_READ_LOCK(pRoot); in KRB_FN()
92 if (pRoot->mpRoot == KRB_NULL) in KRB_FN()
94 KRB_READ_UNLOCK(pRoot); in KRB_FN()
103 if (pRoot->maLookthru[i] != KRB_NULL) in KRB_FN()
[all …]
H A DkRbBase.h313 pRoot->mpRoot = KRB_NULL; in KRB_FN()
343 pNewRoot->mLeft = pRoot; in KAVL_FN()
345 pRoot->mfIsRed = 1; in KAVL_FN()
373 pNewRoot->mRight = pRoot; in KAVL_FN()
375 pRoot->mfIsRed = 1; in KAVL_FN()
402 pRoot->mRight = KAVL_FN(RotateRight)(pRoot->mRight); in KAVL_FN()
428 pRoot->mLeft = KAVL_FN(RotateLeft)(pRoot->mLeft); in KAVL_FN()
453 KRB_WRITE_LOCK(pRoot); in KRB_FN()
498 KRB_WRITE_UNLOCK(pRoot); in KRB_FN()
548 KRB_WRITE_LOCK(pRoot); in KRB_FN()
[all …]
/dports/devel/kBuild/kBuild-0.1.9998/src/kmk/kmkbuiltin/
H A DkDepIDB.c270 if (pRoot) in Pdb70AllocAndReadRoot()
276 free(pRoot); in Pdb70AllocAndReadRoot()
278 if (pRoot) in Pdb70AllocAndReadRoot()
312 paiPageMap = (PPDB70PAGE)&pRoot->aStreams[pRoot->cStreams]; in Pdb70AllocAndReadStream()
339 if (!pRoot) in Pdb70Process()
421 free(pRoot); in Pdb70Process()
537 if (pRoot) in Pdb20AllocAndReadRoot()
543 if (pRoot) in Pdb20AllocAndReadRoot()
574 paiPageMap = (PPDB20PAGE)&pRoot->aStreams[pRoot->cStreams]; in Pdb20AllocAndReadStream()
597 if (!pRoot) in Pdb20Process()
[all …]
/dports/devel/liblogging/liblogging-1.0.6/rfc3195/src/
H A Dnamevaluetree.c704 if(pRoot->pLast == NULL) in sbNVTAddEntry()
706 pRoot->pLast = pRoot->pFirst = pThis; in sbNVTAddEntry()
714 pRoot->pLast = pThis; in sbNVTAddEntry()
738 if(pRoot->pFirst == NULL) in sbNVTUnlinkElement()
741 pThis = pRoot->pFirst; in sbNVTUnlinkElement()
743 if(pRoot->pFirst == NULL) in sbNVTUnlinkElement()
744 pRoot->pLast = NULL; in sbNVTUnlinkElement()
995 if(pRoot->pParent != NULL) in sbNVTRUnlinkFromParent()
1009 pRoot->pLast = NULL; in sbNVTEUnlinkFromList()
1015 pRoot->pLast = pPrev; in sbNVTEUnlinkFromList()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/idlc/source/
H A Didlc.cxx104 AstModule* pParentScope = pRoot; in predefineXInterface()
151 if ( !pRoot ) in initializePredefinedTypes()
155 pRoot->addDeclaration(pPredefined); in initializePredefinedTypes()
158 pRoot->addDeclaration(pPredefined); in initializePredefinedTypes()
161 pRoot->addDeclaration(pPredefined); in initializePredefinedTypes()
164 pRoot->addDeclaration(pPredefined); in initializePredefinedTypes()
167 pRoot->addDeclaration(pPredefined); in initializePredefinedTypes()
170 pRoot->addDeclaration(pPredefined); in initializePredefinedTypes()
173 pRoot->addDeclaration(pPredefined); in initializePredefinedTypes()
176 pRoot->addDeclaration(pPredefined); in initializePredefinedTypes()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/idlc/source/
H A Didlc.cxx104 AstModule* pParentScope = pRoot; in predefineXInterface()
151 if ( pRoot ) in initializePredefinedTypes()
154 pRoot->addDeclaration(pPredefined); in initializePredefinedTypes()
157 pRoot->addDeclaration(pPredefined); in initializePredefinedTypes()
160 pRoot->addDeclaration(pPredefined); in initializePredefinedTypes()
163 pRoot->addDeclaration(pPredefined); in initializePredefinedTypes()
166 pRoot->addDeclaration(pPredefined); in initializePredefinedTypes()
169 pRoot->addDeclaration(pPredefined); in initializePredefinedTypes()
172 pRoot->addDeclaration(pPredefined); in initializePredefinedTypes()
175 pRoot->addDeclaration(pPredefined); in initializePredefinedTypes()
[all …]
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-common/src/test/java/org/apache/hadoop/mapreduce/v2/jobhistory/
H A DTestJobHistoryUtils.java52 clearDir(fc, pRoot); in testGetHistoryDirsForCleaning()
53 Path pId00 = createPath(fc, pRoot, year, month, day, "000000"); in testGetHistoryDirsForCleaning()
54 Path pId01 = createPath(fc, pRoot, year, month, day+1, "000001"); in testGetHistoryDirsForCleaning()
55 Path pId02 = createPath(fc, pRoot, year, month, day-1, "000002"); in testGetHistoryDirsForCleaning()
56 Path pId03 = createPath(fc, pRoot, year, month+1, day, "000003"); in testGetHistoryDirsForCleaning()
57 Path pId04 = createPath(fc, pRoot, year, month+1, day+1, "000004"); in testGetHistoryDirsForCleaning()
58 Path pId05 = createPath(fc, pRoot, year, month+1, day-1, "000005"); in testGetHistoryDirsForCleaning()
59 Path pId06 = createPath(fc, pRoot, year, month-1, day, "000006"); in testGetHistoryDirsForCleaning()
62 Path pId09 = createPath(fc, pRoot, year+1, month, day, "000009"); in testGetHistoryDirsForCleaning()
71 Path pId18 = createPath(fc, pRoot, year-1, month, day, "000018"); in testGetHistoryDirsForCleaning()
[all …]
/dports/databases/db5/db-5.3.28/lang/sql/sqlite/src/
H A Dtest_vfstrace.c544 rc = pRoot->xDelete(pRoot, zPath, dirSync); in vfstraceDelete()
599 return pRoot->xDlOpen(pRoot, zPath); in vfstraceDlOpen()
611 pRoot->xDlError(pRoot, nByte, zErrMsg); in vfstraceDlError()
622 return pRoot->xDlSym(pRoot, p, zSym); in vfstraceDlSym()
632 pRoot->xDlClose(pRoot, pHandle); in vfstraceDlClose()
643 return pRoot->xRandomness(pRoot, nByte, zBufOut); in vfstraceRandomness()
653 return pRoot->xSleep(pRoot, nMicro); in vfstraceSleep()
662 return pRoot->xCurrentTime(pRoot, pTimeOut); in vfstraceCurrentTime()
676 return pRoot->xGetLastError(pRoot, iErr, zErr); in vfstraceGetLastError()
697 return pRoot->xGetSystemCall(pRoot, zName); in vfstraceGetSystemCall()
[all …]
/dports/math/stp/stp-2.3.3/lib/extlib-abc/aig/aig/
H A DaigWin.c165 assert( !Aig_IsComplement(pRoot) ); in Aig_ManFindCut()
166 assert( Aig_ObjIsNode(pRoot) ); in Aig_ManFindCut()
167 assert( Aig_ObjChild0(pRoot) ); in Aig_ManFindCut()
168 assert( Aig_ObjChild1(pRoot) ); in Aig_ManFindCut()
177 Vec_PtrPush( vVisited, pRoot ); in Aig_ManFindCut()
182 assert( !pRoot->fMarkA ); in Aig_ManFindCut()
183 assert( !Aig_ObjFanin0(pRoot)->fMarkA ); in Aig_ManFindCut()
184 assert( !Aig_ObjFanin1(pRoot)->fMarkA ); in Aig_ManFindCut()
185 pRoot->fMarkA = 1; in Aig_ManFindCut()
186 Aig_ObjFanin0(pRoot)->fMarkA = 1; in Aig_ManFindCut()
[all …]
/dports/cad/abc/abc-a4518e6f833885c905964f1233d11e5b941ec24c/src/aig/aig/
H A DaigWin.c150 assert( !Aig_IsComplement(pRoot) ); in Aig_ManFindCut()
151 assert( Aig_ObjIsNode(pRoot) ); in Aig_ManFindCut()
152 assert( Aig_ObjChild0(pRoot) ); in Aig_ManFindCut()
153 assert( Aig_ObjChild1(pRoot) ); in Aig_ManFindCut()
162 Vec_PtrPush( vVisited, pRoot ); in Aig_ManFindCut()
167 assert( !pRoot->fMarkA ); in Aig_ManFindCut()
168 assert( !Aig_ObjFanin0(pRoot)->fMarkA ); in Aig_ManFindCut()
169 assert( !Aig_ObjFanin1(pRoot)->fMarkA ); in Aig_ManFindCut()
170 pRoot->fMarkA = 1; in Aig_ManFindCut()
171 Aig_ObjFanin0(pRoot)->fMarkA = 1; in Aig_ManFindCut()
[all …]
/dports/databases/sqlite3/sqlite-src-3350500/src/
H A Dtest_vfstrace.c663 rc = pRoot->xDelete(pRoot, zPath, dirSync); in vfstraceDelete()
718 return pRoot->xDlOpen(pRoot, zPath); in vfstraceDlOpen()
730 pRoot->xDlError(pRoot, nByte, zErrMsg); in vfstraceDlError()
741 return pRoot->xDlSym(pRoot, p, zSym); in vfstraceDlSym()
751 pRoot->xDlClose(pRoot, pHandle); in vfstraceDlClose()
762 return pRoot->xRandomness(pRoot, nByte, zBufOut); in vfstraceRandomness()
772 return pRoot->xSleep(pRoot, nMicro); in vfstraceSleep()
781 return pRoot->xCurrentTime(pRoot, pTimeOut); in vfstraceCurrentTime()
795 return pRoot->xGetLastError(pRoot, iErr, zErr); in vfstraceGetLastError()
816 return pRoot->xGetSystemCall(pRoot, zName); in vfstraceGetSystemCall()
[all …]
/dports/databases/sqlcipher/sqlcipher-3.4.2/src/
H A Dtest_vfstrace.c663 rc = pRoot->xDelete(pRoot, zPath, dirSync); in vfstraceDelete()
718 return pRoot->xDlOpen(pRoot, zPath); in vfstraceDlOpen()
730 pRoot->xDlError(pRoot, nByte, zErrMsg); in vfstraceDlError()
741 return pRoot->xDlSym(pRoot, p, zSym); in vfstraceDlSym()
751 pRoot->xDlClose(pRoot, pHandle); in vfstraceDlClose()
762 return pRoot->xRandomness(pRoot, nByte, zBufOut); in vfstraceRandomness()
772 return pRoot->xSleep(pRoot, nMicro); in vfstraceSleep()
781 return pRoot->xCurrentTime(pRoot, pTimeOut); in vfstraceCurrentTime()
795 return pRoot->xGetLastError(pRoot, iErr, zErr); in vfstraceGetLastError()
816 return pRoot->xGetSystemCall(pRoot, zName); in vfstraceGetSystemCall()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/src/
H A Dtest_vfstrace.c663 rc = pRoot->xDelete(pRoot, zPath, dirSync); in vfstraceDelete()
718 return pRoot->xDlOpen(pRoot, zPath); in vfstraceDlOpen()
730 pRoot->xDlError(pRoot, nByte, zErrMsg); in vfstraceDlError()
741 return pRoot->xDlSym(pRoot, p, zSym); in vfstraceDlSym()
751 pRoot->xDlClose(pRoot, pHandle); in vfstraceDlClose()
762 return pRoot->xRandomness(pRoot, nByte, zBufOut); in vfstraceRandomness()
772 return pRoot->xSleep(pRoot, nMicro); in vfstraceSleep()
781 return pRoot->xCurrentTime(pRoot, pTimeOut); in vfstraceCurrentTime()
795 return pRoot->xGetLastError(pRoot, iErr, zErr); in vfstraceGetLastError()
816 return pRoot->xGetSystemCall(pRoot, zName); in vfstraceGetSystemCall()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/src/
H A Dtest_vfstrace.c663 rc = pRoot->xDelete(pRoot, zPath, dirSync); in vfstraceDelete()
718 return pRoot->xDlOpen(pRoot, zPath); in vfstraceDlOpen()
730 pRoot->xDlError(pRoot, nByte, zErrMsg); in vfstraceDlError()
741 return pRoot->xDlSym(pRoot, p, zSym); in vfstraceDlSym()
751 pRoot->xDlClose(pRoot, pHandle); in vfstraceDlClose()
762 return pRoot->xRandomness(pRoot, nByte, zBufOut); in vfstraceRandomness()
772 return pRoot->xSleep(pRoot, nMicro); in vfstraceSleep()
781 return pRoot->xCurrentTime(pRoot, pTimeOut); in vfstraceCurrentTime()
795 return pRoot->xGetLastError(pRoot, iErr, zErr); in vfstraceGetLastError()
816 return pRoot->xGetSystemCall(pRoot, zName); in vfstraceGetSystemCall()
[all …]

12345678910>>...45