Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dos_unix.c3602 static int full_fsync(int fd, int fullSync, int dataOnly){ in full_fsync() argument
3612 UNUSED_PARAMETER(dataOnly); in full_fsync()
3614 UNUSED_PARAMETER(dataOnly); in full_fsync()
3617 UNUSED_PARAMETER(dataOnly); in full_fsync()
H A Dshell.c.in4167 int dataOnly; local
4177 dataOnly = (p->shellFlgs & SHFLG_DumpDataOnly)!=0;
4181 if( !dataOnly ) raw_printf(p->out, "DELETE FROM sqlite_sequence;\n");
4183 if( !dataOnly ) raw_printf(p->out, "ANALYZE sqlite_schema;\n");
4186 }else if( dataOnly ){