Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/sqlite3/
H A Dshell.c8688 sqlite3_value *pMethod = 0; in zipfileStep() local
8726 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()
H A Dsqlite3.c41781 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 …]