Lines Matching refs:nMin
47473 static void blobGrowBuffer(Blob *pBlob, int nMin, int *pRc){
47474 if( *pRc==SQLITE_OK && nMin>pBlob->nAlloc ){
47475 int nAlloc = nMin;
47490 …-191395,7 +191490,7 @@ SQLITE_PRIVATE int sqlite3Fts3Incrmerge(Fts3Table *p, int nMerge, int nMin){
48345 static void blobGrowBuffer(Blob *pBlob, int nMin, int *pRc){
48346 if( *pRc==SQLITE_OK && nMin>pBlob->nAlloc ){
48347 int nAlloc = nMin;
48362 …-191911,7 +192007,7 @@ SQLITE_PRIVATE int sqlite3Fts3Incrmerge(Fts3Table *p, int nMerge, int nMin){
48797 static void blobGrowBuffer(Blob *pBlob, int nMin, int *pRc){
48798 if( *pRc==SQLITE_OK && nMin>pBlob->nAlloc ){
48799 int nAlloc = nMin;
48814 @@ -4921,7 +4923,7 @@ int sqlite3Fts3Incrmerge(Fts3Table *p, int nMerge, int nMin){