Home
last modified time | relevance | path

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

/freebsd-12-stable/crypto/heimdal/lib/sqlite/
Dsqlite3.c18162 void *pScratchEnd; member
18276 mem0.pScratchEnd = (void*)&pSlot[1]; in sqlite3MallocInit()
18278 mem0.pScratchEnd = 0; in sqlite3MallocInit()
18496 if( p>=sqlite3GlobalConfig.pScratch && p<mem0.pScratchEnd ){ in sqlite3ScratchFree()