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.h431 #define sqlite3_soft_heap_limit64 sqlite3_api->soft_heap_limit64 macro
H A Dsqlite3.c1960 ** <li> [sqlite3_soft_heap_limit64()]
5238 ** ^The sqlite3_soft_heap_limit64() interface sets and/or queries the
5248 ** ^The return value from sqlite3_soft_heap_limit64() is the size of
5253 ** sqlite3_soft_heap_limit64() with a negative argument.
5285 SQLITE_API sqlite3_int64 sqlite3_soft_heap_limit64(sqlite3_int64 N);
5291 ** This is a deprecated version of the [sqlite3_soft_heap_limit64()]
5294 ** [sqlite3_soft_heap_limit64()] interface rather than this one.
18714 SQLITE_API sqlite3_int64 sqlite3_soft_heap_limit64(sqlite3_int64 n){ function
18736 sqlite3_soft_heap_limit64(n);
91404 #define sqlite3_soft_heap_limit64 macro
[all...]
/external/sqlite/dist/
H A Dsqlite3ext.h431 #define sqlite3_soft_heap_limit64 sqlite3_api->soft_heap_limit64 macro
H A Dsqlite3.c1960 ** <li> [sqlite3_soft_heap_limit64()]
5238 ** ^The sqlite3_soft_heap_limit64() interface sets and/or queries the
5248 ** ^The return value from sqlite3_soft_heap_limit64() is the size of
5253 ** sqlite3_soft_heap_limit64() with a negative argument.
5285 SQLITE_API sqlite3_int64 sqlite3_soft_heap_limit64(sqlite3_int64 N);
5291 ** This is a deprecated version of the [sqlite3_soft_heap_limit64()]
5294 ** [sqlite3_soft_heap_limit64()] interface rather than this one.
18714 SQLITE_API sqlite3_int64 sqlite3_soft_heap_limit64(sqlite3_int64 n){ function
18736 sqlite3_soft_heap_limit64(n);
91440 #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.
17849 SQLITE_API sqlite3_int64 sqlite3_soft_heap_limit64(sqlite3_int64 n){ function
17870 sqlite3_soft_heap_limit64(n);
87096 #define sqlite3_soft_heap_limit64 macro
[all...]

Completed in 463 milliseconds