Home
last modified time | relevance | path

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

/netbsd-src/external/public-domain/sqlite/dist/
H A Dshell.c18233 #define SHELL_OPEN_APPENDVFS 2 /* Use appendvfs */ macro
22006 rc = SHELL_OPEN_APPENDVFS; in deduceDatabaseType()
22153 case SHELL_OPEN_APPENDVFS: { in open_db()
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()
26253 openMode = SHELL_OPEN_APPENDVFS; in do_meta_command()
29119 data.openMode = SHELL_OPEN_APPENDVFS;
29249 data.openMode = SHELL_OPEN_APPENDVFS;