Home
last modified time | relevance | path

Searched refs:rowsProcessed (Results 1 – 25 of 47) sorted by relevance

12

/dports/databases/mariadb105-client/mariadb-10.5.15/storage/columnstore/columnstore/dbcon/dmlpackageproc/
H A Dupdatepackageprocessor.cpp278 uint64_t rowsProcessed = 0; in processPackage() local
282 rowsProcessed = fixUpRows(cpackage, result, uniqueId, roPair.objnum); in processPackage()
292 result.rowCount = rowsProcessed; in processPackage()
435 uint64_t rowsProcessed = 0; in fixUpRows() local
486 return rowsProcessed; in fixUpRows()
501 return rowsProcessed; in fixUpRows()
634 rowsProcessed += rowGroup->getRowCount(); in fixUpRows()
682 return rowsProcessed; in fixUpRows()
699 return rowsProcessed; in fixUpRows()
715 return rowsProcessed; in fixUpRows()
[all …]
H A Ddeletepackageprocessor.cpp251 uint64_t rowsProcessed = 0; in processPackage() local
253 rowsProcessed = fixUpRows(cpackage, result, uniqueId, roPair.objnum); in processPackage()
262 result.rowCount = rowsProcessed; in processPackage()
378 uint64_t rowsProcessed = 0; in fixUpRows() local
550 rowsProcessed += rowGroup->getRowCount(); in fixUpRows()
598 return rowsProcessed; in fixUpRows()
614 return rowsProcessed; in fixUpRows()
630 return rowsProcessed; in fixUpRows()
633 return rowsProcessed; in fixUpRows()
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/columnstore/columnstore/dbcon/dmlpackageproc/
H A Dupdatepackageprocessor.cpp278 uint64_t rowsProcessed = 0; in processPackage() local
282 rowsProcessed = fixUpRows(cpackage, result, uniqueId, roPair.objnum); in processPackage()
292 result.rowCount = rowsProcessed; in processPackage()
435 uint64_t rowsProcessed = 0; in fixUpRows() local
486 return rowsProcessed; in fixUpRows()
501 return rowsProcessed; in fixUpRows()
634 rowsProcessed += rowGroup->getRowCount(); in fixUpRows()
682 return rowsProcessed; in fixUpRows()
699 return rowsProcessed; in fixUpRows()
715 return rowsProcessed; in fixUpRows()
[all …]
H A Ddeletepackageprocessor.cpp251 uint64_t rowsProcessed = 0; in processPackage() local
253 rowsProcessed = fixUpRows(cpackage, result, uniqueId, roPair.objnum); in processPackage()
262 result.rowCount = rowsProcessed; in processPackage()
378 uint64_t rowsProcessed = 0; in fixUpRows() local
550 rowsProcessed += rowGroup->getRowCount(); in fixUpRows()
598 return rowsProcessed; in fixUpRows()
614 return rowsProcessed; in fixUpRows()
630 return rowsProcessed; in fixUpRows()
633 return rowsProcessed; in fixUpRows()
/dports/net/ssvnc/ssvnc-1.0.29/vnc_unixsrc/vncviewer/
H A Dtight.c97 int bufferSize, rowSize, numRows, portionLen, rowsProcessed, extraBytes; in HandleTightBPP() local
249 rowsProcessed = 0; in HandleTightBPP()
290 CopyDataToScreen(buffer2, rx, ry + rowsProcessed, rw, numRows); in HandleTightBPP()
291 rowsProcessed += numRows; in HandleTightBPP()
296 if (rowsProcessed != rh) { in HandleTightBPP()
/dports/net/tightvnc/vnc_unixsrc/vncviewer/
H A Dtight.c97 int bufferSize, rowSize, numRows, portionLen, rowsProcessed, extraBytes; in HandleTightBPP() local
242 rowsProcessed = 0; in HandleTightBPP()
283 CopyDataToScreen(buffer2, rx, ry + rowsProcessed, rw, numRows); in HandleTightBPP()
284 rowsProcessed += numRows; in HandleTightBPP()
289 if (rowsProcessed != rh) { in HandleTightBPP()
/dports/net/libvncserver/libvncserver-LibVNCServer-0.9.13/libvncclient/
H A Dtight.c105 int bufferSize, rowSize, numRows, portionLen, rowsProcessed, extraBytes; in HandleTightBPP() local
261 rowsProcessed = 0; in HandleTightBPP()
296 filterFn(client, rx, ry+rowsProcessed, numRows); in HandleTightBPP()
302 rowsProcessed += numRows; in HandleTightBPP()
307 if (rowsProcessed != rh) { in HandleTightBPP()
/dports/www/matomo/piwik/plugins/Actions/
H A DArchivingHelper.php43 $rowsProcessed = 0;
182 $rowsProcessed++;
187 return $rowsProcessed;
/dports/databases/pg_citus/citus-10.2.3/src/backend/distributed/executor/
H A Dadaptive_executor.c283 uint64 rowsProcessed; member
856 executorState->es_processed = execution->rowsProcessed; in AdaptiveExecutor()
899 uint64 rowsProcessed = ExecuteLocalTaskListExtended(execution->localTaskList, in RunLocalExecution() local
905 execution->rowsProcessed += rowsProcessed; in RunLocalExecution()
1053 return execution->rowsProcessed + locallyProcessedRows; in ExecuteTaskListExtended()
1110 execution->rowsProcessed = 0; in CreateDistributedExecution()
4235 uint32 rowsProcessed = 0; in ReceiveResults() local
4256 execution->rowsProcessed += currentAffectedTupleCount; in ReceiveResults()
4306 rowsProcessed = PQntuples(result); in ReceiveResults()
4352 for (uint32 rowIndex = 0; rowIndex < rowsProcessed; rowIndex++) in ReceiveResults()
[all …]
/dports/databases/qt5-sqldrivers-sqlite2/kde-qtbase-5.15.2p263/src/widgets/itemviews/
H A Dqtableview.cpp2416 int rowsProcessed = 0; in sizeHintForColumn() local
2426 ++rowsProcessed; in sizeHintForColumn()
2427 if (rowsProcessed == maximumProcessRows) in sizeHintForColumn()
2436 rowsProcessed = 0; // skip the while loop in sizeHintForColumn()
2438 while (rowsProcessed != maximumProcessRows && (idxTop > 0 || idxBottom < actualBottom)) { in sizeHintForColumn()
2441 if ((rowsProcessed % 2 && idxTop > 0) || idxBottom == actualBottom) { in sizeHintForColumn()
2465 ++rowsProcessed; in sizeHintForColumn()
/dports/databases/qt5-sqldrivers-tds/kde-qtbase-5.15.2p263/src/widgets/itemviews/
H A Dqtableview.cpp2416 int rowsProcessed = 0; in sizeHintForColumn() local
2426 ++rowsProcessed; in sizeHintForColumn()
2427 if (rowsProcessed == maximumProcessRows) in sizeHintForColumn()
2436 rowsProcessed = 0; // skip the while loop in sizeHintForColumn()
2438 while (rowsProcessed != maximumProcessRows && (idxTop > 0 || idxBottom < actualBottom)) { in sizeHintForColumn()
2441 if ((rowsProcessed % 2 && idxTop > 0) || idxBottom == actualBottom) { in sizeHintForColumn()
2465 ++rowsProcessed; in sizeHintForColumn()
/dports/databases/qt5-sqldrivers-sqlite3/kde-qtbase-5.15.2p263/src/widgets/itemviews/
H A Dqtableview.cpp2416 int rowsProcessed = 0; in sizeHintForColumn() local
2426 ++rowsProcessed; in sizeHintForColumn()
2427 if (rowsProcessed == maximumProcessRows) in sizeHintForColumn()
2436 rowsProcessed = 0; // skip the while loop in sizeHintForColumn()
2438 while (rowsProcessed != maximumProcessRows && (idxTop > 0 || idxBottom < actualBottom)) { in sizeHintForColumn()
2441 if ((rowsProcessed % 2 && idxTop > 0) || idxBottom == actualBottom) { in sizeHintForColumn()
2465 ++rowsProcessed; in sizeHintForColumn()
/dports/textproc/qt5-xml/kde-qtbase-5.15.2p263/src/widgets/itemviews/
H A Dqtableview.cpp2416 int rowsProcessed = 0; in sizeHintForColumn() local
2426 ++rowsProcessed; in sizeHintForColumn()
2427 if (rowsProcessed == maximumProcessRows) in sizeHintForColumn()
2436 rowsProcessed = 0; // skip the while loop in sizeHintForColumn()
2438 while (rowsProcessed != maximumProcessRows && (idxTop > 0 || idxBottom < actualBottom)) { in sizeHintForColumn()
2441 if ((rowsProcessed % 2 && idxTop > 0) || idxBottom == actualBottom) { in sizeHintForColumn()
2465 ++rowsProcessed; in sizeHintForColumn()
/dports/databases/qt5-sqldrivers-mysql/kde-qtbase-5.15.2p263/src/widgets/itemviews/
H A Dqtableview.cpp2416 int rowsProcessed = 0; in sizeHintForColumn() local
2426 ++rowsProcessed; in sizeHintForColumn()
2427 if (rowsProcessed == maximumProcessRows) in sizeHintForColumn()
2436 rowsProcessed = 0; // skip the while loop in sizeHintForColumn()
2438 while (rowsProcessed != maximumProcessRows && (idxTop > 0 || idxBottom < actualBottom)) { in sizeHintForColumn()
2441 if ((rowsProcessed % 2 && idxTop > 0) || idxBottom == actualBottom) { in sizeHintForColumn()
2465 ++rowsProcessed; in sizeHintForColumn()
/dports/databases/qt5-sqldrivers-ibase/kde-qtbase-5.15.2p263/src/widgets/itemviews/
H A Dqtableview.cpp2416 int rowsProcessed = 0; in sizeHintForColumn() local
2426 ++rowsProcessed; in sizeHintForColumn()
2427 if (rowsProcessed == maximumProcessRows) in sizeHintForColumn()
2436 rowsProcessed = 0; // skip the while loop in sizeHintForColumn()
2438 while (rowsProcessed != maximumProcessRows && (idxTop > 0 || idxBottom < actualBottom)) { in sizeHintForColumn()
2441 if ((rowsProcessed % 2 && idxTop > 0) || idxBottom == actualBottom) { in sizeHintForColumn()
2465 ++rowsProcessed; in sizeHintForColumn()
/dports/databases/qt5-sql/kde-qtbase-5.15.2p263/src/widgets/itemviews/
H A Dqtableview.cpp2416 int rowsProcessed = 0; in sizeHintForColumn() local
2426 ++rowsProcessed; in sizeHintForColumn()
2427 if (rowsProcessed == maximumProcessRows) in sizeHintForColumn()
2436 rowsProcessed = 0; // skip the while loop in sizeHintForColumn()
2438 while (rowsProcessed != maximumProcessRows && (idxTop > 0 || idxBottom < actualBottom)) { in sizeHintForColumn()
2441 if ((rowsProcessed % 2 && idxTop > 0) || idxBottom == actualBottom) { in sizeHintForColumn()
2465 ++rowsProcessed; in sizeHintForColumn()
/dports/databases/qt5-sqldrivers-odbc/kde-qtbase-5.15.2p263/src/widgets/itemviews/
H A Dqtableview.cpp2416 int rowsProcessed = 0; in sizeHintForColumn() local
2426 ++rowsProcessed; in sizeHintForColumn()
2427 if (rowsProcessed == maximumProcessRows) in sizeHintForColumn()
2436 rowsProcessed = 0; // skip the while loop in sizeHintForColumn()
2438 while (rowsProcessed != maximumProcessRows && (idxTop > 0 || idxBottom < actualBottom)) { in sizeHintForColumn()
2441 if ((rowsProcessed % 2 && idxTop > 0) || idxBottom == actualBottom) { in sizeHintForColumn()
2465 ++rowsProcessed; in sizeHintForColumn()
/dports/databases/qt5-sqldrivers-pgsql/kde-qtbase-5.15.2p263/src/widgets/itemviews/
H A Dqtableview.cpp2416 int rowsProcessed = 0; in sizeHintForColumn() local
2426 ++rowsProcessed; in sizeHintForColumn()
2427 if (rowsProcessed == maximumProcessRows) in sizeHintForColumn()
2436 rowsProcessed = 0; // skip the while loop in sizeHintForColumn()
2438 while (rowsProcessed != maximumProcessRows && (idxTop > 0 || idxBottom < actualBottom)) { in sizeHintForColumn()
2441 if ((rowsProcessed % 2 && idxTop > 0) || idxBottom == actualBottom) { in sizeHintForColumn()
2465 ++rowsProcessed; in sizeHintForColumn()
/dports/net/qt5-network/kde-qtbase-5.15.2p263/src/widgets/itemviews/
H A Dqtableview.cpp2416 int rowsProcessed = 0; in sizeHintForColumn() local
2426 ++rowsProcessed; in sizeHintForColumn()
2427 if (rowsProcessed == maximumProcessRows) in sizeHintForColumn()
2436 rowsProcessed = 0; // skip the while loop in sizeHintForColumn()
2438 while (rowsProcessed != maximumProcessRows && (idxTop > 0 || idxBottom < actualBottom)) { in sizeHintForColumn()
2441 if ((rowsProcessed % 2 && idxTop > 0) || idxBottom == actualBottom) { in sizeHintForColumn()
2465 ++rowsProcessed; in sizeHintForColumn()
/dports/x11-toolkits/qt5-widgets/kde-qtbase-5.15.2p263/src/widgets/itemviews/
H A Dqtableview.cpp2416 int rowsProcessed = 0; in sizeHintForColumn() local
2426 ++rowsProcessed; in sizeHintForColumn()
2427 if (rowsProcessed == maximumProcessRows) in sizeHintForColumn()
2436 rowsProcessed = 0; // skip the while loop in sizeHintForColumn()
2438 while (rowsProcessed != maximumProcessRows && (idxTop > 0 || idxBottom < actualBottom)) { in sizeHintForColumn()
2441 if ((rowsProcessed % 2 && idxTop > 0) || idxBottom == actualBottom) { in sizeHintForColumn()
2465 ++rowsProcessed; in sizeHintForColumn()
/dports/x11-toolkits/qt5-gui/kde-qtbase-5.15.2p263/src/widgets/itemviews/
H A Dqtableview.cpp2416 int rowsProcessed = 0; in sizeHintForColumn() local
2426 ++rowsProcessed; in sizeHintForColumn()
2427 if (rowsProcessed == maximumProcessRows) in sizeHintForColumn()
2436 rowsProcessed = 0; // skip the while loop in sizeHintForColumn()
2438 while (rowsProcessed != maximumProcessRows && (idxTop > 0 || idxBottom < actualBottom)) { in sizeHintForColumn()
2441 if ((rowsProcessed % 2 && idxTop > 0) || idxBottom == actualBottom) { in sizeHintForColumn()
2465 ++rowsProcessed; in sizeHintForColumn()
/dports/devel/qt5-testlib/kde-qtbase-5.15.2p263/src/widgets/itemviews/
H A Dqtableview.cpp2416 int rowsProcessed = 0; in sizeHintForColumn() local
2426 ++rowsProcessed; in sizeHintForColumn()
2427 if (rowsProcessed == maximumProcessRows) in sizeHintForColumn()
2436 rowsProcessed = 0; // skip the while loop in sizeHintForColumn()
2438 while (rowsProcessed != maximumProcessRows && (idxTop > 0 || idxBottom < actualBottom)) { in sizeHintForColumn()
2441 if ((rowsProcessed % 2 && idxTop > 0) || idxBottom == actualBottom) { in sizeHintForColumn()
2465 ++rowsProcessed; in sizeHintForColumn()
/dports/devel/qt5-qmake/kde-qtbase-5.15.2p263/src/widgets/itemviews/
H A Dqtableview.cpp2416 int rowsProcessed = 0; in sizeHintForColumn() local
2426 ++rowsProcessed; in sizeHintForColumn()
2427 if (rowsProcessed == maximumProcessRows) in sizeHintForColumn()
2436 rowsProcessed = 0; // skip the while loop in sizeHintForColumn()
2438 while (rowsProcessed != maximumProcessRows && (idxTop > 0 || idxBottom < actualBottom)) { in sizeHintForColumn()
2441 if ((rowsProcessed % 2 && idxTop > 0) || idxBottom == actualBottom) { in sizeHintForColumn()
2465 ++rowsProcessed; in sizeHintForColumn()
/dports/devel/qt5-dbus/kde-qtbase-5.15.2p263/src/widgets/itemviews/
H A Dqtableview.cpp2416 int rowsProcessed = 0; in sizeHintForColumn() local
2426 ++rowsProcessed; in sizeHintForColumn()
2427 if (rowsProcessed == maximumProcessRows) in sizeHintForColumn()
2436 rowsProcessed = 0; // skip the while loop in sizeHintForColumn()
2438 while (rowsProcessed != maximumProcessRows && (idxTop > 0 || idxBottom < actualBottom)) { in sizeHintForColumn()
2441 if ((rowsProcessed % 2 && idxTop > 0) || idxBottom == actualBottom) { in sizeHintForColumn()
2465 ++rowsProcessed; in sizeHintForColumn()
/dports/devel/qt5-concurrent/kde-qtbase-5.15.2p263/src/widgets/itemviews/
H A Dqtableview.cpp2416 int rowsProcessed = 0; in sizeHintForColumn() local
2426 ++rowsProcessed; in sizeHintForColumn()
2427 if (rowsProcessed == maximumProcessRows) in sizeHintForColumn()
2436 rowsProcessed = 0; // skip the while loop in sizeHintForColumn()
2438 while (rowsProcessed != maximumProcessRows && (idxTop > 0 || idxBottom < actualBottom)) { in sizeHintForColumn()
2441 if ((rowsProcessed % 2 && idxTop > 0) || idxBottom == actualBottom) { in sizeHintForColumn()
2465 ++rowsProcessed; in sizeHintForColumn()

12