Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/async/
H A Dsqlite3async.c672 sqlite3_int64 iAmt64 = (sqlite3_int64)iAmt; in asyncRead() local
691 nRead = MIN(filesize - iOffset, iAmt64); in asyncRead()
722 nCopy = MIN(nByte64-iBeginIn, iAmt64-iBeginOut); in asyncRead()