• Home
  • Raw
  • Download

Lines Matching refs:pMethod

30751   sqlite3_io_methods const *pMethod;  /* Always the first entry */
36257 pNew->pMethod = pLockingStyle;
37650 rc = conchFile->pMethod->xLock((sqlite3_file*)conchFile, lockType);
37701 rc = conchFile->pMethod->xLock((sqlite3_file*)conchFile, SHARED_LOCK);
37704 rc = conchFile->pMethod->xLock((sqlite3_file*)conchFile, lockType);
37877 conchFile->pMethod->xUnlock((sqlite3_file*)conchFile, SHARED_LOCK);
37922 if( pCtx->lockProxy->pMethod == &afpIoMethods ){
37928 conchFile->pMethod->xUnlock((sqlite3_file*)conchFile, NO_LOCK);
37952 rc = conchFile->pMethod->xUnlock((sqlite3_file*)conchFile, NO_LOCK);
38026 rc=lockProxy->pMethod->xClose((sqlite3_file *)lockProxy);
38046 if( pFile->pMethod == &afpIoMethods ){
38054 if( pFile->pMethod == &dotlockIoMethods ){
38141 pCtx->pOldMethod = pFile->pMethod;
38142 pFile->pMethod = &proxyIoMethods;
38145 pCtx->conchFile->pMethod->xClose((sqlite3_file *)pCtx->conchFile);
38166 if( pFile->pMethod == &proxyIoMethods ){
38182 int isProxyStyle = (pFile->pMethod == &proxyIoMethods);
38242 return proxy->pMethod->xCheckReservedLock((sqlite3_file*)proxy, pResOut);
38281 rc = proxy->pMethod->xLock((sqlite3_file*)proxy, eFileLock);
38305 rc = proxy->pMethod->xUnlock((sqlite3_file*)proxy, eFileLock);
38326 rc = lockProxy->pMethod->xUnlock((sqlite3_file*)lockProxy, NO_LOCK);
38328 rc = lockProxy->pMethod->xClose((sqlite3_file*)lockProxy);
38338 rc = conchFile->pMethod->xClose((sqlite3_file*)conchFile);
38347 pFile->pMethod = pCtx->pOldMethod;
38349 return pFile->pMethod->xClose(id);
38947 const sqlite3_io_methods *pMethod; /*** Must be first ***/
38982 const sqlite3_io_methods *pMethod; /* The file I/O methods to use. */
43902 pFile->pMethod = pAppData ? pAppData->pMethod : &winIoMethod;
90623 const sqlite3_io_methods *pMethod; /* Parent class. MUST BE FIRST */
90928 p->pMethod = (const sqlite3_io_methods*)&MemJournalMethods;
90954 if( p->pMethod==&MemJournalMethods && (