Searched refs:dataOnly (Results 1 – 2 of 2) sorted by relevance
3602 static int full_fsync(int fd, int fullSync, int dataOnly){ in full_fsync() argument3612 UNUSED_PARAMETER(dataOnly); in full_fsync()3614 UNUSED_PARAMETER(dataOnly); in full_fsync()3617 UNUSED_PARAMETER(dataOnly); in full_fsync()
4167 int dataOnly; local4177 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 ){