• Home
  • Raw
  • Download

Lines Matching refs:pMethod

30755   sqlite3_io_methods const *pMethod;  /* Always the first entry */
36273 pNew->pMethod = pLockingStyle;
37666 rc = conchFile->pMethod->xLock((sqlite3_file*)conchFile, lockType);
37717 rc = conchFile->pMethod->xLock((sqlite3_file*)conchFile, SHARED_LOCK);
37720 rc = conchFile->pMethod->xLock((sqlite3_file*)conchFile, lockType);
37893 conchFile->pMethod->xUnlock((sqlite3_file*)conchFile, SHARED_LOCK);
37938 if( pCtx->lockProxy->pMethod == &afpIoMethods ){
37944 conchFile->pMethod->xUnlock((sqlite3_file*)conchFile, NO_LOCK);
37968 rc = conchFile->pMethod->xUnlock((sqlite3_file*)conchFile, NO_LOCK);
38042 rc=lockProxy->pMethod->xClose((sqlite3_file *)lockProxy);
38062 if( pFile->pMethod == &afpIoMethods ){
38070 if( pFile->pMethod == &dotlockIoMethods ){
38157 pCtx->pOldMethod = pFile->pMethod;
38158 pFile->pMethod = &proxyIoMethods;
38161 pCtx->conchFile->pMethod->xClose((sqlite3_file *)pCtx->conchFile);
38182 if( pFile->pMethod == &proxyIoMethods ){
38198 int isProxyStyle = (pFile->pMethod == &proxyIoMethods);
38258 return proxy->pMethod->xCheckReservedLock((sqlite3_file*)proxy, pResOut);
38297 rc = proxy->pMethod->xLock((sqlite3_file*)proxy, eFileLock);
38321 rc = proxy->pMethod->xUnlock((sqlite3_file*)proxy, eFileLock);
38342 rc = lockProxy->pMethod->xUnlock((sqlite3_file*)lockProxy, NO_LOCK);
38344 rc = lockProxy->pMethod->xClose((sqlite3_file*)lockProxy);
38354 rc = conchFile->pMethod->xClose((sqlite3_file*)conchFile);
38363 pFile->pMethod = pCtx->pOldMethod;
38365 return pFile->pMethod->xClose(id);
38963 const sqlite3_io_methods *pMethod; /*** Must be first ***/
38998 const sqlite3_io_methods *pMethod; /* The file I/O methods to use. */
43918 pFile->pMethod = pAppData ? pAppData->pMethod : &winIoMethod;
90639 const sqlite3_io_methods *pMethod; /* Parent class. MUST BE FIRST */
90944 p->pMethod = (const sqlite3_io_methods*)&MemJournalMethods;
90970 if( p->pMethod==&MemJournalMethods && (