Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c79751 u64 szScratch; /* Size of scratch memory requested */ local
79880 szScratch =
79885 assert( szScratch<=7*(int)pBt->pageSize );
79886 b.apCell = sqlite3StackAllocRaw(0, szScratch );