Home
last modified time | relevance | path

Searched refs:dlOut (Results 1 – 12 of 12) sorted by relevance

/dports/java/bouncycastle15/crypto-169/core/src/main/java/org/bouncycastle/asn1/
H A DDLSequence.java93 ASN1OutputStream dlOut = out.getDLSubStream(); in encode() local
102 dlOut.writePrimitive(elements[i].toASN1Primitive(), true); in encode()
122 dlOut.writePrimitive(dlObjects[i], true); in encode()
H A DDLSet.java135 ASN1OutputStream dlOut = out.getDLSubStream(); in encode() local
144 dlOut.writePrimitive(elements[i].toASN1Primitive(), true); in encode()
164 dlOut.writePrimitive(dlObjects[i], true); in encode()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/db/query/
H A Dplan_executor.cpp409 PlanExecutor::ExecState PlanExecutor::getNext(BSONObj* objOut, RecordId* dlOut) { in getNext() argument
411 ExecState state = getNextImpl(objOut ? &snapshotted : NULL, dlOut); in getNext()
421 RecordId* dlOut) { in getNextSnapshotted() argument
424 return getNextImpl(objOut, dlOut); in getNextSnapshotted()
501 PlanExecutor::ExecState PlanExecutor::getNextImpl(Snapshotted<BSONObj>* objOut, RecordId* dlOut) { in getNextImpl() argument
523 invariant(objOut && !dlOut); in getNextImpl()
595 if (NULL != dlOut) { in getNextImpl()
597 *dlOut = member->recordId; in getNextImpl()
H A Dplan_executor.h344 ExecState getNextSnapshotted(Snapshotted<BSONObj>* objOut, RecordId* dlOut);
346 ExecState getNext(BSONObj* objOut, RecordId* dlOut);
494 ExecState getNextImpl(Snapshotted<BSONObj>* objOut, RecordId* dlOut);
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/columnstore/columnstore/dbcon/joblist/
H A Dtdriver-function.cpp1007 spdlOut->strDataList(dlOut); in testDateFunctions()
1027 dlOut->endOfInput(); in testDateFunctions()
1029 int id0 = dlOut->getIterator(); in testDateFunctions()
1040 dlOut->next(id0, &el0); in testDateFunctions()
1053 spdlOut->strDataList(dlOut); in testDateFunctions()
1070 dlOut->endOfInput(); in testDateFunctions()
1080 dlOut->next(id0, &el0); in testDateFunctions()
1135 spdlOut->doubleDL(dlOut); in testToNumFunctions()
1155 dlOut->endOfInput(); in testToNumFunctions()
1159 int id0 = dlOut->getIterator(); in testToNumFunctions()
[all …]
H A Dorderby-tests.cpp269 joblist::RowGroupDL* dlOut = new RowGroupDL(1, numberOfRGs); in orderByTest_nRGs() local
270 dlOut->OID(oid); in orderByTest_nRGs()
271 spdlOut->rowGroupDL(dlOut); in orderByTest_nRGs()
H A Dwindowfunctionstep.cpp577 RowGroupDL* dlOut = new RowGroupDL(1, jobInfo.fifoSize); in makeWindowFunctionStep() local
578 dlOut->OID(CNX_VTABLE_ID); in makeWindowFunctionStep()
579 spdlOut->rowGroupDL(dlOut); in makeWindowFunctionStep()
H A Djlf_tuplejoblist.cpp473 RowGroupDL* dlOut = new RowGroupDL(1, jobInfo.fifoSize); in adjustLastStep() local
474 dlOut->OID(CNX_VTABLE_ID); in adjustLastStep()
475 spdlOut->rowGroupDL(dlOut); in adjustLastStep()
545 RowGroupDL* dlOut = new RowGroupDL(1, jobInfo.fifoSize); in adjustLastStep() local
546 dlOut->OID(CNX_VTABLE_ID); in adjustLastStep()
547 spdlOut->rowGroupDL(dlOut); in adjustLastStep()
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/columnstore/columnstore/dbcon/joblist/
H A Dtdriver-function.cpp1007 spdlOut->strDataList(dlOut); in testDateFunctions()
1027 dlOut->endOfInput(); in testDateFunctions()
1029 int id0 = dlOut->getIterator(); in testDateFunctions()
1040 dlOut->next(id0, &el0); in testDateFunctions()
1053 spdlOut->strDataList(dlOut); in testDateFunctions()
1070 dlOut->endOfInput(); in testDateFunctions()
1080 dlOut->next(id0, &el0); in testDateFunctions()
1135 spdlOut->doubleDL(dlOut); in testToNumFunctions()
1155 dlOut->endOfInput(); in testToNumFunctions()
1159 int id0 = dlOut->getIterator(); in testToNumFunctions()
[all …]
H A Dorderby-tests.cpp269 joblist::RowGroupDL* dlOut = new RowGroupDL(1, numberOfRGs); in orderByTest_nRGs() local
270 dlOut->OID(oid); in orderByTest_nRGs()
271 spdlOut->rowGroupDL(dlOut); in orderByTest_nRGs()
H A Dwindowfunctionstep.cpp577 RowGroupDL* dlOut = new RowGroupDL(1, jobInfo.fifoSize); in makeWindowFunctionStep() local
578 dlOut->OID(CNX_VTABLE_ID); in makeWindowFunctionStep()
579 spdlOut->rowGroupDL(dlOut); in makeWindowFunctionStep()
H A Djlf_tuplejoblist.cpp473 RowGroupDL* dlOut = new RowGroupDL(1, jobInfo.fifoSize); in adjustLastStep() local
474 dlOut->OID(CNX_VTABLE_ID); in adjustLastStep()
475 spdlOut->rowGroupDL(dlOut); in adjustLastStep()
545 RowGroupDL* dlOut = new RowGroupDL(1, jobInfo.fifoSize); in adjustLastStep() local
546 dlOut->OID(CNX_VTABLE_ID); in adjustLastStep()
547 spdlOut->rowGroupDL(dlOut); in adjustLastStep()