Home
last modified time | relevance | path

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

/freebsd/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.c38616 sqlite3_io_methods const *pMethod; /* Always the first entry */
45784 rc = conchFile->pMethod->xLock((sqlite3_file*)conchFile, lockType);
45835 rc = conchFile->pMethod->xLock((sqlite3_file*)conchFile, SHARED_LOCK);
45838 rc = conchFile->pMethod->xLock((sqlite3_file*)conchFile, lockType);
46011 conchFile->pMethod->xUnlock((sqlite3_file*)conchFile, SHARED_LOCK);
46056 if( pCtx->lockProxy->pMethod == &afpIoMethods ){
46062 conchFile->pMethod->xUnlock((sqlite3_file*)conchFile, NO_LOCK);
46086 rc = conchFile->pMethod->xUnlock((sqlite3_file*)conchFile, NO_LOCK);
46160 rc=lockProxy->pMethod->xClose((sqlite3_file *)lockProxy);
46180 if( pFile->pMethod == &afpIoMethods ){
[all …]