Searched refs:FTS5_CONTENT_NORMAL (Results 1 – 4 of 4) sorted by relevance
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()969 if( rc==SQLITE_OK && pConfig->eContent==FTS5_CONTENT_NORMAL ){ in sqlite3Fts5StorageIntegrity()
341 if( pConfig->eContent!=FTS5_CONTENT_NORMAL ){ in fts5ConfigParseSpecial()608 assert( pRet->eContent==FTS5_CONTENT_NORMAL in sqlite3Fts5ConfigParse()611 if( pRet->eContent==FTS5_CONTENT_NORMAL ){ in sqlite3Fts5ConfigParse()
222 #define FTS5_CONTENT_NORMAL 0 macro
1527 if( pConfig->eContent==FTS5_CONTENT_NORMAL ){ in fts5SpecialInsert()1647 if( pConfig->eContent!=FTS5_CONTENT_NORMAL in fts5UpdateMethod()1667 if( pConfig->eContent==FTS5_CONTENT_NORMAL ){ in fts5UpdateMethod()