Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/sqlite3/
H A Dshell.c11353 sqlite3_value *pMethod = 0; in zipfileStep() local
11391 pMethod = apVal[4]; in zipfileStep()
11406 if( pMethod && SQLITE_NULL!=sqlite3_value_type(pMethod) ){ in zipfileStep()
11407 iMethod = (int)sqlite3_value_int64(pMethod); in zipfileStep()
H A Dsqlite3.c46056 if( pCtx->lockProxy->pMethod == &afpIoMethods ){
46180 if( pFile->pMethod == &afpIoMethods ){
46188 if( pFile->pMethod == &dotlockIoMethods ){
46275 pCtx->pOldMethod = pFile->pMethod;
46276 pFile->pMethod = &proxyIoMethods;
46300 if( pFile->pMethod == &proxyIoMethods ){
46316 int isProxyStyle = (pFile->pMethod == &proxyIoMethods);
46481 pFile->pMethod = pCtx->pOldMethod;
46483 return pFile->pMethod->xClose(id);
46915 const sqlite3_io_methods *pMethod; /*** Must be first ***/
[all …]