Home
last modified time | relevance | path

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

/sqlite-3.40.0/test/
H A Dwordcount.c262 int useWithoutRowid = 0; /* True for --without-rowid */ in main() local
299 useWithoutRowid = 1; in main()
402 while( allLoop(iMode, &iLoopCnt, &iMode2, &useWithoutRowid) ){ in main()
422 useWithoutRowid ? " WITHOUT ROWID" : "" in main()
583 useWithoutRowid? " --without-rowid" : ""); in main()