Searched refs: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/sqlite/dist/orig/
H A Dsqlite3.h1565 ** [[SQLITE_CONFIG_SCRATCH]] <dt>SQLITE_CONFIG_SCRATCH</dt>
1566 ** <dd> ^The SQLITE_CONFIG_SCRATCH option specifies a static memory buffer
1568 ** to SQLITE_CONFIG_SCRATCH: A pointer an 8-byte
1581 ** SQLITE_CONFIG_SCRATCH, SQLite avoids unnecessary large
1615 ** beyond those provided for by [SQLITE_CONFIG_SCRATCH] and
1795 #define SQLITE_CONFIG_SCRATCH 6 /* void*, int sz, int N */ macro
6422 ** controlled by [SQLITE_CONFIG_SCRATCH] and auxiliary page-cache
6463 ** [SQLITE_CONFIG_SCRATCH]. The value returned is in allocations, not
6470 ** allocation which could not be satisfied by the [SQLITE_CONFIG_SCRATCH]
[all...]
H A Dshell.c4559 sqlite3_config(SQLITE_CONFIG_SCRATCH, malloc(n*sz+1), sz, n);
H A Dsqlite3.c1772 ** [[SQLITE_CONFIG_SCRATCH]] <dt>SQLITE_CONFIG_SCRATCH</dt>
1773 ** <dd> ^The SQLITE_CONFIG_SCRATCH option specifies a static memory buffer
1775 ** to SQLITE_CONFIG_SCRATCH: A pointer an 8-byte
1788 ** SQLITE_CONFIG_SCRATCH, SQLite avoids unnecessary large
1822 ** beyond those provided for by [SQLITE_CONFIG_SCRATCH] and
2002 #define SQLITE_CONFIG_SCRATCH 6 /* void*, int sz, int N */ macro
6629 ** controlled by [SQLITE_CONFIG_SCRATCH] and auxiliary page-cache
6670 ** [SQLITE_CONFIG_SCRATCH]. The value returned is in allocations, not
6677 ** allocation which could not be satisfied by the [SQLITE_CONFIG_SCRATCH]
[all...]
/external/sqlite/dist/
H A Dsqlite3.h1565 ** [[SQLITE_CONFIG_SCRATCH]] <dt>SQLITE_CONFIG_SCRATCH</dt>
1566 ** <dd> ^The SQLITE_CONFIG_SCRATCH option specifies a static memory buffer
1568 ** to SQLITE_CONFIG_SCRATCH: A pointer an 8-byte
1581 ** SQLITE_CONFIG_SCRATCH, SQLite avoids unnecessary large
1615 ** beyond those provided for by [SQLITE_CONFIG_SCRATCH] and
1795 #define SQLITE_CONFIG_SCRATCH 6 /* void*, int sz, int N */ macro
6422 ** controlled by [SQLITE_CONFIG_SCRATCH] and auxiliary page-cache
6463 ** [SQLITE_CONFIG_SCRATCH]. The value returned is in allocations, not
6470 ** allocation which could not be satisfied by the [SQLITE_CONFIG_SCRATCH]
[all...]
H A Dshell.c4581 sqlite3_config(SQLITE_CONFIG_SCRATCH, malloc(n*sz+1), sz, n);
H A Dsqlite3.c1772 ** [[SQLITE_CONFIG_SCRATCH]] <dt>SQLITE_CONFIG_SCRATCH</dt>
1773 ** <dd> ^The SQLITE_CONFIG_SCRATCH option specifies a static memory buffer
1775 ** to SQLITE_CONFIG_SCRATCH: A pointer an 8-byte
1788 ** SQLITE_CONFIG_SCRATCH, SQLite avoids unnecessary large
1822 ** beyond those provided for by [SQLITE_CONFIG_SCRATCH] and
2002 #define SQLITE_CONFIG_SCRATCH 6 /* void*, int sz, int N */ macro
6629 ** controlled by [SQLITE_CONFIG_SCRATCH] and auxiliary page-cache
6670 ** [SQLITE_CONFIG_SCRATCH]. The value returned is in allocations, not
6677 ** allocation which could not be satisfied by the [SQLITE_CONFIG_SCRATCH]
[all...]

Completed in 455 milliseconds