Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/fts5/
H A Dfts5_config.c349 pConfig->eContent = FTS5_CONTENT_NONE; in fts5ConfigParseSpecial()
492 if( p->eContent!=FTS5_CONTENT_NONE ){ in fts5ConfigMakeExprlist()
609 || pRet->eContent==FTS5_CONTENT_NONE in sqlite3Fts5ConfigParse()
H A Dfts5Int.h223 #define FTS5_CONTENT_NONE 1 macro
H A Dfts5_main.c310 return pTab->p.pConfig->eContent==FTS5_CONTENT_NONE; in fts5IsContentless()
1537 if( pConfig->eContent==FTS5_CONTENT_NONE ){ in fts5SpecialInsert()