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

/netbsd-6-1-5-RELEASE/external/public-domain/sqlite/dist/
H A Dsqlite3.h1383 ** [[SQLITE_CONFIG_SCRATCH]] <dt>SQLITE_CONFIG_SCRATCH</dt>
1423 ** for by [SQLITE_CONFIG_SCRATCH] and [SQLITE_CONFIG_PAGECACHE].
1525 #define SQLITE_CONFIG_SCRATCH 6 /* void*, int sz, int N */ macro
5785 ** controlled by [SQLITE_CONFIG_SCRATCH] and auxiliary page-cache
5826 ** [SQLITE_CONFIG_SCRATCH]. The value returned is in allocations, not
5833 ** allocation which could not be satisfied by the [SQLITE_CONFIG_SCRATCH]
5837 ** "sz" parameter to [SQLITE_CONFIG_SCRATCH]) and because no scratch buffer
H A Dsqlite3.c1933 ** [[SQLITE_CONFIG_SCRATCH]] <dt>SQLITE_CONFIG_SCRATCH</dt>
1973 ** for by [SQLITE_CONFIG_SCRATCH] and [SQLITE_CONFIG_PAGECACHE].
2075 #define SQLITE_CONFIG_SCRATCH 6 /* void*, int sz, int N */ macro
6335 ** controlled by [SQLITE_CONFIG_SCRATCH] and auxiliary page-cache
6376 ** [SQLITE_CONFIG_SCRATCH]. The value returned is in allocations, not
6383 ** allocation which could not be satisfied by the [SQLITE_CONFIG_SCRATCH]
6387 ** "sz" parameter to [SQLITE_CONFIG_SCRATCH]) and because no scratch buffer
18922 /* Release memory from the SQLITE_CONFIG_SCRATCH allocation */
[all...]

Completed in 513 milliseconds