Home
last modified time | relevance | path

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

/external/zlib/src/contrib/minizip/
Dunzip.c1687 uInt iRead = 0; in unzReadCurrentFile() local
1770 return (iRead==0) ? UNZ_EOF : iRead; in unzReadCurrentFile()
1793 iRead += uDoCopy; in unzReadCurrentFile()
1823 iRead += (uInt)(uTotalOutAfter - uTotalOutBefore); in unzReadCurrentFile()
1833 return (iRead==0) ? UNZ_EOF : iRead; in unzReadCurrentFile()
1871 iRead += (uInt)(uTotalOutAfter - uTotalOutBefore); in unzReadCurrentFile()
1874 return (iRead==0) ? UNZ_EOF : iRead; in unzReadCurrentFile()
1881 return iRead; in unzReadCurrentFile()
/external/pdfium/xfa/src/fxfa/src/app/
Dxfa_ffwidget.cpp984 int32_t iRead = XFA_Base64Decode((const FX_CHAR*)bsData, pImageBuffer); in XFA_LoadImageData() local
985 if (iRead > 0) { in XFA_LoadImageData()
986 pImageFileRead = FX_CreateMemoryStream(pImageBuffer, iRead); in XFA_LoadImageData()
/external/sqlite/dist/
Dsqlite3.c52706 u32 iRead = 0; /* If !=0, WAL frame to return data from */
52751 for(iHash=walFramePage(iLast); iHash>=iMinHash && iRead==0; iHash--){
52767 assert( iFrame>iRead || CORRUPT_DB );
52768 iRead = iFrame;
52790 assert( iRead==iRead2 );
52794 *piRead = iRead;
52805 u32 iRead, /* Frame to read */
52815 iOffset = walFrameOffset(iRead, sz) + WAL_FRAME_HDRSIZE;
152685 sqlite3_int64 iRead;
152688 pRead += sqlite3Fts3GetVarint(pRead, &iRead);
[all …]
/external/sqlite/dist/orig/
Dsqlite3.c52688 u32 iRead = 0; /* If !=0, WAL frame to return data from */
52733 for(iHash=walFramePage(iLast); iHash>=iMinHash && iRead==0; iHash--){
52749 assert( iFrame>iRead || CORRUPT_DB );
52750 iRead = iFrame;
52772 assert( iRead==iRead2 );
52776 *piRead = iRead;
52787 u32 iRead, /* Frame to read */
52797 iOffset = walFrameOffset(iRead, sz) + WAL_FRAME_HDRSIZE;
152655 sqlite3_int64 iRead;
152658 pRead += sqlite3Fts3GetVarint(pRead, &iRead);
[all …]