Searched refs:pMethod (Results 1 – 2 of 2) sorted by relevance
8688 sqlite3_value *pMethod = 0; in zipfileStep() local8726 pMethod = apVal[4]; in zipfileStep()8741 if( pMethod && SQLITE_NULL!=sqlite3_value_type(pMethod) ){ in zipfileStep()8742 iMethod = (int)sqlite3_value_int64(pMethod); in zipfileStep()
41781 if( pCtx->lockProxy->pMethod == &afpIoMethods ){41905 if( pFile->pMethod == &afpIoMethods ){41913 if( pFile->pMethod == &dotlockIoMethods ){42000 pCtx->pOldMethod = pFile->pMethod;42001 pFile->pMethod = &proxyIoMethods;42025 if( pFile->pMethod == &proxyIoMethods ){42041 int isProxyStyle = (pFile->pMethod == &proxyIoMethods);42206 pFile->pMethod = pCtx->pOldMethod;42208 return pFile->pMethod->xClose(id);42632 const sqlite3_io_methods *pMethod; /*** Must be first ***/[all …]