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

/macosx-10.10/Heimdal-398.1.2/lib/sqlite/
H A Dsqlite3.c18162 void *pScratchEnd; member in struct:Mem0Global
18276 mem0.pScratchEnd = (void*)&pSlot[1];
18278 mem0.pScratchEnd = 0;
18496 if( p>=sqlite3GlobalConfig.pScratch && p<mem0.pScratchEnd ){
[all...]

Completed in 300 milliseconds