Home | History | Annotate | Download | only in orig

Lines Matching refs:pScratch

11349   void *pScratch;                   /* Scratch memory */
12340 (void*)0, /* pScratch */
18645 ** Pointers to the end of sqlite3GlobalConfig.pScratch memory
18647 ** being freed came from pScratch) and a pointer to the list of
18750 if( sqlite3GlobalConfig.pScratch && sqlite3GlobalConfig.szScratch>=100
18756 pSlot = (ScratchFreeslot*)sqlite3GlobalConfig.pScratch;
18768 sqlite3GlobalConfig.pScratch = 0;
18985 if( p>=sqlite3GlobalConfig.pScratch && p<mem0.pScratchEnd ){
112794 sqlite3GlobalConfig.pScratch = va_arg(ap, void*);