Searched refs:MEMTYPE_PCACHE (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A Dpcache1.c235 sqlite3MemdebugSetType(p, MEMTYPE_PCACHE);
258 assert( sqlite3MemdebugHasType(p, MEMTYPE_PCACHE) );
277 assert( sqlite3MemdebugHasType(p, MEMTYPE_PCACHE) );
280 sqlite3MemdebugSetType(p, MEMTYPE_PCACHE);
H A DsqliteInt.h3233 #define MEMTYPE_PCACHE 0x08 /* Page cache allocations */ macro
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c11578 #define MEMTYPE_PCACHE 0x08 /* Page cache allocations */ macro
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c13179 #define MEMTYPE_PCACHE 0x08 /* Page cache allocations */ macro
[all...]
/external/sqlite/dist/
H A Dsqlite3.c13179 #define MEMTYPE_PCACHE 0x08 /* Page cache allocations */ macro
[all...]

Completed in 627 milliseconds