Home
last modified time | relevance | path

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

/sqlite-3.40.0/tool/
H A Dloadfts.c161 int bMap = 0; /* True to create mapping table */ in main() local
186 bMap = atoi(zArg); in main()
187 if( bMap!=0 && bMap!=1 ) showHelp(argv[0]); in main()