Searched refs:pLockingStyle (Results 1 – 1 of 1) sorted by relevance
44649 const sqlite3_io_methods *pLockingStyle; in fillInUnixFile() local44683 pLockingStyle = &nolockIoMethods; in fillInUnixFile()44685 pLockingStyle = (**(finder_type*)pVfs->pAppData)(zFilename, pNew); in fillInUnixFile()44694 if( pLockingStyle == &posixIoMethods in fillInUnixFile()44696 || pLockingStyle == &nfsIoMethods in fillInUnixFile()44727 else if( pLockingStyle == &afpIoMethods ){ in fillInUnixFile()44754 else if( pLockingStyle == &dotlockIoMethods ){ in fillInUnixFile()44772 else if( pLockingStyle == &semIoMethods ){ in fillInUnixFile()44807 pId->pMethods = pLockingStyle; in fillInUnixFile()