Home
last modified time | relevance | path

Searched defs:vfstrace_file (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/sqlite3/
H A Dshell.c16361 typedef struct vfstrace_file vfstrace_file; typedef
16362 struct vfstrace_file { struct
16363 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 */