Searched refs:pcache1Create (Results 1 - 4 of 4) sorted by last modified time

/external/sqlite/dist/orig/
H A Dsqlite3.c39122 static sqlite3_pcache *pcache1Create(int szPage, int szExtra, int bPurgeable){ function
[all...]
/external/sqlite/dist/
H A Dsqlite3.c39142 static sqlite3_pcache *pcache1Create(int szPage, int szExtra, int bPurgeable){ function
[all...]
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c35460 static sqlite3_pcache *pcache1Create(int szPage, int bPurgeable){ function
[all...]
/external/chromium_org/third_party/sqlite/src/src/
H A Dpcache1.c546 static sqlite3_pcache *pcache1Create(int szPage, int bPurgeable){ function
880 ** Destroy a cache allocated using pcache1Create().
907 pcache1Create, /* xCreate */

Completed in 619 milliseconds