Searched refs:pLockingStyle (Results 1 – 1 of 1) sorted by relevance
46254 const sqlite3_io_methods *pLockingStyle; in fillInUnixFile() local46288 pLockingStyle = &nolockIoMethods; in fillInUnixFile()46290 pLockingStyle = (**(finder_type*)pVfs->pAppData)(zFilename, pNew); in fillInUnixFile()46299 if( pLockingStyle == &posixIoMethods in fillInUnixFile()46301 || pLockingStyle == &nfsIoMethods in fillInUnixFile()46332 else if( pLockingStyle == &afpIoMethods ){ in fillInUnixFile()46359 else if( pLockingStyle == &dotlockIoMethods ){ in fillInUnixFile()46377 else if( pLockingStyle == &semIoMethods ){ in fillInUnixFile()46419 pId->pMethods = pLockingStyle; in fillInUnixFile()