Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dos_unix.c5642 const sqlite3_io_methods *pLockingStyle; in fillInUnixFile() local
5676 pLockingStyle = &nolockIoMethods; in fillInUnixFile()
5678 pLockingStyle = (**(finder_type*)pVfs->pAppData)(zFilename, pNew); in fillInUnixFile()
5687 if( pLockingStyle == &posixIoMethods in fillInUnixFile()
5689 || pLockingStyle == &nfsIoMethods in fillInUnixFile()
5720 else if( pLockingStyle == &afpIoMethods ){ in fillInUnixFile()
5747 else if( pLockingStyle == &dotlockIoMethods ){ in fillInUnixFile()
5765 else if( pLockingStyle == &semIoMethods ){ in fillInUnixFile()
5800 pId->pMethods = pLockingStyle; in fillInUnixFile()