Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/async/
H A Dsqlite3async.c716 sqlite3_int64 iBeginIn = -iBeginOut; in asyncRead() local
717 if( iBeginIn<0 ) iBeginIn = 0; in asyncRead()
722 nCopy = MIN(nByte64-iBeginIn, iAmt64-iBeginOut); in asyncRead()
724 memcpy(&((char *)zOut)[iBeginOut], &pWrite->zBuf[iBeginIn], (size_t)nCopy); in asyncRead()