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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/sqlite-3.6.22/
H A Dsqlite3.h1145 ** <dt>SQLITE_CONFIG_SCRATCH</dt>
1187 ** for by [SQLITE_CONFIG_SCRATCH] and [SQLITE_CONFIG_PAGECACHE].
1252 #define SQLITE_CONFIG_SCRATCH 6 /* void*, int sz, int N */ macro
4992 ** controlled by [SQLITE_CONFIG_SCRATCH] and auxiliary page-cache
5028 ** [SQLITE_CONFIG_SCRATCH]. The value returned is in allocations, not
5035 ** allocation which could not be statisfied by the [SQLITE_CONFIG_SCRATCH]
5039 ** "sz" parameter to [SQLITE_CONFIG_SCRATCH]) and because no scratch buffer
H A Dsqlite3.c1669 ** <dt>SQLITE_CONFIG_SCRATCH</dt>
1711 ** for by [SQLITE_CONFIG_SCRATCH] and [SQLITE_CONFIG_PAGECACHE].
1776 #define SQLITE_CONFIG_SCRATCH 6 /* void*, int sz, int N */ macro
5516 ** controlled by [SQLITE_CONFIG_SCRATCH] and auxiliary page-cache
5552 ** [SQLITE_CONFIG_SCRATCH]. The value returned is in allocations, not
5559 ** allocation which could not be statisfied by the [SQLITE_CONFIG_SCRATCH]
5563 ** "sz" parameter to [SQLITE_CONFIG_SCRATCH]) and because no scratch buffer
[all...]

Completed in 322 milliseconds