Searched refs:pMethod (Results 1 – 3 of 3) sorted by relevance
24040 pFile->pMethod = &os2IoMethod;29280 pNew->pMethod = pLockingStyle;30920 if( pFile->pMethod == &afpIoMethods ){30927 if( pFile->pMethod == &dotlockIoMethods ){31014 pCtx->pOldMethod = pFile->pMethod;31015 pFile->pMethod = &proxyIoMethods;31039 if( pFile->pMethod == &proxyIoMethods ){31217 pFile->pMethod = pCtx->pOldMethod;31219 return pFile->pMethod->xClose(id);34195 pFile->pMethod = &winIoMethod;[all …]
6321 sqlite3_value *pMethod = 0; in zipfileStep() local6359 pMethod = apVal[4]; in zipfileStep()6374 if( pMethod && SQLITE_NULL!=sqlite3_value_type(pMethod) ){ in zipfileStep()6375 iMethod = (int)sqlite3_value_int64(pMethod); in zipfileStep()
39143 pNew->pMethod = pLockingStyle;40822 if( pCtx->lockProxy->pMethod == &afpIoMethods ){40946 if( pFile->pMethod == &afpIoMethods ){40954 if( pFile->pMethod == &dotlockIoMethods ){41041 pCtx->pOldMethod = pFile->pMethod;41042 pFile->pMethod = &proxyIoMethods;41066 if( pFile->pMethod == &proxyIoMethods ){41247 pFile->pMethod = pCtx->pOldMethod;41249 return pFile->pMethod->xClose(id);46854 pFile->pMethod = pAppData ? pAppData->pMethod : &winIoMethod;[all …]