Searched refs:sqlite3FkLocateIndex (Results 1 – 3 of 3) sorted by relevance
| /sqlite-3.40.0/src/ |
| H A D | fkey.c | 183 int sqlite3FkLocateIndex( in sqlite3FkLocateIndex() function 938 if( !pTo || sqlite3FkLocateIndex(pParse, pTo, pFKey, &pIdx, &aiFree) ){ in sqlite3FkCheck() 1034 if( sqlite3FkLocateIndex(pParse, pTab, pFKey, &pIdx, &aiCol) ){ in sqlite3FkCheck() 1103 sqlite3FkLocateIndex(pParse, pTab, p, &pIdx, 0); in sqlite3FkOldmask() 1237 if( sqlite3FkLocateIndex(pParse, pTab, pFKey, &pIdx, &aiCol) ) return 0; in fkActionTrigger()
|
| H A D | pragma.c | 1536 x = sqlite3FkLocateIndex(pParse, pParent, pFK, &pIdx, 0); in sqlite3Pragma() 1559 x = sqlite3FkLocateIndex(pParse, pParent, pFK, &pIdx, &aiCols); in sqlite3Pragma()
|
| H A D | sqliteInt.h | 5338 int sqlite3FkLocateIndex(Parse*,Table*,FKey*,Index**,int**); 5341 #define sqlite3FkLocateIndex(a,b,c,d,e) macro
|