Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/fts5/
H A Dfts5_main.c229 #define BitFlagTest(x,y) (((x) & (y))!=0) macro
658 if( BitFlagTest(idxFlags, FTS5_BI_ORDER_RANK|FTS5_BI_ORDER_ROWID) ){ in fts5BestIndexMethod()