Searched refs:nRead (Results 1 - 6 of 6) sorted by relevance

/external/chromium/third_party/zlib/contrib/minizip/
H A Dmztools.c254 int nRead; local
256 while ( (nRead = (int)fread(buffer, 1, sizeof(buffer), fpOutCD)) > 0) {
257 if ((int)fwrite(buffer, 1, nRead, fpOut) != nRead) {
/external/zlib/contrib/minizip/
H A Dmztools.c249 int nRead; local
251 while ( (nRead = (int)fread(buffer, 1, sizeof(buffer), fpOutCD)) > 0) {
252 if ((int)fwrite(buffer, 1, nRead, fpOut) != nRead) {
/external/expat/xmlwf/
H A Dxmlwin32url.cxx189 DWORD nRead; local
190 HRESULT hr = pstgmed->pstm->Read(buf, nToRead, &nRead);
192 totalRead_ += nRead;
194 nRead,
/external/yaffs2/yaffs2/direct/
H A Dyaffsfs.c515 int nRead = -1; local
547 nRead = yaffs_ReadDataFromFile(obj,buf,pos,nbyte);
548 if(nRead >= 0)
550 h->position = pos + nRead;
559 nRead = 0;
567 return (nRead >= 0) ? nRead : -1;
/external/sqlite/dist/
H A Dsqlite3.c.orig[all...]
H A Dsqlite3.c31738 int nRead, nWrite; /* Database pages read/written */ member in struct:Pager
58997 int nRead = iAmt; local
[all...]

Completed in 218 milliseconds