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

/macosx-10.10/Heimdal-398.1.2/lib/sqlite/
H A Dsqlite3.c11092 void *pScratch; /* Scratch memory */ member in struct:Sqlite3Config
12054 (void*)0, /* pScratch */
18157 ** Pointers to the end of sqlite3GlobalConfig.pScratch memory
18159 ** being freed came from pScratch) and a pointer to the list of
18261 if( sqlite3GlobalConfig.pScratch && sqlite3GlobalConfig.szScratch>=100
18267 pSlot = (ScratchFreeslot*)sqlite3GlobalConfig.pScratch;
18279 sqlite3GlobalConfig.pScratch = 0;
18496 if( p>=sqlite3GlobalConfig.pScratch && p<mem0.pScratchEnd ){
[all...]

Completed in 406 milliseconds