HomeSort by relevance Sort by last modified time
    Searched refs:sqlite3_soft_heap_limit (Results 1 - 14 of 14) sorted by null

  /frameworks/base/core/jni/
android_database_SQLiteGlobal.cpp 64 sqlite3_soft_heap_limit(SOFT_HEAP_LIMIT);
  /external/chromium_org/third_party/sqlite/src/src/
loadext.c 312 sqlite3_soft_heap_limit,
malloc.c 71 ** sqlite3_soft_heap_limit() setting.
148 void sqlite3_soft_heap_limit(int n){ function
198 ** sqlite3_soft_heap_limit().
sqlite3ext.h 379 #define sqlite3_soft_heap_limit sqlite3_api->soft_heap_limit macro
sqlite.h.in     [all...]
  /external/chromium_org/third_party/sqlite/src/test/
tester.tcl 243 sqlite3_soft_heap_limit $cmdlinearg(soft-heap-limit)
533 sqlite3_soft_heap_limit 0
    [all...]
  /external/sqlite/dist/orig/
sqlite3ext.h 417 #define sqlite3_soft_heap_limit sqlite3_api->soft_heap_limit macro
sqlite3.h     [all...]
sqlite3.c 19892 SQLITE_API void sqlite3_soft_heap_limit(int n){ function
97388 #define sqlite3_soft_heap_limit macro
    [all...]
  /external/sqlite/dist/
sqlite3ext.h 417 #define sqlite3_soft_heap_limit sqlite3_api->soft_heap_limit macro
sqlite3.h     [all...]
sqlite3.c 19892 SQLITE_API void sqlite3_soft_heap_limit(int n){ function
97408 #define sqlite3_soft_heap_limit macro
    [all...]
  /external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.h     [all...]
sqlite3.c 17853 SQLITE_API void sqlite3_soft_heap_limit(int n){ function
86861 #define sqlite3_soft_heap_limit macro
    [all...]

Completed in 146 milliseconds