Searched defs:sqlite3_soft_heap_limit64 (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A Dmalloc.c129 sqlite3_int64 sqlite3_soft_heap_limit64(sqlite3_int64 n){ function
150 sqlite3_soft_heap_limit64(n);
H A Dsqlite3ext.h407 #define sqlite3_soft_heap_limit64 sqlite3_api->soft_heap_limit64 macro
/external/sqlite/dist/orig/
H A Dsqlite3ext.h445 #define sqlite3_soft_heap_limit64 sqlite3_api->soft_heap_limit64 macro
H A Dsqlite3.c1644 ** <li> [sqlite3_soft_heap_limit64()]
5137 ** ^The sqlite3_soft_heap_limit64() interface sets and/or queries the
5147 ** ^The return value from sqlite3_soft_heap_limit64() is the size of
5152 ** sqlite3_soft_heap_limit64() with a negative argument.
5184 SQLITE_API sqlite3_int64 sqlite3_soft_heap_limit64(sqlite3_int64 N);
5190 ** This is a deprecated version of the [sqlite3_soft_heap_limit64()]
5193 ** [sqlite3_soft_heap_limit64()] interface rather than this one.
19872 SQLITE_API sqlite3_int64 sqlite3_soft_heap_limit64(sqlite3_int64 n){ function
19894 sqlite3_soft_heap_limit64(n);
97416 #define sqlite3_soft_heap_limit64 macro
[all...]
/external/sqlite/dist/
H A Dsqlite3ext.h445 #define sqlite3_soft_heap_limit64 sqlite3_api->soft_heap_limit64 macro
H A Dsqlite3.c1644 ** <li> [sqlite3_soft_heap_limit64()]
5137 ** ^The sqlite3_soft_heap_limit64() interface sets and/or queries the
5147 ** ^The return value from sqlite3_soft_heap_limit64() is the size of
5152 ** sqlite3_soft_heap_limit64() with a negative argument.
5184 SQLITE_API sqlite3_int64 sqlite3_soft_heap_limit64(sqlite3_int64 N);
5190 ** This is a deprecated version of the [sqlite3_soft_heap_limit64()]
5193 ** [sqlite3_soft_heap_limit64()] interface rather than this one.
19872 SQLITE_API sqlite3_int64 sqlite3_soft_heap_limit64(sqlite3_int64 n){ function
19894 sqlite3_soft_heap_limit64(n);
97436 #define sqlite3_soft_heap_limit64 macro
[all...]
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c1849 ** <li> [sqlite3_soft_heap_limit64()]
4869 ** ^The sqlite3_soft_heap_limit64() interface sets and/or queries the
4879 ** ^The return value from sqlite3_soft_heap_limit64() is the size of
4883 ** sqlite3_soft_heap_limit64() with a negative argument.
4915 SQLITE_API sqlite3_int64 sqlite3_soft_heap_limit64(sqlite3_int64 N);
4921 ** This is a deprecated version of the [sqlite3_soft_heap_limit64()]
4924 ** [sqlite3_soft_heap_limit64()] interface rather than this one.
17834 SQLITE_API sqlite3_int64 sqlite3_soft_heap_limit64(sqlite3_int64 n){ function
17855 sqlite3_soft_heap_limit64(n);
86889 #define sqlite3_soft_heap_limit64 macro
[all...]

Completed in 1083 milliseconds