Searched refs:nByte64 (Results 1 – 1 of 1) sorted by relevance
708 sqlite3_int64 nByte64 = (sqlite3_int64)pWrite->nByte; in asyncRead() local720 filesize = MAX(filesize, pWrite->iOffset+nByte64); in asyncRead()722 nCopy = MIN(nByte64-iBeginIn, iAmt64-iBeginOut); in asyncRead()