Home
last modified time | relevance | path

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

/PHP-5.5/ext/sqlite3/libsqlite/
H A Dsqlite3.c13640 SQLITE_PRIVATE int sqlite3FkLocateIndex(Parse*,Table*,FKey*,Index**,int**);
13643 #define sqlite3FkLocateIndex(a,b,c,d,e) macro
98410 SQLITE_PRIVATE int sqlite3FkLocateIndex(
99128 if( !pTo || sqlite3FkLocateIndex(pParse, pTo, pFKey, &pIdx, &aiFree) ){
99221 if( sqlite3FkLocateIndex(pParse, pTab, pFKey, &pIdx, &aiCol) ){
99290 sqlite3FkLocateIndex(pParse, pTab, p, &pIdx, 0);
99401 if( sqlite3FkLocateIndex(pParse, pTab, pFKey, &pIdx, &aiCol) ) return 0;
104884 x = sqlite3FkLocateIndex(pParse, pParent, pFK, &pIdx, 0);
104906 x = sqlite3FkLocateIndex(pParse, pParent, pFK, &pIdx, &aiCols);

Completed in 292 milliseconds