Home
last modified time | relevance | path

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

/third_party/sqlite/src/
H A Dshell.c15622 #define SHELL_OPEN_APPENDVFS 2 /* Use appendvfs */ macro
19201 rc = SHELL_OPEN_APPENDVFS; in deduceDatabaseType()
19486 case SHELL_OPEN_APPENDVFS: { in open_db()
21613 if( cmd.bAppend ) eDbType = SHELL_OPEN_APPENDVFS; in arDotCommand()
21623 eDbType==SHELL_OPEN_APPENDVFS ? " using 'apndvfs'" : ""); in arDotCommand()
21626 eDbType==SHELL_OPEN_APPENDVFS ? "apndvfs" : 0); in arDotCommand()
23470 openMode = SHELL_OPEN_APPENDVFS; in do_meta_command()
26088 data.openMode = SHELL_OPEN_APPENDVFS;
26212 data.openMode = SHELL_OPEN_APPENDVFS;

Completed in 33 milliseconds