Sqlite3 3.50.2
Light weight SQL DB
Loading...
Searching...
No Matches
vfstrace_info Struct Reference
Collaboration diagram for vfstrace_info:

Data Fields

sqlite3_vfspRootVfs
int(* xOut )(const char *, void *)
unsigned int mTrace
u8 bOn
void * pOutArg
const char * zVfsName
sqlite3_vfspTraceVfs

Detailed Description

Definition at line 16348 of file shell.c.

Field Documentation

◆ bOn

u8 vfstrace_info::bOn

Definition at line 16352 of file shell.c.

Referenced by vfstrace_printf(), vfstrace_register(), and vfstraceOnOff().

◆ mTrace

unsigned int vfstrace_info::mTrace

Definition at line 16351 of file shell.c.

Referenced by vfstrace_register(), vfstraceFileControl(), and vfstraceOnOff().

◆ pOutArg

void* vfstrace_info::pOutArg

Definition at line 16353 of file shell.c.

Referenced by vfstrace_printf(), and vfstrace_register().

◆ pRootVfs

◆ pTraceVfs

sqlite3_vfs* vfstrace_info::pTraceVfs

Definition at line 16355 of file shell.c.

Referenced by vfstrace_register().

◆ xOut

int(* vfstrace_info::xOut) (const char *, void *)

Definition at line 16350 of file shell.c.

Referenced by vfstrace_printf(), and vfstrace_register().

◆ zVfsName


The documentation for this struct was generated from the following file: