Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/fts5/
H A Dfts5_storage.c200 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()
H A Dfts5_config.c341 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()
H A Dfts5Int.h222 #define FTS5_CONTENT_NORMAL 0 macro
H A Dfts5_main.c1527 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()