Searched defs:sqlite3_soft_heap_limit (Results 1 - 4 of 4) sorted by relevance

/external/sqlite/dist/orig/
H A Dsqlite3ext.h462 #define sqlite3_soft_heap_limit sqlite3_api->soft_heap_limit macro
H A Dsqlite3.c5930 SQLITE_API SQLITE_DEPRECATED void sqlite3_soft_heap_limit(int N);
24336 ** sqlite3_soft_heap_limit() setting.
24394 SQLITE_API void sqlite3_soft_heap_limit(int n){ function
24444 ** sqlite3_soft_heap_limit().
111914 #define sqlite3_soft_heap_limit macro
[all...]
/external/sqlite/dist/
H A Dsqlite3ext.h462 #define sqlite3_soft_heap_limit sqlite3_api->soft_heap_limit macro
H A Dsqlite3.c5930 SQLITE_API SQLITE_DEPRECATED void sqlite3_soft_heap_limit(int N);
24336 ** sqlite3_soft_heap_limit() setting.
24394 SQLITE_API void sqlite3_soft_heap_limit(int n){ function
24444 ** sqlite3_soft_heap_limit().
111914 #define sqlite3_soft_heap_limit macro
[all...]

Completed in 592 milliseconds