Home
last modified time | relevance | path

Searched refs:szScratch (Results 1 – 1 of 1) sorted by relevance

/PHP-5.6/ext/sqlite3/libsqlite/
H A Dsqlite3.c12795 int szScratch; /* Size of each scratch buffer */ member
20687 if( sqlite3GlobalConfig.pScratch && sqlite3GlobalConfig.szScratch>=100
20691 sz = ROUNDDOWN8(sqlite3GlobalConfig.szScratch);
20692 sqlite3GlobalConfig.szScratch = sz;
20706 sqlite3GlobalConfig.szScratch = 0;
20884 if( mem0.nScratchFree && sqlite3GlobalConfig.szScratch>=n ){
59735 int szScratch; /* Size of scratch memory requested */
59860 szScratch =
59867 assert( szScratch<=6*(int)pBt->pageSize );
59868 apCell = sqlite3ScratchMalloc( szScratch );
[all …]

Completed in 602 milliseconds