Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/fts5/
H A Dfts5_hash.c68 u8 bContent; /* Set content-flag (detail=none mode) */ member
203 if( p->bContent ){ in fts5HashAddPoslistSize()
226 p->bContent = 0; in fts5HashAddPoslistSize()
356 p->bContent = 1; in sqlite3Fts5HashWrite()
/sqlite-3.40.0/ext/fts3/
H A Dfts3_write.c1029 static int fts3DeleteAll(Fts3Table *p, int bContent){ in fts3DeleteAll() argument
1037 assert( p->zContentTbl==0 || bContent==0 ); in fts3DeleteAll()
1038 if( bContent ) fts3SqlExec(&rc, p, SQL_DELETE_ALL_CONTENT, 0); in fts3DeleteAll()
/sqlite-3.40.0/tool/
H A Dlemon.c274 int bContent; /* True if this symbol ever carries content - if member
2398 if( rp->rhsalias[i]!=0 ){ rp->rhs[i]->bContent = 1; } in parseonetoken()
3488 if( sp->bContent ) continue; in ReportOutput()