Home
last modified time | relevance | path

Searched refs:pMethod (Results 1 – 6 of 6) sorted by relevance

/sqlite-3.40.0/src/
H A Dos_unix.c220 sqlite3_io_methods const *pMethod; /* Always the first entry */ member
7517 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 …]
H A Dtest6.c131 const sqlite3_io_methods *pMethod; /* Must be first */ member
628 pWrapper->pMethod = &CrashFileVtab; in cfOpen()
659 if( rc!=SQLITE_OK && pWrapper->pMethod ){ in cfOpen()
H A Dmemjournal.c69 const sqlite3_io_methods *pMethod; /* Parent class. MUST BE FIRST */ member
H A Dos_win.c264 const sqlite3_io_methods *pMethod; /*** Must be first ***/ member
298 const sqlite3_io_methods *pMethod; /* The file I/O methods to use. */ member
5300 id->pMethods = pAppData ? pAppData->pMethod : &winIoMethod;
/sqlite-3.40.0/ext/misc/
H A Dzipfile.c1954 sqlite3_value *pMethod = 0; in zipfileStep() local
1992 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()
/sqlite-3.40.0/ext/async/
H A Dsqlite3async.c515 sqlite3_io_methods *pMethod; member
1125 p->pMethod = &async_methods; in asyncOpen()
1164 p->pMethod = 0; in asyncOpen()