Searched refs:sqlite3_soft_heap_limit (Results 1 - 8 of 8) sorted by relevance

/external/webkit/WebKitLibraries/WebCoreSQLite3/
H A Dsqlite3ext.h360 #define sqlite3_soft_heap_limit sqlite3_api->soft_heap_limit macro
H A Dsqlite3.h1023 ** <li> [sqlite3_soft_heap_limit()]
3835 ** The sqlite3_soft_heap_limit() interface places a "soft" limit
3865 void sqlite3_soft_heap_limit(int);
/external/sqlite/dist/orig/
H A Dsqlite3ext.h403 #define sqlite3_soft_heap_limit sqlite3_api->soft_heap_limit macro
H A Dsqlite3.h4746 SQLITE_API SQLITE_DEPRECATED void sqlite3_soft_heap_limit(int N);
H A Dsqlite3.c5296 SQLITE_API SQLITE_DEPRECATED void sqlite3_soft_heap_limit(int N);
18656 ** sqlite3_soft_heap_limit() setting.
18734 SQLITE_API void sqlite3_soft_heap_limit(int n){ function
18784 ** sqlite3_soft_heap_limit().
91376 #define sqlite3_soft_heap_limit macro
[all...]
/external/sqlite/dist/
H A Dsqlite3ext.h403 #define sqlite3_soft_heap_limit sqlite3_api->soft_heap_limit macro
H A Dsqlite3.h4746 SQLITE_API SQLITE_DEPRECATED void sqlite3_soft_heap_limit(int N);
H A Dsqlite3.c5296 SQLITE_API SQLITE_DEPRECATED void sqlite3_soft_heap_limit(int N);
18656 ** sqlite3_soft_heap_limit() setting.
18734 SQLITE_API void sqlite3_soft_heap_limit(int n){ function
18784 ** sqlite3_soft_heap_limit().
91389 #define sqlite3_soft_heap_limit macro
[all...]

Completed in 323 milliseconds