Home
last modified time | relevance | path

Searched refs:pIdxOrderBy (Results 1 – 25 of 163) sorted by relevance

1234567

/dports/databases/db5/db-5.3.28/lang/sql/sqlite/src/
H A Dwhere.c1961 struct sqlite3_index_orderby *pIdxOrderBy; in allocateIndexInfo() local
1999 + sizeof(*pIdxOrderBy)*nOrderBy ); in allocateIndexInfo()
2012 pIdxOrderBy = (struct sqlite3_index_orderby*)&pIdxCons[nTerm]; in allocateIndexInfo()
2013 pUsage = (struct sqlite3_index_constraint_usage*)&pIdxOrderBy[nOrderBy]; in allocateIndexInfo()
2017 *(struct sqlite3_index_orderby**)&pIdxInfo->aOrderBy = pIdxOrderBy; in allocateIndexInfo()
2044 pIdxOrderBy[i].iColumn = pExpr->iColumn; in allocateIndexInfo()
2045 pIdxOrderBy[i].desc = pOrderBy->a[i].sortOrder; in allocateIndexInfo()
/dports/databases/sqlcipher/sqlcipher-3.4.2/src/
H A Dwhere.c854 struct sqlite3_index_orderby *pIdxOrderBy; in allocateIndexInfo() local
897 + sizeof(*pIdxOrderBy)*nOrderBy ); in allocateIndexInfo()
909 pIdxOrderBy = (struct sqlite3_index_orderby*)&pIdxCons[nTerm]; in allocateIndexInfo()
910 pUsage = (struct sqlite3_index_constraint_usage*)&pIdxOrderBy[nOrderBy]; in allocateIndexInfo()
914 *(struct sqlite3_index_orderby**)&pIdxInfo->aOrderBy = pIdxOrderBy; in allocateIndexInfo()
961 pIdxOrderBy[i].iColumn = pExpr->iColumn; in allocateIndexInfo()
962 pIdxOrderBy[i].desc = pOrderBy->a[i].sortOrder; in allocateIndexInfo()
/dports/databases/sqlite3/sqlite-src-3350500/src/
H A Dwhere.c946 struct sqlite3_index_orderby *pIdxOrderBy; in allocateIndexInfo() local
991 + sizeof(*pIdxOrderBy)*nOrderBy + sizeof(*pHidden) ); in allocateIndexInfo()
998 pIdxOrderBy = (struct sqlite3_index_orderby*)&pIdxCons[nTerm]; in allocateIndexInfo()
999 pUsage = (struct sqlite3_index_constraint_usage*)&pIdxOrderBy[nOrderBy]; in allocateIndexInfo()
1002 pIdxInfo->aOrderBy = pIdxOrderBy; in allocateIndexInfo()
1066 pIdxOrderBy[i].iColumn = pExpr->iColumn; in allocateIndexInfo()
1067 pIdxOrderBy[i].desc = pOrderBy->a[i].sortFlags & KEYINFO_ORDER_DESC; in allocateIndexInfo()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/src/
H A Dwhere.c911 struct sqlite3_index_orderby *pIdxOrderBy; in allocateIndexInfo() local
956 + sizeof(*pIdxOrderBy)*nOrderBy + sizeof(*pHidden) ); in allocateIndexInfo()
963 pIdxOrderBy = (struct sqlite3_index_orderby*)&pIdxCons[nTerm]; in allocateIndexInfo()
964 pUsage = (struct sqlite3_index_constraint_usage*)&pIdxOrderBy[nOrderBy]; in allocateIndexInfo()
967 pIdxInfo->aOrderBy = pIdxOrderBy; in allocateIndexInfo()
1031 pIdxOrderBy[i].iColumn = pExpr->iColumn; in allocateIndexInfo()
1032 pIdxOrderBy[i].desc = pOrderBy->a[i].sortFlags & KEYINFO_ORDER_DESC; in allocateIndexInfo()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/src/
H A Dwhere.c926 struct sqlite3_index_orderby *pIdxOrderBy; in allocateIndexInfo() local
971 + sizeof(*pIdxOrderBy)*nOrderBy + sizeof(*pHidden) ); in allocateIndexInfo()
978 pIdxOrderBy = (struct sqlite3_index_orderby*)&pIdxCons[nTerm]; in allocateIndexInfo()
979 pUsage = (struct sqlite3_index_constraint_usage*)&pIdxOrderBy[nOrderBy]; in allocateIndexInfo()
982 pIdxInfo->aOrderBy = pIdxOrderBy; in allocateIndexInfo()
1046 pIdxOrderBy[i].iColumn = pExpr->iColumn; in allocateIndexInfo()
1047 pIdxOrderBy[i].desc = pOrderBy->a[i].sortFlags & KEYINFO_ORDER_DESC; in allocateIndexInfo()
/dports/devel/cppcheck-gui/cppcheck-2.6.3/test/bug-hunting/cve/CVE-2019-16168/
H A Dwhere.c902 struct sqlite3_index_orderby *pIdxOrderBy; in allocateIndexInfo() local
946 + sizeof(*pIdxOrderBy)*nOrderBy + sizeof(*pHidden)); in allocateIndexInfo()
959 pIdxOrderBy = (struct sqlite3_index_orderby*)&pIdxCons[nTerm]; in allocateIndexInfo()
960 pUsage = (struct sqlite3_index_constraint_usage*)&pIdxOrderBy[nOrderBy]; in allocateIndexInfo()
964 *(struct sqlite3_index_orderby**)&pIdxInfo->aOrderBy = pIdxOrderBy; in allocateIndexInfo()
1033 pIdxOrderBy[i].iColumn = pExpr->iColumn; in allocateIndexInfo()
1034 pIdxOrderBy[i].desc = pOrderBy->a[i].sortOrder; in allocateIndexInfo()
/dports/devel/cppcheck/cppcheck-2.6.3/test/bug-hunting/cve/CVE-2019-16168/
H A Dwhere.c902 struct sqlite3_index_orderby *pIdxOrderBy; in allocateIndexInfo() local
946 + sizeof(*pIdxOrderBy)*nOrderBy + sizeof(*pHidden)); in allocateIndexInfo()
959 pIdxOrderBy = (struct sqlite3_index_orderby*)&pIdxCons[nTerm]; in allocateIndexInfo()
960 pUsage = (struct sqlite3_index_constraint_usage*)&pIdxOrderBy[nOrderBy]; in allocateIndexInfo()
964 *(struct sqlite3_index_orderby**)&pIdxInfo->aOrderBy = pIdxOrderBy; in allocateIndexInfo()
1033 pIdxOrderBy[i].iColumn = pExpr->iColumn; in allocateIndexInfo()
1034 pIdxOrderBy[i].desc = pOrderBy->a[i].sortOrder; in allocateIndexInfo()
/dports/math/vtk6/VTK-6.2.0/ThirdParty/sqlite/vtksqlite/
H A Dvtk_sqlite3.c88194 struct vtk_sqlite3_index_orderby *pIdxOrderBy;
88232 + sizeof(*pIdxOrderBy)*nOrderBy );
88245 pIdxOrderBy = (struct vtk_sqlite3_index_orderby*)&pIdxCons[nTerm];
88246 pUsage = (struct vtk_sqlite3_index_constraint_usage*)&pIdxOrderBy[nOrderBy];
88250 *(struct vtk_sqlite3_index_orderby**)&pIdxInfo->aOrderBy = pIdxOrderBy;
88277 pIdxOrderBy[i].iColumn = pExpr->iColumn;
88278 pIdxOrderBy[i].desc = pOrderBy->a[i].sortOrder;
/dports/devel/raknet/raknet-3.9.2_10,1/DependentExtensions/SQLite3Plugin/
H A Dsqlite3.c82394 struct sqlite3_index_orderby *pIdxOrderBy;
82440 + sizeof(*pIdxOrderBy)*nOrderBy );
82454 pIdxOrderBy = (struct sqlite3_index_orderby*)&pIdxCons[nTerm];
82455 pUsage = (struct sqlite3_index_constraint_usage*)&pIdxOrderBy[nOrderBy];
82459 *(struct sqlite3_index_orderby**)&pIdxInfo->aOrderBy = pIdxOrderBy;
82486 pIdxOrderBy[i].iColumn = pExpr->iColumn;
82487 pIdxOrderBy[i].desc = pOrderBy->a[i].sortOrder;
/dports/databases/db5/db-5.3.28/lang/sql/generated/
H A Dsqlite3.c90712 struct sqlite3_index_orderby *pIdxOrderBy;
90750 + sizeof(*pIdxOrderBy)*nOrderBy );
90763 pIdxOrderBy = (struct sqlite3_index_orderby*)&pIdxCons[nTerm];
90764 pUsage = (struct sqlite3_index_constraint_usage*)&pIdxOrderBy[nOrderBy];
90768 *(struct sqlite3_index_orderby**)&pIdxInfo->aOrderBy = pIdxOrderBy;
90795 pIdxOrderBy[i].iColumn = pExpr->iColumn;
90796 pIdxOrderBy[i].desc = pOrderBy->a[i].sortOrder;
/dports/security/vault/vault-1.8.2/vendor/github.com/apple/foundationdb/fdbserver/sqlite/
H A Dsqlite3.amalgamation.c84127 struct sqlite3_index_orderby *pIdxOrderBy;
84165 + sizeof(*pIdxOrderBy)*nOrderBy );
84178 pIdxOrderBy = (struct sqlite3_index_orderby*)&pIdxCons[nTerm];
84179 pUsage = (struct sqlite3_index_constraint_usage*)&pIdxOrderBy[nOrderBy];
84183 *(struct sqlite3_index_orderby**)&pIdxInfo->aOrderBy = pIdxOrderBy;
84210 pIdxOrderBy[i].iColumn = pExpr->iColumn;
84211 pIdxOrderBy[i].desc = pOrderBy->a[i].sortOrder;
/dports/games/pokerth/pokerth-1.1.2-rc/src/third_party/sqlite3/
H A Dsqlite3.c104687 struct sqlite3_index_orderby *pIdxOrderBy;
104726 + sizeof(*pIdxOrderBy)*nOrderBy );
104739 pIdxOrderBy = (struct sqlite3_index_orderby*)&pIdxCons[nTerm];
104740 pUsage = (struct sqlite3_index_constraint_usage*)&pIdxOrderBy[nOrderBy];
104744 *(struct sqlite3_index_orderby**)&pIdxInfo->aOrderBy = pIdxOrderBy;
104772 pIdxOrderBy[i].iColumn = pExpr->iColumn;
104773 pIdxOrderBy[i].desc = pOrderBy->a[i].sortOrder;
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/sqlite/
H A Dsqlite3.c100325 struct sqlite3_index_orderby *pIdxOrderBy;
100363 + sizeof(*pIdxOrderBy)*nOrderBy );
100376 pIdxOrderBy = (struct sqlite3_index_orderby*)&pIdxCons[nTerm];
100377 pUsage = (struct sqlite3_index_constraint_usage*)&pIdxOrderBy[nOrderBy];
100381 *(struct sqlite3_index_orderby**)&pIdxInfo->aOrderBy = pIdxOrderBy;
100408 pIdxOrderBy[i].iColumn = pExpr->iColumn;
100409 pIdxOrderBy[i].desc = pOrderBy->a[i].sortOrder;
/dports/devel/emscripten/emscripten-2.0.3/tests/third_party/sqlite/
H A Dsqlite3.c100289 struct sqlite3_index_orderby *pIdxOrderBy;
100327 + sizeof(*pIdxOrderBy)*nOrderBy );
100340 pIdxOrderBy = (struct sqlite3_index_orderby*)&pIdxCons[nTerm];
100341 pUsage = (struct sqlite3_index_constraint_usage*)&pIdxOrderBy[nOrderBy];
100345 *(struct sqlite3_index_orderby**)&pIdxInfo->aOrderBy = pIdxOrderBy;
100372 pIdxOrderBy[i].iColumn = pExpr->iColumn;
100373 pIdxOrderBy[i].desc = pOrderBy->a[i].sortOrder;
/dports/irc/ircd-ratbox-devel/ircd-ratbox-3.0.7/bandb/sqlite3/
H A Dsqlite3.c102478 struct sqlite3_index_orderby *pIdxOrderBy;
102517 + sizeof(*pIdxOrderBy)*nOrderBy );
102530 pIdxOrderBy = (struct sqlite3_index_orderby*)&pIdxCons[nTerm];
102531 pUsage = (struct sqlite3_index_constraint_usage*)&pIdxOrderBy[nOrderBy];
102535 *(struct sqlite3_index_orderby**)&pIdxInfo->aOrderBy = pIdxOrderBy;
102563 pIdxOrderBy[i].iColumn = pExpr->iColumn;
102564 pIdxOrderBy[i].desc = pOrderBy->a[i].sortOrder;
/dports/games/craft/Craft-1.0fbsd/deps/sqlite/
H A Dsqlite3.c111129 struct sqlite3_index_orderby *pIdxOrderBy;
111168 + sizeof(*pIdxOrderBy)*nOrderBy );
111180 pIdxOrderBy = (struct sqlite3_index_orderby*)&pIdxCons[nTerm];
111181 pUsage = (struct sqlite3_index_constraint_usage*)&pIdxOrderBy[nOrderBy];
111185 *(struct sqlite3_index_orderby**)&pIdxInfo->aOrderBy = pIdxOrderBy;
111217 pIdxOrderBy[i].iColumn = pExpr->iColumn;
111218 pIdxOrderBy[i].desc = pOrderBy->a[i].sortOrder;
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/vendor/github.com/docker/docker/vendor/github.com/mattn/go-sqlite3/code/
H A Dsqlite3-binding.c111781 struct sqlite3_index_orderby *pIdxOrderBy;
111820 + sizeof(*pIdxOrderBy)*nOrderBy );
111832 pIdxOrderBy = (struct sqlite3_index_orderby*)&pIdxCons[nTerm];
111833 pUsage = (struct sqlite3_index_constraint_usage*)&pIdxOrderBy[nOrderBy];
111837 *(struct sqlite3_index_orderby**)&pIdxInfo->aOrderBy = pIdxOrderBy;
111869 pIdxOrderBy[i].iColumn = pExpr->iColumn;
111870 pIdxOrderBy[i].desc = pOrderBy->a[i].sortOrder;
/dports/deskutils/coolreader/coolreader-cr3.2.55/thirdparty_unman/sqlite/
H A Dsqlite3.c106482 struct sqlite3_index_orderby *pIdxOrderBy;
106522 + sizeof(*pIdxOrderBy)*nOrderBy );
106535 pIdxOrderBy = (struct sqlite3_index_orderby*)&pIdxCons[nTerm];
106536 pUsage = (struct sqlite3_index_constraint_usage*)&pIdxOrderBy[nOrderBy];
106540 *(struct sqlite3_index_orderby**)&pIdxInfo->aOrderBy = pIdxOrderBy;
106571 pIdxOrderBy[i].iColumn = pExpr->iColumn;
106572 pIdxOrderBy[i].desc = pOrderBy->a[i].sortOrder;
/dports/databases/R-cran-RSQLite/RSQLite/src/sqlite/
H A Dsqlite3.c112635 struct sqlite3_index_orderby *pIdxOrderBy;
112674 + sizeof(*pIdxOrderBy)*nOrderBy );
112686 pIdxOrderBy = (struct sqlite3_index_orderby*)&pIdxCons[nTerm];
112687 pUsage = (struct sqlite3_index_constraint_usage*)&pIdxOrderBy[nOrderBy];
112691 *(struct sqlite3_index_orderby**)&pIdxInfo->aOrderBy = pIdxOrderBy;
112723 pIdxOrderBy[i].iColumn = pExpr->iColumn;
112724 pIdxOrderBy[i].desc = pOrderBy->a[i].sortOrder;
/dports/chinese/libchewing/libchewing-0.5.1/thirdparty/sqlite-amalgamation/
H A Dsqlite3.c107016 struct sqlite3_index_orderby *pIdxOrderBy;
107054 + sizeof(*pIdxOrderBy)*nOrderBy );
107066 pIdxOrderBy = (struct sqlite3_index_orderby*)&pIdxCons[nTerm];
107067 pUsage = (struct sqlite3_index_constraint_usage*)&pIdxOrderBy[nOrderBy];
107071 *(struct sqlite3_index_orderby**)&pIdxInfo->aOrderBy = pIdxOrderBy;
107102 pIdxOrderBy[i].iColumn = pExpr->iColumn;
107103 pIdxOrderBy[i].desc = pOrderBy->a[i].sortOrder;
/dports/games/freeminer/freeminer-0.4.10.4/src/sqlite/
H A Dsqlite3.c111781 struct sqlite3_index_orderby *pIdxOrderBy;
111820 + sizeof(*pIdxOrderBy)*nOrderBy );
111832 pIdxOrderBy = (struct sqlite3_index_orderby*)&pIdxCons[nTerm];
111833 pUsage = (struct sqlite3_index_constraint_usage*)&pIdxOrderBy[nOrderBy];
111837 *(struct sqlite3_index_orderby**)&pIdxInfo->aOrderBy = pIdxOrderBy;
111869 pIdxOrderBy[i].iColumn = pExpr->iColumn;
111870 pIdxOrderBy[i].desc = pOrderBy->a[i].sortOrder;
/dports/devel/libgpkg/luciad-libgpkg-c56e3708453e/sqlite/
H A Dsqlite3.c111781 struct sqlite3_index_orderby *pIdxOrderBy;
111820 + sizeof(*pIdxOrderBy)*nOrderBy );
111832 pIdxOrderBy = (struct sqlite3_index_orderby*)&pIdxCons[nTerm];
111833 pUsage = (struct sqlite3_index_constraint_usage*)&pIdxOrderBy[nOrderBy];
111837 *(struct sqlite3_index_orderby**)&pIdxInfo->aOrderBy = pIdxOrderBy;
111869 pIdxOrderBy[i].iColumn = pExpr->iColumn;
111870 pIdxOrderBy[i].desc = pOrderBy->a[i].sortOrder;
/dports/biology/hyphy/hyphy-2.5.33/contrib/SQLite-3.8.2/
H A Dsqlite3.c110156 struct sqlite3_index_orderby *pIdxOrderBy;
110194 + sizeof(*pIdxOrderBy)*nOrderBy );
110206 pIdxOrderBy = (struct sqlite3_index_orderby*)&pIdxCons[nTerm];
110207 pUsage = (struct sqlite3_index_constraint_usage*)&pIdxOrderBy[nOrderBy];
110211 *(struct sqlite3_index_orderby**)&pIdxInfo->aOrderBy = pIdxOrderBy;
110242 pIdxOrderBy[i].iColumn = pExpr->iColumn;
110243 pIdxOrderBy[i].desc = pOrderBy->a[i].sortOrder;
/dports/games/redeclipse/base-2.0.0/src/support/
H A Dsqlite3.c120926 struct sqlite3_index_orderby *pIdxOrderBy;
120967 + sizeof(*pIdxOrderBy)*nOrderBy );
120979 pIdxOrderBy = (struct sqlite3_index_orderby*)&pIdxCons[nTerm];
120980 pUsage = (struct sqlite3_index_constraint_usage*)&pIdxOrderBy[nOrderBy];
120984 *(struct sqlite3_index_orderby**)&pIdxInfo->aOrderBy = pIdxOrderBy;
121018 pIdxOrderBy[i].iColumn = pExpr->iColumn;
121019 pIdxOrderBy[i].desc = pOrderBy->a[i].sortOrder;
/dports/games/redeclipse16/base-1.6.0/src/support/
H A Dsqlite3.c120926 struct sqlite3_index_orderby *pIdxOrderBy;
120967 + sizeof(*pIdxOrderBy)*nOrderBy );
120979 pIdxOrderBy = (struct sqlite3_index_orderby*)&pIdxCons[nTerm];
120980 pUsage = (struct sqlite3_index_constraint_usage*)&pIdxOrderBy[nOrderBy];
120984 *(struct sqlite3_index_orderby**)&pIdxInfo->aOrderBy = pIdxOrderBy;
121018 pIdxOrderBy[i].iColumn = pExpr->iColumn;
121019 pIdxOrderBy[i].desc = pOrderBy->a[i].sortOrder;

1234567