Searched refs:bContent (Results 1 – 1 of 1) sorted by relevance
205036 static int fts3DeleteAll(Fts3Table *p, int bContent){ argument205044 assert( p->zContentTbl==0 || bContent==0 );205045 if( bContent ) fts3SqlExec(&rc, p, SQL_DELETE_ALL_CONTENT, 0);249568 u8 bContent; /* Set content-flag (detail=none mode) */ member249702 if( p->bContent ){249725 p->bContent = 0;249855 p->bContent = 1;261691 int bContent = 0; /* Content only update */ local261696 rc = fts5ContentlessUpdate(pConfig, &apVal[2], iOld!=iNew, &bContent);261703 assert( bContent==0 );[all …]