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

/netbsd-6-1-5-RELEASE/external/public-domain/sqlite/dist/
H A Dsqlite3.c11318 void *pScratch; /* Scratch memory */ member in struct:Sqlite3Config
12308 (void*)0, /* pScratch */
18581 ** Pointers to the end of sqlite3GlobalConfig.pScratch memory
18583 ** being freed came from pScratch) and a pointer to the list of
18686 if( sqlite3GlobalConfig.pScratch && sqlite3GlobalConfig.szScratch>=100
18692 pSlot = (ScratchFreeslot*)sqlite3GlobalConfig.pScratch;
18704 sqlite3GlobalConfig.pScratch = 0;
18921 if( p>=sqlite3GlobalConfig.pScratch && p<mem0.pScratchEnd ){
[all...]

Completed in 335 milliseconds