Searched refs:eDbType (Results 1 – 1 of 1) sorted by relevance
30458 int eDbType = SHELL_OPEN_UNSPEC; in arDotCommand() local30463 eDbType = deduceDatabaseType(cmd.zFile, 1, 0); in arDotCommand()30465 eDbType = pState->openMode; in arDotCommand()30467 if( eDbType==SHELL_OPEN_ZIPFILE ){ in arDotCommand()30478 if( cmd.bAppend ) eDbType = SHELL_OPEN_APPENDVFS; in arDotCommand()30488 eDbType==SHELL_OPEN_APPENDVFS ? " using 'apndvfs'" : ""); in arDotCommand()30491 eDbType==SHELL_OPEN_APPENDVFS ? "apndvfs" : 0); in arDotCommand()