Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/fts3/
H A Dfts3.c3110 int bFound = 0; /* True once an index has been found */ in fts3TermSegReaderCursor() local
3114 for(i=1; bFound==0 && i<p->nIndex; i++){ in fts3TermSegReaderCursor()
3116 bFound = 1; in fts3TermSegReaderCursor()
3124 for(i=1; bFound==0 && i<p->nIndex; i++){ in fts3TermSegReaderCursor()
3126 bFound = 1; in fts3TermSegReaderCursor()
3139 if( bFound==0 ){ in fts3TermSegReaderCursor()
H A Dfts3_write.c5611 int bFound = 0; /* True if *pRowid really is in the table */ in fts3DeleteByRowid() local
5613 fts3DeleteTerms(&rc, p, pRowid, aSzDel, &bFound); in fts3DeleteByRowid()
5614 if( bFound && rc==SQLITE_OK ){ in fts3DeleteByRowid()
/sqlite-3.40.0/ext/lsm1/
H A Dlsm_sorted.c1582 int bFound; in segmentPtrFwdPointer() local
1601 rc = ptrFwdPointer(pPg, pPtr->iCell, pPtr->pSeg, &iOut, &bFound); in segmentPtrFwdPointer()
1603 if( rc==LSM_OK && bFound==0 ){ in segmentPtrFwdPointer()
1620 rc = ptrFwdPointer(ptr.pPg, ptr.iCell, ptr.pSeg, &iOut, &bFound); in segmentPtrFwdPointer()