Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c205350 static int fts3DeleteAll(Fts3Table *p, int bContent){ argument
205358 assert( p->zContentTbl==0 || bContent==0 );
205359 if( bContent ) fts3SqlExec(&rc, p, SQL_DELETE_ALL_CONTENT, 0);
250300 u8 bContent; /* Set content-flag (detail=none mode) */ member
250434 if( p->bContent ){
250457 p->bContent = 0;
250587 p->bContent = 1;
262441 int bContent = 0; /* Content only update */ local
262446 rc = fts5ContentlessUpdate(pConfig, &apVal[2], iOld!=iNew, &bContent);
262453 assert( bContent==0 );
[all …]