Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gdb/dist/zlib/contrib/minizip/
H A Dunzip.c1687 uInt iRead = 0; in unzReadCurrentFile() local
1770 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()
/netbsd-src/external/gpl3/binutils.old/dist/zlib/contrib/minizip/
H A Dunzip.c1687 uInt iRead = 0; in unzReadCurrentFile() local
1770 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()
/netbsd-src/external/gpl3/binutils/dist/zlib/contrib/minizip/
H A Dunzip.c1687 uInt iRead = 0; in unzReadCurrentFile() local
1770 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()
/netbsd-src/external/public-domain/sqlite/dist/
H A Dsqlite3.c57569 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 …]