Searched refs:bWithoutRowid (Results 1 – 2 of 2) sorted by relevance
264 int bWithoutRowid; in main() member275 offsetof(struct Options, bWithoutRowid) ), in main()310 int bWithoutRowid; in main() local324 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()
92 int bWithoutRowid; /* True for --without-rowid */ member