Searched refs:locateFkeyIndex (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A Dfkey.c181 static int locateFkeyIndex( function
724 if( !pTo || locateFkeyIndex(pParse, pTo, pFKey, &pIdx, &aiFree) ){
787 if( locateFkeyIndex(pParse, pTab, pFKey, &pIdx, &aiCol) ){
842 locateFkeyIndex(pParse, pTab, p, &pIdx, 0);
967 if( locateFkeyIndex(pParse, pTab, pFKey, &pIdx, &aiCol) ) return 0;
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c83473 static int locateFkeyIndex( function
[all...]

Completed in 183 milliseconds