Searched refs:eDbType (Results 1 – 1 of 1) sorted by relevance
24326 int eDbType = SHELL_OPEN_UNSPEC; in arDotCommand() local24330 eDbType = deduceDatabaseType(cmd.zFile, 1); in arDotCommand()24332 eDbType = pState->openMode; in arDotCommand()24334 if( eDbType==SHELL_OPEN_ZIPFILE ){ in arDotCommand()24345 if( cmd.bAppend ) eDbType = SHELL_OPEN_APPENDVFS; in arDotCommand()24355 eDbType==SHELL_OPEN_APPENDVFS ? " using 'apndvfs'" : ""); in arDotCommand()24358 eDbType==SHELL_OPEN_APPENDVFS ? "apndvfs" : 0); in arDotCommand()