Searched defs:xferCompatibleIndex (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A Dinsert.c1549 static int xferCompatibleIndex(Index *pDest, Index *pSrc){ function
1726 if( xferCompatibleIndex(pDestIdx, pSrcIdx) ) break;
1797 if( xferCompatibleIndex(pDestIdx, pSrcIdx) ) break;
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c86032 static int xferCompatibleIndex(Index *pDest, Index *pSrc){ function
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c96489 static int xferCompatibleIndex(Index *pDest, Index *pSrc){ function
[all...]
/external/sqlite/dist/
H A Dsqlite3.c96509 static int xferCompatibleIndex(Index *pDest, Index *pSrc){ function
[all...]

Completed in 467 milliseconds