Searched defs:winVfsAppData (Results 1 – 1 of 1) sorted by relevance
47435 typedef struct winVfsAppData winVfsAppData; typedef47436 struct winVfsAppData { struct47437 const sqlite3_io_methods *pMethod; /* The file I/O methods to use. */47438 void *pAppData; /* The extra pAppData, if any. */47439 BOOL bNoLock; /* Non-zero if locking is disabled. */