Searched refs:abNotindexed (Results 1 – 3 of 3) sorted by relevance
242 u8 *abNotindexed; /* True for 'notindexed' columns */ member
929 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()
1447 p->abNotindexed = (u8 *)&p->aIndex[nIndex]; in fts3InitVtab()1450 zCsr = (char *)&p->abNotindexed[nCol]; in fts3InitVtab()1481 p->abNotindexed[iCol] = 1; in fts3InitVtab()