Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/async/
H A Dsqlite3async.c398 #define ASYNC_WRITE 1 macro
652 return addNewAsyncWrite(p, ASYNC_WRITE, iOff, amt, pBuf); in asyncWrite()
703 if( pWrite->op==ASYNC_WRITE && ( in asyncRead()
795 case ASYNC_WRITE: in asyncFileSize()
1395 (pBase->pMethods && (p->op==ASYNC_SYNC || p->op==ASYNC_WRITE) ) in asyncWriterThread()
1409 case ASYNC_WRITE: in asyncWriterThread()