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

/freebsd-11-stable/crypto/heimdal/lib/sqlite/
H A Dsqlite3.h1351 ** [[SQLITE_CONFIG_SCRATCH]] <dt>SQLITE_CONFIG_SCRATCH</dt>
1391 ** for by [SQLITE_CONFIG_SCRATCH] and [SQLITE_CONFIG_PAGECACHE].
1488 #define SQLITE_CONFIG_SCRATCH 6 /* void*, int sz, int N */ macro
5655 ** controlled by [SQLITE_CONFIG_SCRATCH] and auxiliary page-cache
5696 ** [SQLITE_CONFIG_SCRATCH]. The value returned is in allocations, not
5703 ** allocation which could not be satisfied by the [SQLITE_CONFIG_SCRATCH]
5707 ** "sz" parameter to [SQLITE_CONFIG_SCRATCH]) and because no scratch buffer
H A Dsqlite3.c1904 ** [[SQLITE_CONFIG_SCRATCH]] <dt>SQLITE_CONFIG_SCRATCH</dt>
1944 ** for by [SQLITE_CONFIG_SCRATCH] and [SQLITE_CONFIG_PAGECACHE].
2041 #define SQLITE_CONFIG_SCRATCH 6 /* void*, int sz, int N */ macro
6208 ** controlled by [SQLITE_CONFIG_SCRATCH] and auxiliary page-cache
6249 ** [SQLITE_CONFIG_SCRATCH]. The value returned is in allocations, not
6256 ** allocation which could not be satisfied by the [SQLITE_CONFIG_SCRATCH]
6260 ** "sz" parameter to [SQLITE_CONFIG_SCRATCH]) and because no scratch buffer
18497 /* Release memory from the SQLITE_CONFIG_SCRATCH allocation */
[all...]
/freebsd-11-stable/contrib/sqlite3/
H A Dsqlite3.h1779 ** [[SQLITE_CONFIG_SCRATCH]] <dt>SQLITE_CONFIG_SCRATCH</dt>
1780 ** <dd> The SQLITE_CONFIG_SCRATCH option is no longer used.
2036 #define SQLITE_CONFIG_SCRATCH 6 /* No longer used */ macro
H A Dsqlite3.c2842 ** [[SQLITE_CONFIG_SCRATCH]] <dt>SQLITE_CONFIG_SCRATCH</dt>
2843 ** <dd> The SQLITE_CONFIG_SCRATCH option is no longer used.
3099 #define SQLITE_CONFIG_SCRATCH 6 /* No longer used */ macro
[all...]

Completed in 713 milliseconds