Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/misc/
H A Dunionvtab.c1143 int bZero = 0; in unionFilter() local
1169 bZero = 1; in unionFilter()
1181 bZero = 1; in unionFilter()
1190 if( bZero ){ in unionFilter()
/sqlite-3.40.0/ext/lsm1/
H A Dlsm_file.c1775 int bZero, /* True to zero the Segment structure */ in lsmFsSortedDelete() argument
1792 }else if( bZero==0 && pDel->iLastPg!=fsLastPageOnBlock(pFS, iLastBlk) ){ in lsmFsSortedDelete()
1804 if( bZero ) memset(pDel, 0, sizeof(Segment)); in lsmFsSortedDelete()
/sqlite-3.40.0/ext/fts5/
H A Dfts5_index.c1470 int bZero = 0; /* True if last 0x00 counts */ in fts5DlidxLvlPrev() local
1474 bZero = (j>8); in fts5DlidxLvlPrev()
1476 if( bZero==0 ) nZero--; in fts5DlidxLvlPrev()
/sqlite-3.40.0/ext/fts3/
H A Dfts3_write.c2622 int bZero, /* Zero out anything following *ppList */ in fts3ColumnFilter() argument
2651 if( bZero && (pEnd - &pList[nList])>0){ in fts3ColumnFilter()