Searched refs:eContent (Results 1 – 4 of 4) sorted by relevance
341 if( pConfig->eContent!=FTS5_CONTENT_NORMAL ){ in fts5ConfigParseSpecial()346 pConfig->eContent = FTS5_CONTENT_EXTERNAL; in fts5ConfigParseSpecial()349 pConfig->eContent = FTS5_CONTENT_NONE; in fts5ConfigParseSpecial()492 if( p->eContent!=FTS5_CONTENT_NONE ){ in fts5ConfigMakeExprlist()494 if( p->eContent==FTS5_CONTENT_EXTERNAL ){ in fts5ConfigMakeExprlist()608 assert( pRet->eContent==FTS5_CONTENT_NORMAL in sqlite3Fts5ConfigParse()609 || pRet->eContent==FTS5_CONTENT_NONE in sqlite3Fts5ConfigParse()611 if( pRet->eContent==FTS5_CONTENT_NORMAL ){ in sqlite3Fts5ConfigParse()
200 if( rc==SQLITE_OK && pConfig->eContent==FTS5_CONTENT_NORMAL ){ in sqlite3Fts5DropAll()233 if( pConfig->eContent==FTS5_CONTENT_NORMAL ){ in sqlite3Fts5StorageRename()300 if( pConfig->eContent==FTS5_CONTENT_NORMAL ){ in sqlite3Fts5StorageOpen()534 assert( pConfig->eContent!=FTS5_CONTENT_NORMAL || apVal==0 ); in sqlite3Fts5StorageDelete()553 if( pConfig->eContent==FTS5_CONTENT_NORMAL ){ in sqlite3Fts5StorageDelete()707 if( pConfig->eContent!=FTS5_CONTENT_NORMAL ){ in sqlite3Fts5StorageContentInsert()904 bUseCksum = (pConfig->eContent==FTS5_CONTENT_NORMAL in sqlite3Fts5StorageIntegrity()905 || (pConfig->eContent==FTS5_CONTENT_EXTERNAL && iArg) in sqlite3Fts5StorageIntegrity()969 if( rc==SQLITE_OK && pConfig->eContent==FTS5_CONTENT_NORMAL ){ in sqlite3Fts5StorageIntegrity()
310 return pTab->p.pConfig->eContent==FTS5_CONTENT_NONE; in fts5IsContentless()1527 if( pConfig->eContent==FTS5_CONTENT_NORMAL ){ in fts5SpecialInsert()1537 if( pConfig->eContent==FTS5_CONTENT_NONE ){ in fts5SpecialInsert()1647 if( pConfig->eContent!=FTS5_CONTENT_NORMAL in fts5UpdateMethod()1667 if( pConfig->eContent==FTS5_CONTENT_NORMAL ){ in fts5UpdateMethod()
190 int eContent; /* An FTS5_CONTENT value */ member