Home
last modified time | relevance | path

Searched refs:sqlite3FkLocateIndex (Results 1 – 25 of 158) sorted by relevance

1234567

/dports/databases/sqlcipher/sqlcipher-3.4.2/src/
H A Dfkey.c183 int sqlite3FkLocateIndex( in sqlite3FkLocateIndex() function
905 if( !pTo || sqlite3FkLocateIndex(pParse, pTo, pFKey, &pIdx, &aiFree) ){ in sqlite3FkCheck()
999 if( sqlite3FkLocateIndex(pParse, pTab, pFKey, &pIdx, &aiCol) ){ in sqlite3FkCheck()
1068 sqlite3FkLocateIndex(pParse, pTab, p, &pIdx, 0); in sqlite3FkOldmask()
1199 if( sqlite3FkLocateIndex(pParse, pTab, pFKey, &pIdx, &aiCol) ) return 0; in fkActionTrigger()
H A Dpragma.c1363 x = sqlite3FkLocateIndex(pParse, pParent, pFK, &pIdx, 0); in sqlite3Pragma()
1385 x = sqlite3FkLocateIndex(pParse, pParent, pFK, &pIdx, &aiCols); in sqlite3Pragma()
H A DsqliteInt.h4244 int sqlite3FkLocateIndex(Parse*,Table*,FKey*,Index**,int**);
4247 #define sqlite3FkLocateIndex(a,b,c,d,e) macro
/dports/databases/sqlite3/sqlite-src-3350500/src/
H A Dfkey.c183 int sqlite3FkLocateIndex( in sqlite3FkLocateIndex() function
921 if( !pTo || sqlite3FkLocateIndex(pParse, pTo, pFKey, &pIdx, &aiFree) ){ in sqlite3FkCheck()
1017 if( sqlite3FkLocateIndex(pParse, pTab, pFKey, &pIdx, &aiCol) ){ in sqlite3FkCheck()
1086 sqlite3FkLocateIndex(pParse, pTab, p, &pIdx, 0); in sqlite3FkOldmask()
1220 if( sqlite3FkLocateIndex(pParse, pTab, pFKey, &pIdx, &aiCol) ) return 0; in fkActionTrigger()
H A Dpragma.c1433 x = sqlite3FkLocateIndex(pParse, pParent, pFK, &pIdx, 0); in sqlite3Pragma()
1455 x = sqlite3FkLocateIndex(pParse, pParent, pFK, &pIdx, &aiCols); in sqlite3Pragma()
H A DsqliteInt.h5006 int sqlite3FkLocateIndex(Parse*,Table*,FKey*,Index**,int**);
5009 #define sqlite3FkLocateIndex(a,b,c,d,e) macro
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/src/
H A Dfkey.c183 int sqlite3FkLocateIndex( in sqlite3FkLocateIndex() function
921 if( !pTo || sqlite3FkLocateIndex(pParse, pTo, pFKey, &pIdx, &aiFree) ){ in sqlite3FkCheck()
1017 if( sqlite3FkLocateIndex(pParse, pTab, pFKey, &pIdx, &aiCol) ){ in sqlite3FkCheck()
1086 sqlite3FkLocateIndex(pParse, pTab, p, &pIdx, 0); in sqlite3FkOldmask()
1217 if( sqlite3FkLocateIndex(pParse, pTab, pFKey, &pIdx, &aiCol) ) return 0; in fkActionTrigger()
H A Dpragma.c1426 x = sqlite3FkLocateIndex(pParse, pParent, pFK, &pIdx, 0); in sqlite3Pragma()
1448 x = sqlite3FkLocateIndex(pParse, pParent, pFK, &pIdx, &aiCols); in sqlite3Pragma()
H A DsqliteInt.h4753 int sqlite3FkLocateIndex(Parse*,Table*,FKey*,Index**,int**);
4756 #define sqlite3FkLocateIndex(a,b,c,d,e) macro
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/src/
H A Dfkey.c183 int sqlite3FkLocateIndex( in sqlite3FkLocateIndex() function
921 if( !pTo || sqlite3FkLocateIndex(pParse, pTo, pFKey, &pIdx, &aiFree) ){ in sqlite3FkCheck()
1017 if( sqlite3FkLocateIndex(pParse, pTab, pFKey, &pIdx, &aiCol) ){ in sqlite3FkCheck()
1086 sqlite3FkLocateIndex(pParse, pTab, p, &pIdx, 0); in sqlite3FkOldmask()
1217 if( sqlite3FkLocateIndex(pParse, pTab, pFKey, &pIdx, &aiCol) ) return 0; in fkActionTrigger()
H A Dpragma.c1433 x = sqlite3FkLocateIndex(pParse, pParent, pFK, &pIdx, 0); in sqlite3Pragma()
1455 x = sqlite3FkLocateIndex(pParse, pParent, pFK, &pIdx, &aiCols); in sqlite3Pragma()
H A DsqliteInt.h4844 int sqlite3FkLocateIndex(Parse*,Table*,FKey*,Index**,int**);
4847 #define sqlite3FkLocateIndex(a,b,c,d,e) macro
/dports/games/craft/Craft-1.0fbsd/deps/sqlite/
H A Dsqlite3.c12876 SQLITE_PRIVATE int sqlite3FkLocateIndex(Parse*,Table*,FKey*,Index**,int**);
12879 #define sqlite3FkLocateIndex(a,b,c,d,e) macro
92258 SQLITE_PRIVATE int sqlite3FkLocateIndex(
92959 if( !pTo || sqlite3FkLocateIndex(pParse, pTo, pFKey, &pIdx, &aiFree) ){
93046 if( sqlite3FkLocateIndex(pParse, pTab, pFKey, &pIdx, &aiCol) ){
93100 sqlite3FkLocateIndex(pParse, pTab, p, &pIdx, 0);
93211 if( sqlite3FkLocateIndex(pParse, pTab, pFKey, &pIdx, &aiCol) ) return 0;
98527 x = sqlite3FkLocateIndex(pParse, pParent, pFK, &pIdx, 0);
98549 x = sqlite3FkLocateIndex(pParse, pParent, pFK, &pIdx, &aiCols);
/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.c13001 SQLITE_PRIVATE int sqlite3FkLocateIndex(Parse*,Table*,FKey*,Index**,int**);
13004 #define sqlite3FkLocateIndex(a,b,c,d,e) macro
92799 SQLITE_PRIVATE int sqlite3FkLocateIndex(
93500 if( !pTo || sqlite3FkLocateIndex(pParse, pTo, pFKey, &pIdx, &aiFree) ){
93587 if( sqlite3FkLocateIndex(pParse, pTab, pFKey, &pIdx, &aiCol) ){
93641 sqlite3FkLocateIndex(pParse, pTab, p, &pIdx, 0);
93752 if( sqlite3FkLocateIndex(pParse, pTab, pFKey, &pIdx, &aiCol) ) return 0;
99080 x = sqlite3FkLocateIndex(pParse, pParent, pFK, &pIdx, 0);
99102 x = sqlite3FkLocateIndex(pParse, pParent, pFK, &pIdx, &aiCols);
/dports/deskutils/coolreader/coolreader-cr3.2.55/thirdparty_unman/sqlite/
H A Dsqlite3.c12455 SQLITE_PRIVATE int sqlite3FkLocateIndex(Parse*,Table*,FKey*,Index**,int**);
12458 #define sqlite3FkLocateIndex(a,b,c,d,e) macro
89059 SQLITE_PRIVATE int sqlite3FkLocateIndex(
89619 if( !pTo || sqlite3FkLocateIndex(pParse, pTo, pFKey, &pIdx, &aiFree) ){
89699 if( sqlite3FkLocateIndex(pParse, pTab, pFKey, &pIdx, &aiCol) ){
89754 sqlite3FkLocateIndex(pParse, pTab, p, &pIdx, 0);
89880 if( sqlite3FkLocateIndex(pParse, pTab, pFKey, &pIdx, &aiCol) ) return 0;
94595 x = sqlite3FkLocateIndex(pParse, pParent, pFK, &pIdx, 0);
94617 x = sqlite3FkLocateIndex(pParse, pParent, pFK, &pIdx, &aiCols);
/dports/databases/R-cran-RSQLite/RSQLite/src/sqlite/
H A Dsqlite3.c13042 SQLITE_PRIVATE int sqlite3FkLocateIndex(Parse*,Table*,FKey*,Index**,int**);
13045 #define sqlite3FkLocateIndex(a,b,c,d,e) macro
93603 SQLITE_PRIVATE int sqlite3FkLocateIndex(
94304 if( !pTo || sqlite3FkLocateIndex(pParse, pTo, pFKey, &pIdx, &aiFree) ){
94391 if( sqlite3FkLocateIndex(pParse, pTab, pFKey, &pIdx, &aiCol) ){
94445 sqlite3FkLocateIndex(pParse, pTab, p, &pIdx, 0);
94556 if( sqlite3FkLocateIndex(pParse, pTab, pFKey, &pIdx, &aiCol) ) return 0;
99887 x = sqlite3FkLocateIndex(pParse, pParent, pFK, &pIdx, 0);
99909 x = sqlite3FkLocateIndex(pParse, pParent, pFK, &pIdx, &aiCols);
/dports/chinese/libchewing/libchewing-0.5.1/thirdparty/sqlite-amalgamation/
H A Dsqlite3.c12436 SQLITE_PRIVATE int sqlite3FkLocateIndex(Parse*,Table*,FKey*,Index**,int**);
12439 #define sqlite3FkLocateIndex(a,b,c,d,e) macro
89358 SQLITE_PRIVATE int sqlite3FkLocateIndex(
89921 if( !pTo || sqlite3FkLocateIndex(pParse, pTo, pFKey, &pIdx, &aiFree) ){
90003 if( sqlite3FkLocateIndex(pParse, pTab, pFKey, &pIdx, &aiCol) ){
90058 sqlite3FkLocateIndex(pParse, pTab, p, &pIdx, 0);
90184 if( sqlite3FkLocateIndex(pParse, pTab, pFKey, &pIdx, &aiCol) ) return 0;
94986 x = sqlite3FkLocateIndex(pParse, pParent, pFK, &pIdx, 0);
95008 x = sqlite3FkLocateIndex(pParse, pParent, pFK, &pIdx, &aiCols);
/dports/games/freeminer/freeminer-0.4.10.4/src/sqlite/
H A Dsqlite3.c13001 SQLITE_PRIVATE int sqlite3FkLocateIndex(Parse*,Table*,FKey*,Index**,int**);
13004 #define sqlite3FkLocateIndex(a,b,c,d,e) macro
92799 SQLITE_PRIVATE int sqlite3FkLocateIndex(
93500 if( !pTo || sqlite3FkLocateIndex(pParse, pTo, pFKey, &pIdx, &aiFree) ){
93587 if( sqlite3FkLocateIndex(pParse, pTab, pFKey, &pIdx, &aiCol) ){
93641 sqlite3FkLocateIndex(pParse, pTab, p, &pIdx, 0);
93752 if( sqlite3FkLocateIndex(pParse, pTab, pFKey, &pIdx, &aiCol) ) return 0;
99080 x = sqlite3FkLocateIndex(pParse, pParent, pFK, &pIdx, 0);
99102 x = sqlite3FkLocateIndex(pParse, pParent, pFK, &pIdx, &aiCols);
/dports/devel/libgpkg/luciad-libgpkg-c56e3708453e/sqlite/
H A Dsqlite3.c13001 SQLITE_PRIVATE int sqlite3FkLocateIndex(Parse*,Table*,FKey*,Index**,int**);
13004 #define sqlite3FkLocateIndex(a,b,c,d,e) macro
92799 SQLITE_PRIVATE int sqlite3FkLocateIndex(
93500 if( !pTo || sqlite3FkLocateIndex(pParse, pTo, pFKey, &pIdx, &aiFree) ){
93587 if( sqlite3FkLocateIndex(pParse, pTab, pFKey, &pIdx, &aiCol) ){
93641 sqlite3FkLocateIndex(pParse, pTab, p, &pIdx, 0);
93752 if( sqlite3FkLocateIndex(pParse, pTab, pFKey, &pIdx, &aiCol) ) return 0;
99080 x = sqlite3FkLocateIndex(pParse, pParent, pFK, &pIdx, 0);
99102 x = sqlite3FkLocateIndex(pParse, pParent, pFK, &pIdx, &aiCols);
/dports/biology/hyphy/hyphy-2.5.33/contrib/SQLite-3.8.2/
H A Dsqlite3.c12612 SQLITE_PRIVATE int sqlite3FkLocateIndex(Parse*,Table*,FKey*,Index**,int**);
12615 #define sqlite3FkLocateIndex(a,b,c,d,e) macro
91641 SQLITE_PRIVATE int sqlite3FkLocateIndex(
92337 if( !pTo || sqlite3FkLocateIndex(pParse, pTo, pFKey, &pIdx, &aiFree) ){
92424 if( sqlite3FkLocateIndex(pParse, pTab, pFKey, &pIdx, &aiCol) ){
92478 sqlite3FkLocateIndex(pParse, pTab, p, &pIdx, 0);
92589 if( sqlite3FkLocateIndex(pParse, pTab, pFKey, &pIdx, &aiCol) ) return 0;
97959 x = sqlite3FkLocateIndex(pParse, pParent, pFK, &pIdx, 0);
97981 x = sqlite3FkLocateIndex(pParse, pParent, pFK, &pIdx, &aiCols);
/dports/games/redeclipse/base-2.0.0/src/support/
H A Dsqlite3.c13728 SQLITE_PRIVATE int sqlite3FkLocateIndex(Parse*,Table*,FKey*,Index**,int**);
13731 #define sqlite3FkLocateIndex(a,b,c,d,e) macro
99535 SQLITE_PRIVATE int sqlite3FkLocateIndex(
100253 if( !pTo || sqlite3FkLocateIndex(pParse, pTo, pFKey, &pIdx, &aiFree) ){
100346 if( sqlite3FkLocateIndex(pParse, pTab, pFKey, &pIdx, &aiCol) ){
100415 sqlite3FkLocateIndex(pParse, pTab, p, &pIdx, 0);
100526 if( sqlite3FkLocateIndex(pParse, pTab, pFKey, &pIdx, &aiCol) ) return 0;
106038 x = sqlite3FkLocateIndex(pParse, pParent, pFK, &pIdx, 0);
106060 x = sqlite3FkLocateIndex(pParse, pParent, pFK, &pIdx, &aiCols);
/dports/games/redeclipse16/base-1.6.0/src/support/
H A Dsqlite3.c13728 SQLITE_PRIVATE int sqlite3FkLocateIndex(Parse*,Table*,FKey*,Index**,int**);
13731 #define sqlite3FkLocateIndex(a,b,c,d,e) macro
99535 SQLITE_PRIVATE int sqlite3FkLocateIndex(
100253 if( !pTo || sqlite3FkLocateIndex(pParse, pTo, pFKey, &pIdx, &aiFree) ){
100346 if( sqlite3FkLocateIndex(pParse, pTab, pFKey, &pIdx, &aiCol) ){
100415 sqlite3FkLocateIndex(pParse, pTab, p, &pIdx, 0);
100526 if( sqlite3FkLocateIndex(pParse, pTab, pFKey, &pIdx, &aiCol) ) return 0;
106038 x = sqlite3FkLocateIndex(pParse, pParent, pFK, &pIdx, 0);
106060 x = sqlite3FkLocateIndex(pParse, pParent, pFK, &pIdx, &aiCols);
/dports/security/libzrtpcppcore/ZRTPCPP-4.6.6/clients/tivi/android/jni/sqlite3/
H A Dsqlite3.c13556 SQLITE_PRIVATE int sqlite3FkLocateIndex(Parse*,Table*,FKey*,Index**,int**);
13559 #define sqlite3FkLocateIndex(a,b,c,d,e) macro
98048 SQLITE_PRIVATE int sqlite3FkLocateIndex(
98766 if( !pTo || sqlite3FkLocateIndex(pParse, pTo, pFKey, &pIdx, &aiFree) ){
98859 if( sqlite3FkLocateIndex(pParse, pTab, pFKey, &pIdx, &aiCol) ){
98928 sqlite3FkLocateIndex(pParse, pTab, p, &pIdx, 0);
99039 if( sqlite3FkLocateIndex(pParse, pTab, pFKey, &pIdx, &aiCol) ) return 0;
104484 x = sqlite3FkLocateIndex(pParse, pParent, pFK, &pIdx, 0);
104506 x = sqlite3FkLocateIndex(pParse, pParent, pFK, &pIdx, &aiCols);
/dports/devel/global/global-6.6.7/libdb/
H A Dsqlite3.c13190 SQLITE_PRIVATE int sqlite3FkLocateIndex(Parse*,Table*,FKey*,Index**,int**);
13193 #define sqlite3FkLocateIndex(a,b,c,d,e) macro
96092 SQLITE_PRIVATE int sqlite3FkLocateIndex(
96792 if( !pTo || sqlite3FkLocateIndex(pParse, pTo, pFKey, &pIdx, &aiFree) ){
96879 if( sqlite3FkLocateIndex(pParse, pTab, pFKey, &pIdx, &aiCol) ){
96933 sqlite3FkLocateIndex(pParse, pTab, p, &pIdx, 0);
97044 if( sqlite3FkLocateIndex(pParse, pTab, pFKey, &pIdx, &aiCol) ) return 0;
102432 x = sqlite3FkLocateIndex(pParse, pParent, pFK, &pIdx, 0);
102454 x = sqlite3FkLocateIndex(pParse, pParent, pFK, &pIdx, &aiCols);
/dports/sysutils/py-pytsk/pytsk3-20210419/sleuthkit/tsk/auto/
H A Dsqlite3.c13728 SQLITE_PRIVATE int sqlite3FkLocateIndex(Parse*,Table*,FKey*,Index**,int**);
13731 #define sqlite3FkLocateIndex(a,b,c,d,e) macro
99556 SQLITE_PRIVATE int sqlite3FkLocateIndex(
100274 if( !pTo || sqlite3FkLocateIndex(pParse, pTo, pFKey, &pIdx, &aiFree) ){
100367 if( sqlite3FkLocateIndex(pParse, pTab, pFKey, &pIdx, &aiCol) ){
100436 sqlite3FkLocateIndex(pParse, pTab, p, &pIdx, 0);
100547 if( sqlite3FkLocateIndex(pParse, pTab, pFKey, &pIdx, &aiCol) ) return 0;
106059 x = sqlite3FkLocateIndex(pParse, pParent, pFK, &pIdx, 0);
106081 x = sqlite3FkLocateIndex(pParse, pParent, pFK, &pIdx, &aiCols);

1234567