Searched refs:memRootPage (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A Dbuild.c2303 ** if memRootPage is not negative, it means that the index is newly
2304 ** created. The register specified by memRootPage contains the
2305 ** root page number of the index. If memRootPage is negative, then
2309 static void sqlite3RefillIndex(Parse *pParse, Index *pIndex, int memRootPage){ argument
2334 if( memRootPage>=0 ){
2335 tnum = memRootPage;
2343 if( memRootPage>=0 ){
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c79148 sqlite3RefillIndex(Parse *pParse, Index *pIndex, int memRootPage) argument
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c88744 sqlite3RefillIndex(Parse *pParse, Index *pIndex, int memRootPage) argument
[all...]
/external/sqlite/dist/
H A Dsqlite3.c88764 sqlite3RefillIndex(Parse *pParse, Index *pIndex, int memRootPage) argument
[all...]

Completed in 834 milliseconds