Searched refs:SQLITE_CONFIG_SCRATCH (Results 1 - 6 of 6) 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/webkit/WebKitLibraries/WebCoreSQLite3/
H A Dsqlite3.h1028 ** <dt>SQLITE_CONFIG_SCRATCH</dt>
1063 ** for by [SQLITE_CONFIG_SCRATCH] and [SQLITE_CONFIG_PAGECACHE].
1112 #define SQLITE_CONFIG_SCRATCH 6 /* void*, int sz, int N */ macro
4857 ** controlled by [SQLITE_CONFIG_SCRATCH] and auxiliary page-cache
4893 ** [SQLITE_CONFIG_SCRATCH]. The value returned is in allocations, not
4900 ** allocation which could not be statisfied by the [SQLITE_CONFIG_SCRATCH]
4904 ** "sz" parameter to [SQLITE_CONFIG_SCRATCH]) and because no scratch buffer
/external/sqlite/dist/orig/
H A Dsqlite3.h1418 ** [[SQLITE_CONFIG_SCRATCH]] <dt>SQLITE_CONFIG_SCRATCH</dt>
1458 ** for by [SQLITE_CONFIG_SCRATCH] and [SQLITE_CONFIG_PAGECACHE].
1560 #define SQLITE_CONFIG_SCRATCH 6 /* void*, int sz, int N */ macro
5834 ** controlled by [SQLITE_CONFIG_SCRATCH] and auxiliary page-cache
5875 ** [SQLITE_CONFIG_SCRATCH]. The value returned is in allocations, not
5882 ** allocation which could not be satisfied by the [SQLITE_CONFIG_SCRATCH]
5886 ** "sz" parameter to [SQLITE_CONFIG_SCRATCH]) and because no scratch buffer
H A Dsqlite3.c1968 ** [[SQLITE_CONFIG_SCRATCH]] <dt>SQLITE_CONFIG_SCRATCH</dt>
2008 ** for by [SQLITE_CONFIG_SCRATCH] and [SQLITE_CONFIG_PAGECACHE].
2110 #define SQLITE_CONFIG_SCRATCH 6 /* void*, int sz, int N */ macro
6384 ** controlled by [SQLITE_CONFIG_SCRATCH] and auxiliary page-cache
6425 ** [SQLITE_CONFIG_SCRATCH]. The value returned is in allocations, not
6432 ** allocation which could not be satisfied by the [SQLITE_CONFIG_SCRATCH]
6436 ** "sz" parameter to [SQLITE_CONFIG_SCRATCH]) and because no scratch buffer
18986 /* Release memory from the SQLITE_CONFIG_SCRATCH allocation */
[all...]
/external/sqlite/dist/
H A Dsqlite3.h1418 ** [[SQLITE_CONFIG_SCRATCH]] <dt>SQLITE_CONFIG_SCRATCH</dt>
1458 ** for by [SQLITE_CONFIG_SCRATCH] and [SQLITE_CONFIG_PAGECACHE].
1560 #define SQLITE_CONFIG_SCRATCH 6 /* void*, int sz, int N */ macro
5834 ** controlled by [SQLITE_CONFIG_SCRATCH] and auxiliary page-cache
5875 ** [SQLITE_CONFIG_SCRATCH]. The value returned is in allocations, not
5882 ** allocation which could not be satisfied by the [SQLITE_CONFIG_SCRATCH]
5886 ** "sz" parameter to [SQLITE_CONFIG_SCRATCH]) and because no scratch buffer
H A Dsqlite3.c1968 ** [[SQLITE_CONFIG_SCRATCH]] <dt>SQLITE_CONFIG_SCRATCH</dt>
2008 ** for by [SQLITE_CONFIG_SCRATCH] and [SQLITE_CONFIG_PAGECACHE].
2110 #define SQLITE_CONFIG_SCRATCH 6 /* void*, int sz, int N */ macro
6384 ** controlled by [SQLITE_CONFIG_SCRATCH] and auxiliary page-cache
6425 ** [SQLITE_CONFIG_SCRATCH]. The value returned is in allocations, not
6432 ** allocation which could not be satisfied by the [SQLITE_CONFIG_SCRATCH]
6436 ** "sz" parameter to [SQLITE_CONFIG_SCRATCH]) and because no scratch buffer
18986 /* Release memory from the SQLITE_CONFIG_SCRATCH allocation */
[all...]

Completed in 316 milliseconds