Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c22720 SQLITE_PRIVATE int sqlite3FkLocateIndex(Parse*,Table*,FKey*,Index**,int**);
22723 #define sqlite3FkLocateIndex(a,b,c,d,e) macro
137365 SQLITE_PRIVATE int sqlite3FkLocateIndex( function
138123 if( !pTo || sqlite3FkLocateIndex(pParse, pTo, pFKey, &pIdx, &aiFree) ){
138219 if( sqlite3FkLocateIndex(pParse, pTab, pFKey, &pIdx, &aiCol) ){
138290 sqlite3FkLocateIndex(pParse, pTab, p, &pIdx, 0);
138429 if( sqlite3FkLocateIndex(pParse, pTab, pFKey, &pIdx, &aiCol) ) return 0;
146150 x = sqlite3FkLocateIndex(pParse, pParent, pFK, &pIdx, 0);
146173 x = sqlite3FkLocateIndex(pParse, pParent, pFK, &pIdx, &aiCols);