Searched defs:sqlite3_soft_heap_limit (Results 1 - 7 of 7) sorted by last modified time

/external/sqlite/dist/orig/
H A Dsqlite3.c5195 SQLITE_API SQLITE_DEPRECATED void sqlite3_soft_heap_limit(int N);
19814 ** sqlite3_soft_heap_limit() setting.
19892 SQLITE_API void sqlite3_soft_heap_limit(int n){ function
19942 ** sqlite3_soft_heap_limit().
97388 #define sqlite3_soft_heap_limit macro
[all...]
H A Dsqlite3ext.h417 #define sqlite3_soft_heap_limit sqlite3_api->soft_heap_limit macro
/external/sqlite/dist/
H A Dsqlite3.c5195 SQLITE_API SQLITE_DEPRECATED void sqlite3_soft_heap_limit(int N);
19814 ** sqlite3_soft_heap_limit() setting.
19892 SQLITE_API void sqlite3_soft_heap_limit(int n){ function
19942 ** sqlite3_soft_heap_limit().
97408 #define sqlite3_soft_heap_limit macro
[all...]
H A Dsqlite3ext.h417 #define sqlite3_soft_heap_limit sqlite3_api->soft_heap_limit macro
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c4926 SQLITE_API SQLITE_DEPRECATED void sqlite3_soft_heap_limit(int N);
17776 ** sqlite3_soft_heap_limit() setting.
17853 SQLITE_API void sqlite3_soft_heap_limit(int n){ function
17903 ** sqlite3_soft_heap_limit().
86861 #define sqlite3_soft_heap_limit macro
[all...]
/external/chromium_org/third_party/sqlite/src/src/
H A Dmalloc.c71 ** sqlite3_soft_heap_limit() setting.
148 void sqlite3_soft_heap_limit(int n){ function
198 ** sqlite3_soft_heap_limit().
H A Dsqlite3ext.h379 #define sqlite3_soft_heap_limit sqlite3_api->soft_heap_limit macro

Completed in 2618 milliseconds