Home
last modified time | relevance | path

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

/PHP-7.2/ext/sqlite3/libsqlite/
H A Dsqlite3.c20277 typedef unsigned bft; /* Bit Field Type */ typedef
20355 bft expired:2; /* 1: recompile VM immediately 2: when convenient */
20356 bft explain:2; /* True if EXPLAIN present on SQL command */
20357 bft doingRerun:1; /* True if rerunning after an auto-reprepare */
20358 bft changeCntOn:1; /* True to update the change-counter */
20359 bft runOnlyOnce:1; /* Automatically expire on reset */
20360 bft usesStmtJournal:1; /* True if uses a statement journal */
20361 bft readOnly:1; /* True for statements that do not write */
20362 bft bIsReader:1; /* True for statements that read */

Completed in 447 milliseconds