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

/macosx-10.9.5/Heimdal-323.92.1/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 431 milliseconds