Searched refs:SQLITE_CONFIG_SCRATCH (Results 1 - 10 of 10) sorted by relevance

/external/javasqlite/src/main/java/SQLite/
H A DConstants.java93 public static final int SQLITE_CONFIG_SCRATCH = 6; /* void*, int sz, int N */ field in class:Constants
/external/chromium_org/third_party/sqlite/src/src/
H A Dtest_malloc.c881 ** Set the scratch memory buffer using SQLITE_CONFIG_SCRATCH.
906 rc = sqlite3_config(SQLITE_CONFIG_SCRATCH, 0, 0, 0);
909 rc = sqlite3_config(SQLITE_CONFIG_SCRATCH, buf, sz, N);
H A Dsqlite.h.in1309 ** <dt>SQLITE_CONFIG_SCRATCH</dt>
1349 ** for by [SQLITE_CONFIG_SCRATCH] and [SQLITE_CONFIG_PAGECACHE].
1434 #define SQLITE_CONFIG_SCRATCH 6 /* void*, int sz, int N */
5459 ** controlled by [SQLITE_CONFIG_SCRATCH] and auxiliary page-cache
5499 ** [SQLITE_CONFIG_SCRATCH]. The value returned is in allocations, not
5506 ** allocation which could not be satisfied by the [SQLITE_CONFIG_SCRATCH]
5510 ** "sz" parameter to [SQLITE_CONFIG_SCRATCH]) and because no scratch buffer
H A Dmain.c342 case SQLITE_CONFIG_SCRATCH: {
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.h1314 ** <dt>SQLITE_CONFIG_SCRATCH</dt>
1354 ** for by [SQLITE_CONFIG_SCRATCH] and [SQLITE_CONFIG_PAGECACHE].
1439 #define SQLITE_CONFIG_SCRATCH 6 /* void*, int sz, int N */ macro
5464 ** controlled by [SQLITE_CONFIG_SCRATCH] and auxiliary page-cache
5504 ** [SQLITE_CONFIG_SCRATCH]. The value returned is in allocations, not
5511 ** allocation which could not be satisfied by the [SQLITE_CONFIG_SCRATCH]
5515 ** "sz" parameter to [SQLITE_CONFIG_SCRATCH]) and because no scratch buffer
H A Dsqlite3.c1857 ** <dt>SQLITE_CONFIG_SCRATCH</dt>
1897 ** for by [SQLITE_CONFIG_SCRATCH] and [SQLITE_CONFIG_PAGECACHE].
1982 #define SQLITE_CONFIG_SCRATCH 6 /* void*, int sz, int N */ macro
6007 ** controlled by [SQLITE_CONFIG_SCRATCH] and auxiliary page-cache
6047 ** [SQLITE_CONFIG_SCRATCH]. The value returned is in allocations, not
6054 ** allocation which could not be satisfied by the [SQLITE_CONFIG_SCRATCH]
6058 ** "sz" parameter to [SQLITE_CONFIG_SCRATCH]) and because no scratch buffer
18105 /* Release memory from the SQLITE_CONFIG_SCRATCH allocation */
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.h1537 ** [[SQLITE_CONFIG_SCRATCH]] <dt>SQLITE_CONFIG_SCRATCH</dt>
1577 ** for by [SQLITE_CONFIG_SCRATCH] and [SQLITE_CONFIG_PAGECACHE].
1732 #define SQLITE_CONFIG_SCRATCH 6 /* void*, int sz, int N */ macro
6215 ** controlled by [SQLITE_CONFIG_SCRATCH] and auxiliary page-cache
6256 ** [SQLITE_CONFIG_SCRATCH]. The value returned is in allocations, not
6263 ** allocation which could not be satisfied by the [SQLITE_CONFIG_SCRATCH]
6267 ** "sz" parameter to [SQLITE_CONFIG_SCRATCH]) and because no scratch buffer
H A Dsqlite3.c1652 ** [[SQLITE_CONFIG_SCRATCH]] <dt>SQLITE_CONFIG_SCRATCH</dt>
1692 ** for by [SQLITE_CONFIG_SCRATCH] and [SQLITE_CONFIG_PAGECACHE].
1847 #define SQLITE_CONFIG_SCRATCH 6 /* void*, int sz, int N */ macro
6330 ** controlled by [SQLITE_CONFIG_SCRATCH] and auxiliary page-cache
6371 ** [SQLITE_CONFIG_SCRATCH]. The value returned is in allocations, not
6378 ** allocation which could not be satisfied by the [SQLITE_CONFIG_SCRATCH]
6382 ** "sz" parameter to [SQLITE_CONFIG_SCRATCH]) and because no scratch buffer
20144 /* Release memory from the SQLITE_CONFIG_SCRATCH allocation */
[all...]
/external/sqlite/dist/
H A Dsqlite3.h1537 ** [[SQLITE_CONFIG_SCRATCH]] <dt>SQLITE_CONFIG_SCRATCH</dt>
1577 ** for by [SQLITE_CONFIG_SCRATCH] and [SQLITE_CONFIG_PAGECACHE].
1732 #define SQLITE_CONFIG_SCRATCH 6 /* void*, int sz, int N */ macro
6215 ** controlled by [SQLITE_CONFIG_SCRATCH] and auxiliary page-cache
6256 ** [SQLITE_CONFIG_SCRATCH]. The value returned is in allocations, not
6263 ** allocation which could not be satisfied by the [SQLITE_CONFIG_SCRATCH]
6267 ** "sz" parameter to [SQLITE_CONFIG_SCRATCH]) and because no scratch buffer
H A Dsqlite3.c1652 ** [[SQLITE_CONFIG_SCRATCH]] <dt>SQLITE_CONFIG_SCRATCH</dt>
1692 ** for by [SQLITE_CONFIG_SCRATCH] and [SQLITE_CONFIG_PAGECACHE].
1847 #define SQLITE_CONFIG_SCRATCH 6 /* void*, int sz, int N */ macro
6330 ** controlled by [SQLITE_CONFIG_SCRATCH] and auxiliary page-cache
6371 ** [SQLITE_CONFIG_SCRATCH]. The value returned is in allocations, not
6378 ** allocation which could not be satisfied by the [SQLITE_CONFIG_SCRATCH]
6382 ** "sz" parameter to [SQLITE_CONFIG_SCRATCH]) and because no scratch buffer
20144 /* Release memory from the SQLITE_CONFIG_SCRATCH allocation */
[all...]

Completed in 1190 milliseconds