Home | History | Annotate | Download | only in dist

Lines Matching refs:wrote

21806   ULONG wrote;
21817 ( rc = DosWrite( pFile->h, (PVOID)pBuf, amt, &wrote ) ) == NO_ERROR &&
21818 wrote > 0
21820 amt -= wrote;
21821 pBuf = &((char*)pBuf)[wrote];
21824 return ( rc != NO_ERROR || amt > (int)wrote ) ? SQLITE_FULL : SQLITE_OK;
25818 int wrote = 0;
25853 while( amt>0 && (wrote = seekAndWrite(pFile, offset, pBuf, amt))>0 ){
25854 amt -= wrote;
25855 offset += wrote;
25856 pBuf = &((char*)pBuf)[wrote];
25858 SimulateIOError(( wrote=(-1), amt=1 ));
25859 SimulateDiskfullError(( wrote=0, amt=1 ));
25862 if( wrote<0 ){
36144 ** - 4 bytes: Sector size used by the process that wrote this journal.
36345 ** invalid, then the process that wrote the journal-header must have
38653 ** that wrote to this database was operating in persistent-journal