Home
last modified time | relevance | path

Searched refs:finder_type (Results 1 – 1 of 1) sorted by relevance

/sqlite-3.40.0/src/
H A Dos_unix.c5622 typedef const sqlite3_io_methods *(*finder_type)(const char*,unixFile*); typedef
5678 pLockingStyle = (**(finder_type*)pVfs->pAppData)(zFilename, pNew); in fillInUnixFile()