Searched refs:eDbType (Results 1 – 1 of 1) sorted by relevance
25590 int eDbType = SHELL_OPEN_UNSPEC; in arDotCommand() local25594 eDbType = deduceDatabaseType(cmd.zFile, 1); in arDotCommand()25596 eDbType = pState->openMode; in arDotCommand()25598 if( eDbType==SHELL_OPEN_ZIPFILE ){ in arDotCommand()25609 if( cmd.bAppend ) eDbType = SHELL_OPEN_APPENDVFS; in arDotCommand()25619 eDbType==SHELL_OPEN_APPENDVFS ? " using 'apndvfs'" : ""); in arDotCommand()25622 eDbType==SHELL_OPEN_APPENDVFS ? "apndvfs" : 0); in arDotCommand()