Searched refs:pScratch (Results 1 – 1 of 1) sorted by relevance
11092 void *pScratch; /* Scratch memory */ member18261 if( sqlite3GlobalConfig.pScratch && sqlite3GlobalConfig.szScratch>=100 in sqlite3MallocInit()18267 pSlot = (ScratchFreeslot*)sqlite3GlobalConfig.pScratch; in sqlite3MallocInit()18279 sqlite3GlobalConfig.pScratch = 0; in sqlite3MallocInit()18496 if( p>=sqlite3GlobalConfig.pScratch && p<mem0.pScratchEnd ){ in sqlite3ScratchFree()110498 sqlite3GlobalConfig.pScratch = va_arg(ap, void*);