Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dbuild.c1334 int fileFormat; in sqlite3StartTable() local
1355 fileFormat = (db->flags & SQLITE_LegacyFileFmt)!=0 ? in sqlite3StartTable()
1357 sqlite3VdbeAddOp3(v, OP_SetCookie, iDb, BTREE_FILE_FORMAT, fileFormat); in sqlite3StartTable()