Searched refs:iRead (Results 1 – 4 of 4) sorted by relevance
1687 uInt iRead = 0; in unzReadCurrentFile() local1770 return (iRead==0) ? UNZ_EOF : (int)iRead; in unzReadCurrentFile()1793 iRead += uDoCopy; in unzReadCurrentFile()1823 iRead += (uInt)(uTotalOutAfter - uTotalOutBefore); in unzReadCurrentFile()1833 return (iRead==0) ? UNZ_EOF : iRead; in unzReadCurrentFile()1874 iRead += (uInt)(uTotalOutAfter - uTotalOutBefore); in unzReadCurrentFile()1877 return (iRead==0) ? UNZ_EOF : (int)iRead; in unzReadCurrentFile()1884 return (int)iRead; in unzReadCurrentFile()
57569 u32 iRead = 0;57570 (void)sqlite3WalFindFrame(pPager->pWal, pgno, &iRead);57571 return iRead==0;68042 u32 iRead = 0; /* If !=0, WAL frame to return data from */68104 assert( iFrame>iRead || CORRUPT_DB );68105 iRead = iFrame;68113 if( iRead ) break;68130 assert( iRead==iRead2 );68134 *piRead = iRead;68169 u32 iRead, /* Frame to read */[all …]