Lines Matching refs:pMethod

33472   sqlite3_io_methods const *pMethod;  /* Always the first entry */
39143 pNew->pMethod = pLockingStyle;
40550 rc = conchFile->pMethod->xLock((sqlite3_file*)conchFile, lockType);
40601 rc = conchFile->pMethod->xLock((sqlite3_file*)conchFile, SHARED_LOCK);
40604 rc = conchFile->pMethod->xLock((sqlite3_file*)conchFile, lockType);
40777 conchFile->pMethod->xUnlock((sqlite3_file*)conchFile, SHARED_LOCK);
40822 if( pCtx->lockProxy->pMethod == &afpIoMethods ){
40828 conchFile->pMethod->xUnlock((sqlite3_file*)conchFile, NO_LOCK);
40852 rc = conchFile->pMethod->xUnlock((sqlite3_file*)conchFile, NO_LOCK);
40926 rc=lockProxy->pMethod->xClose((sqlite3_file *)lockProxy);
40946 if( pFile->pMethod == &afpIoMethods ){
40954 if( pFile->pMethod == &dotlockIoMethods ){
41041 pCtx->pOldMethod = pFile->pMethod;
41042 pFile->pMethod = &proxyIoMethods;
41045 pCtx->conchFile->pMethod->xClose((sqlite3_file *)pCtx->conchFile);
41066 if( pFile->pMethod == &proxyIoMethods ){
41082 int isProxyStyle = (pFile->pMethod == &proxyIoMethods);
41142 return proxy->pMethod->xCheckReservedLock((sqlite3_file*)proxy, pResOut);
41181 rc = proxy->pMethod->xLock((sqlite3_file*)proxy, eFileLock);
41205 rc = proxy->pMethod->xUnlock((sqlite3_file*)proxy, eFileLock);
41226 rc = lockProxy->pMethod->xUnlock((sqlite3_file*)lockProxy, NO_LOCK);
41228 rc = lockProxy->pMethod->xClose((sqlite3_file*)lockProxy);
41238 rc = conchFile->pMethod->xClose((sqlite3_file*)conchFile);
41247 pFile->pMethod = pCtx->pOldMethod;
41249 return pFile->pMethod->xClose(id);
41849 const sqlite3_io_methods *pMethod; /*** Must be first ***/
41883 const sqlite3_io_methods *pMethod; /* The file I/O methods to use. */
46854 pFile->pMethod = pAppData ? pAppData->pMethod : &winIoMethod;
96916 const sqlite3_io_methods *pMethod; /* Parent class. MUST BE FIRST */
97216 p->pMethod = (const sqlite3_io_methods*)&MemJournalMethods;
97242 if( p->pMethod==&MemJournalMethods && (