Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/session/
H A Dsession_speed_test.c264 int bWithoutRowid; in main() member
275 offsetof(struct Options, bWithoutRowid) ), in main()
310 int bWithoutRowid; in main() local
324 for(bWithoutRowid=0; bWithoutRowid<2; bWithoutRowid++){ in main()
326 if( o.bAll || (o.bWithoutRowid==bWithoutRowid && o.bInteger==bInteger) ){ in main()
329 bWithoutRowid ? "WITHOUT ROWID" : "rowid" in main()
341 execsql(db, azCreate[o.bWithoutRowid]); in main()
342 execsql(db2, azCreate[o.bWithoutRowid]); in main()
/sqlite-3.40.0/test/
H A Dspeedtest1.c92 int bWithoutRowid; /* True for --without-rowid */ member