Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c47435 typedef struct winVfsAppData winVfsAppData; typedef
47436 struct winVfsAppData { struct
47437 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. */