Searched defs:SQLITE_CONFIG_SCRATCH (Results 1 - 7 of 7) 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/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 691 milliseconds