Searched refs:pMethod (Results 1 – 6 of 6) sorted by relevance
220 sqlite3_io_methods const *pMethod; /* Always the first entry */ member7517 if( pCtx->lockProxy->pMethod == &afpIoMethods ){ in proxyTakeConch()7621 rc=lockProxy->pMethod->xClose((sqlite3_file *)lockProxy); in switchLockProxyPath()7641 if( pFile->pMethod == &afpIoMethods ){ in proxyGetDbPathForUnixFile()7649 if( pFile->pMethod == &dotlockIoMethods ){ in proxyGetDbPathForUnixFile()7736 pCtx->pOldMethod = pFile->pMethod; in proxyTransformUnixFile()7737 pFile->pMethod = &proxyIoMethods; in proxyTransformUnixFile()7761 if( pFile->pMethod == &proxyIoMethods ){ in proxyFileControl()7777 int isProxyStyle = (pFile->pMethod == &proxyIoMethods); in proxyFileControl()7942 pFile->pMethod = pCtx->pOldMethod; in proxyClose()[all …]
131 const sqlite3_io_methods *pMethod; /* Must be first */ member628 pWrapper->pMethod = &CrashFileVtab; in cfOpen()659 if( rc!=SQLITE_OK && pWrapper->pMethod ){ in cfOpen()
69 const sqlite3_io_methods *pMethod; /* Parent class. MUST BE FIRST */ member
264 const sqlite3_io_methods *pMethod; /*** Must be first ***/ member298 const sqlite3_io_methods *pMethod; /* The file I/O methods to use. */ member5300 id->pMethods = pAppData ? pAppData->pMethod : &winIoMethod;
1954 sqlite3_value *pMethod = 0; in zipfileStep() local1992 pMethod = apVal[4]; in zipfileStep()2007 if( pMethod && SQLITE_NULL!=sqlite3_value_type(pMethod) ){ in zipfileStep()2008 iMethod = (int)sqlite3_value_int64(pMethod); in zipfileStep()
515 sqlite3_io_methods *pMethod; member1125 p->pMethod = &async_methods; in asyncOpen()1164 p->pMethod = 0; in asyncOpen()