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

/freebsd-11-stable/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c11093 int szScratch; /* Size of each scratch buffer */ member in struct:Sqlite3Config
12055 0, /* szScratch */
18261 if( sqlite3GlobalConfig.pScratch && sqlite3GlobalConfig.szScratch>=100
18265 sz = ROUNDDOWN8(sqlite3GlobalConfig.szScratch);
18266 sqlite3GlobalConfig.szScratch = sz;
18280 sqlite3GlobalConfig.szScratch = 0;
18451 if( mem0.nScratchFree && sqlite3GlobalConfig.szScratch>=n ){
54132 int szScratch; /* Size of scratch memory requested */ local
[all...]
/freebsd-11-stable/contrib/sqlite3/
H A Dsqlite3.c72538 int szScratch; /* Size of scratch memory requested */ local
[all...]

Completed in 830 milliseconds