Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/fts3/
H A Dfts3Int.h242 u8 *abNotindexed; /* True for 'notindexed' columns */ member
H A Dfts3_write.c929 if( p->abNotindexed[iCol]==0 ){ in fts3InsertTerms()
1085 if( p->abNotindexed[iCol]==0 ){ in fts3DeleteTerms()
3594 if( p->abNotindexed[iCol]==0 ){ in fts3DoRebuild()
5328 if( p->abNotindexed[iCol]==0 ){ in fts3IntegrityCheck()
5508 if( p->abNotindexed[i]==0 ){ in sqlite3Fts3CacheDeferredDoclists()
H A Dfts3.c1447 p->abNotindexed = (u8 *)&p->aIndex[nIndex]; in fts3InitVtab()
1450 zCsr = (char *)&p->abNotindexed[nCol]; in fts3InitVtab()
1481 p->abNotindexed[iCol] = 1; in fts3InitVtab()