Home
last modified time | relevance | path

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

/freebsd-12.1/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c24040 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 …]
/freebsd-12.1/contrib/sqlite3/
H A Dshell.c6321 sqlite3_value *pMethod = 0; in zipfileStep() local
6359 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()
H A Dsqlite3.c39143 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 …]