Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c205036 static int fts3DeleteAll(Fts3Table *p, int bContent){ argument
205044 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) */ member
249702 if( p->bContent ){
249725 p->bContent = 0;
249855 p->bContent = 1;
261691 int bContent = 0; /* Content only update */ local
261696 rc = fts5ContentlessUpdate(pConfig, &apVal[2], iOld!=iNew, &bContent);
261703 assert( bContent==0 );
[all …]