Searched defs:vfstrace_file (Results 1 – 1 of 1) sorted by relevance
16361 typedef struct vfstrace_file vfstrace_file; typedef16362 struct vfstrace_file { struct16363 sqlite3_file base; /* Base class. Must be first */16364 vfstrace_info *pInfo; /* The trace-VFS to which this file belongs */16365 const char *zFName; /* Base name of the file */16366 sqlite3_file *pReal; /* The real underlying file */