Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/sqlite3/
H A Dsqlite3.c23504 typedef unsigned bft; /* Bit Field Type */ typedef
23592 bft expired:2; /* 1: recompile VM immediately 2: when convenient */
23593 bft explain:2; /* 0: normal, 1: EXPLAIN, 2: EXPLAIN QUERY PLAN */
23594 bft changeCntOn:1; /* True to update the change-counter */
23595 bft usesStmtJournal:1; /* True if uses a statement journal */
23596 bft readOnly:1; /* True for statements that do not write */
23597 bft bIsReader:1; /* True for statements that read */
23598 bft haveEqpOps:1; /* Bytecode supports EXPLAIN QUERY PLAN */