Searched refs:pLockingStyle (Results 1 – 1 of 1) sorted by relevance
5642 const sqlite3_io_methods *pLockingStyle; in fillInUnixFile() local5676 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()