Searched refs:pLockingStyle (Results 1 – 1 of 1) sorted by relevance
44650 const sqlite3_io_methods *pLockingStyle; in fillInUnixFile() local44684 pLockingStyle = &nolockIoMethods; in fillInUnixFile()44686 pLockingStyle = (**(finder_type*)pVfs->pAppData)(zFilename, pNew); in fillInUnixFile()44695 if( pLockingStyle == &posixIoMethods in fillInUnixFile()44697 || pLockingStyle == &nfsIoMethods in fillInUnixFile()44728 else if( pLockingStyle == &afpIoMethods ){ in fillInUnixFile()44755 else if( pLockingStyle == &dotlockIoMethods ){ in fillInUnixFile()44773 else if( pLockingStyle == &semIoMethods ){ in fillInUnixFile()44808 pId->pMethods = pLockingStyle; in fillInUnixFile()