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

/freebsd-10-stable/crypto/heimdal/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...]
/freebsd-10-stable/contrib/sqlite3/
H A Dsqlite3.c15794 void *pScratch; /* Scratch memory */ member in struct:Sqlite3Config
17064 (void*)0, /* pScratch */
23883 ** Pointers to the end of sqlite3GlobalConfig.pScratch memory
23885 ** being freed came from pScratch) and a pointer to the list of
23967 if( sqlite3GlobalConfig.pScratch && sqlite3GlobalConfig.szScratch>=100
23973 pSlot = (ScratchFreeslot*)sqlite3GlobalConfig.pScratch;
23985 sqlite3GlobalConfig.pScratch = 0;
24193 if( SQLITE_WITHIN(p, sqlite3GlobalConfig.pScratch, mem0.pScratchEnd) ){
[all...]

Completed in 910 milliseconds