Searched refs:pLockingStyle (Results 1 – 1 of 1) sorted by relevance
46284 const sqlite3_io_methods *pLockingStyle; in fillInUnixFile() local46318 pLockingStyle = &nolockIoMethods; in fillInUnixFile()46320 pLockingStyle = (**(finder_type*)pVfs->pAppData)(zFilename, pNew); in fillInUnixFile()46329 if( pLockingStyle == &posixIoMethods in fillInUnixFile()46331 || pLockingStyle == &nfsIoMethods in fillInUnixFile()46362 else if( pLockingStyle == &afpIoMethods ){ in fillInUnixFile()46389 else if( pLockingStyle == &dotlockIoMethods ){ in fillInUnixFile()46407 else if( pLockingStyle == &semIoMethods ){ in fillInUnixFile()46449 pId->pMethods = pLockingStyle; in fillInUnixFile()