Searched defs:winVfsAppData (Results 1 – 1 of 1) sorted by relevance
296 typedef struct winVfsAppData winVfsAppData; typedef297 struct winVfsAppData { struct298 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. */