Home
last modified time | relevance | path

Searched refs:iSorterColumn (Results 1 – 25 of 173) sorted by relevance

1234567

/dports/databases/db5/db-5.3.28/lang/sql/sqlite/src/
H A Dexpr.c2290 pCol->iSorterColumn, target); in sqlite3ExprCodeTarget()
3574 pCol->iSorterColumn = -1; in analyzeAggregate()
3585 pCol->iSorterColumn = j; in analyzeAggregate()
3590 if( pCol->iSorterColumn<0 ){ in analyzeAggregate()
3591 pCol->iSorterColumn = pAggInfo->nSortingColumn++; in analyzeAggregate()
H A DsqliteInt.h1540 int iSorterColumn; /* Column number in the sorting index */ member
H A Dselect.c4076 if( sAggInfo.aCol[i].iSorterColumn>=j ){ in sqlite3Select()
4088 if( pCol->iSorterColumn>=j ){ in sqlite3Select()
/dports/databases/sqlcipher/sqlcipher-3.4.2/src/
H A Dexpr.c3479 pCol->iSorterColumn, target); in sqlite3ExprCodeTarget()
5051 pCol->iSorterColumn = -1; in analyzeAggregate()
5062 pCol->iSorterColumn = j; in analyzeAggregate()
5067 if( pCol->iSorterColumn<0 ){ in analyzeAggregate()
5068 pCol->iSorterColumn = pAggInfo->nSortingColumn++; in analyzeAggregate()
H A DsqliteInt.h2238 int iSorterColumn; /* Column number in the sorting index */ member
H A Dselect.c5712 if( sAggInfo.aCol[i].iSorterColumn>=j ){ in sqlite3Select()
5723 if( pCol->iSorterColumn>=j ){ in sqlite3Select()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/src/
H A Dexpr.c3787 pCol->iSorterColumn, target); in sqlite3ExprCodeTarget()
5737 pCol->iSorterColumn = -1; in analyzeAggregate()
5748 pCol->iSorterColumn = j; in analyzeAggregate()
5753 if( pCol->iSorterColumn<0 ){ in analyzeAggregate()
5754 pCol->iSorterColumn = pAggInfo->nSortingColumn++; in analyzeAggregate()
H A DsqliteInt.h2494 int iSorterColumn; /* Column number in the sorting index */ member
H A Dselect.c6478 if( sAggInfo.aCol[i].iSorterColumn>=j ){ in sqlite3Select()
6488 if( pCol->iSorterColumn>=j ){ in sqlite3Select()
/dports/databases/sqlite3/sqlite-src-3350500/src/
H A Dexpr.c3861 pCol->iSorterColumn, target); in sqlite3ExprCodeTarget()
5908 pCol->iSorterColumn = -1; in analyzeAggregate()
5919 pCol->iSorterColumn = j; in analyzeAggregate()
5924 if( pCol->iSorterColumn<0 ){ in analyzeAggregate()
5925 pCol->iSorterColumn = pAggInfo->nSortingColumn++; in analyzeAggregate()
H A DsqliteInt.h2598 i16 iSorterColumn; /* Column number in the sorting index */ member
H A Dselect.c6832 if( pAggInfo->aCol[i].iSorterColumn>=j ){ in sqlite3Select()
6842 if( pCol->iSorterColumn>=j ){ in sqlite3Select()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/src/
H A Dexpr.c3831 pCol->iSorterColumn, target); in sqlite3ExprCodeTarget()
5880 pCol->iSorterColumn = -1; in analyzeAggregate()
5891 pCol->iSorterColumn = j; in analyzeAggregate()
5896 if( pCol->iSorterColumn<0 ){ in analyzeAggregate()
5897 pCol->iSorterColumn = pAggInfo->nSortingColumn++; in analyzeAggregate()
H A DsqliteInt.h2539 i16 iSorterColumn; /* Column number in the sorting index */ member
H A Dselect.c6589 if( pAggInfo->aCol[i].iSorterColumn>=j ){ in sqlite3Select()
6599 if( pCol->iSorterColumn>=j ){ in sqlite3Select()
/dports/databases/db5/db-5.3.28/util/db_sql_codegen/sqlite/
H A DsqliteInt.h1077 int iSorterColumn; /* Column number in the sorting index */ member
/dports/security/vault/vault-1.8.2/vendor/github.com/apple/foundationdb/fdbserver/sqlite/
H A DsqliteInt.h1541 int iSorterColumn; /* Column number in the sorting index */
H A Dsqlite3.amalgamation.c3416 int iSorterColumn; /* Column number in the sorting index */ member
57683 pCol->iSorterColumn, target);
58967 pCol->iSorterColumn = -1;
58978 pCol->iSorterColumn = j;
58983 if( pCol->iSorterColumn<0 ){
58984 pCol->iSorterColumn = pAggInfo->nSortingColumn++;
78533 if( sAggInfo.aCol[i].iSorterColumn>=j ){
78545 if( pCol->iSorterColumn>=j ){
/dports/math/vtk6/VTK-6.2.0/ThirdParty/sqlite/vtksqlite/
H A Dvtk_sqlite3.c9015 int iSorterColumn; /* Column number in the sorting index */ member
62565 pCol->iSorterColumn, target);
63820 pCol->iSorterColumn = -1;
63831 pCol->iSorterColumn = j;
63836 if( pCol->iSorterColumn<0 ){
63837 pCol->iSorterColumn = pAggInfo->nSortingColumn++;
82928 if( sAggInfo.aCol[i].iSorterColumn>=j ){
82940 if( pCol->iSorterColumn>=j ){
/dports/devel/raknet/raknet-3.9.2_10,1/DependentExtensions/SQLite3Plugin/
H A Dsqlite3.c8666 int iSorterColumn; /* Column number in the sorting index */ member
59102 pCol->iSorterColumn, target);
60286 pCol->iSorterColumn = -1;
60297 pCol->iSorterColumn = j;
60302 if( pCol->iSorterColumn<0 ){
60303 pCol->iSorterColumn = pAggInfo->nSortingColumn++;
77586 if( sAggInfo.aCol[i].iSorterColumn>=j ){
77597 if( pCol->iSorterColumn>=j ){
/dports/databases/db5/db-5.3.28/lang/sql/generated/
H A Dsqlite3.c9641 int iSorterColumn; /* Column number in the sorting index */ member
64096 pCol->iSorterColumn, target);
65380 pCol->iSorterColumn = -1;
65391 pCol->iSorterColumn = j;
65396 if( pCol->iSorterColumn<0 ){
65397 pCol->iSorterColumn = pAggInfo->nSortingColumn++;
85079 if( sAggInfo.aCol[i].iSorterColumn>=j ){
85091 if( pCol->iSorterColumn>=j ){
/dports/games/pokerth/pokerth-1.1.2-rc/src/third_party/sqlite3/
H A Dsqlite3.c10450 int iSorterColumn; /* Column number in the sorting index */ member
76700 pCol->iSorterColumn, target);
78240 pCol->iSorterColumn = -1;
78251 pCol->iSorterColumn = j;
78256 if( pCol->iSorterColumn<0 ){
78257 pCol->iSorterColumn = pAggInfo->nSortingColumn++;
98715 if( sAggInfo.aCol[i].iSorterColumn>=j ){
98727 if( pCol->iSorterColumn>=j ){
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/sqlite/
H A Dsqlite3.c10155 int iSorterColumn; /* Column number in the sorting index */ member
73544 pCol->iSorterColumn, target);
74830 pCol->iSorterColumn = -1;
74841 pCol->iSorterColumn = j;
74846 if( pCol->iSorterColumn<0 ){
74847 pCol->iSorterColumn = pAggInfo->nSortingColumn++;
94578 if( sAggInfo.aCol[i].iSorterColumn>=j ){
94590 if( pCol->iSorterColumn>=j ){
/dports/devel/emscripten/emscripten-2.0.3/tests/third_party/sqlite/
H A Dsqlite3.c10148 int iSorterColumn; /* Column number in the sorting index */ member
73508 pCol->iSorterColumn, target);
74794 pCol->iSorterColumn = -1;
74805 pCol->iSorterColumn = j;
74810 if( pCol->iSorterColumn<0 ){
74811 pCol->iSorterColumn = pAggInfo->nSortingColumn++;
94542 if( sAggInfo.aCol[i].iSorterColumn>=j ){
94554 if( pCol->iSorterColumn>=j ){
/dports/irc/ircd-ratbox-devel/ircd-ratbox-3.0.7/bandb/sqlite3/
H A Dsqlite3.c10189 int iSorterColumn; /* Column number in the sorting index */ member
75305 pCol->iSorterColumn, target);
76591 pCol->iSorterColumn = -1;
76602 pCol->iSorterColumn = j;
76607 if( pCol->iSorterColumn<0 ){
76608 pCol->iSorterColumn = pAggInfo->nSortingColumn++;
96532 if( sAggInfo.aCol[i].iSorterColumn>=j ){
96544 if( pCol->iSorterColumn>=j ){

1234567