Home
last modified time | relevance | path

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

/sqlite-3.40.0/test/
H A Dspeed3.test104 puts "Incrvacuum: Read $stats1(read), wrote $stats1(write)"
105 puts "Normal : Read $stats2(read), wrote $stats2(write)"
H A Dfts1porter.test23457 wrote wrote
/sqlite-3.40.0/src/
H A Dos_unix.c3474 int wrote = 0; in unixWrite() local
3526 while( (wrote = seekAndWrite(pFile, offset, pBuf, amt))<amt && wrote>0 ){ in unixWrite()
3527 amt -= wrote; in unixWrite()
3528 offset += wrote; in unixWrite()
3529 pBuf = &((char*)pBuf)[wrote]; in unixWrite()
3531 SimulateIOError(( wrote=(-1), amt=1 )); in unixWrite()
3532 SimulateDiskfullError(( wrote=0, amt=1 )); in unixWrite()
3534 if( amt>wrote ){ in unixWrite()
3535 if( wrote<0 && pFile->lastErrno!=ENOSPC ){ in unixWrite()
/sqlite-3.40.0/ext/async/
H A DREADME.txt41 once a write completes, you know that the information you wrote is
/sqlite-3.40.0/ext/fts5/test/
H A Dfts5porter.test11736 wronk wronk wrote wrote