Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dos_win.c296 typedef struct winVfsAppData winVfsAppData; typedef
297 struct winVfsAppData { struct
298 const sqlite3_io_methods *pMethod; /* The file I/O methods to use. */
299 void *pAppData; /* The extra pAppData, if any. */
300 BOOL bNoLock; /* Non-zero if locking is disabled. */