Searched refs:eDbType (Results 1 – 1 of 1) sorted by relevance
14912 int eDbType = SHELL_OPEN_UNSPEC; in arDotCommand() local14916 eDbType = deduceDatabaseType(cmd.zFile, 1); in arDotCommand()14918 eDbType = pState->openMode; in arDotCommand()14920 if( eDbType==SHELL_OPEN_ZIPFILE ){ in arDotCommand()14931 if( cmd.bAppend ) eDbType = SHELL_OPEN_APPENDVFS; in arDotCommand()14941 eDbType==SHELL_OPEN_APPENDVFS ? " using 'apndvfs'" : ""); in arDotCommand()14944 eDbType==SHELL_OPEN_APPENDVFS ? "apndvfs" : 0); in arDotCommand()