Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/async/
H A Dsqlite3async.c522 sqlite3_file *pBaseWrite; /* Write handle to the underlying Os file */ member
1069 pData->pBaseWrite = (sqlite3_file*)z; in asyncOpen()
1087 rc = pVfs->xOpen(pVfs, pData->zName, pData->pBaseWrite, flags, 0); in asyncOpen()
1140 if( pData->pBaseWrite->pMethods ){ in asyncOpen()
1141 pData->pBaseWrite->pMethods->xClose(pData->pBaseWrite); in asyncOpen()
1391 pBase = p->pFileData->pBaseWrite; in asyncWriterThread()
1432 if( pData->pBaseWrite->pMethods ){ in asyncWriterThread()
1433 pData->pBaseWrite->pMethods->xClose(pData->pBaseWrite); in asyncWriterThread()
1520 assert(pData->pBaseRead->pMethods==0 && pData->pBaseWrite->pMethods==0); in asyncWriterThread()