Searched refs:nbByte (Results 1 – 1 of 1) sorted by relevance
/external/zlib/src/contrib/minizip/ |
D | zip.c | 286 … OF((const zlib_filefunc64_32_def* pzlib_filefunc_def, voidpf filestream, ZPOS64_T x, int nbByte)); 287 …Value (const zlib_filefunc64_32_def* pzlib_filefunc_def, voidpf filestream, ZPOS64_T x, int nbByte) in zip64local_putValue() argument 291 for (n = 0; n < nbByte; n++) in zip64local_putValue() 298 for (n = 0; n < nbByte; n++) in zip64local_putValue() 304 if (ZWRITE64(*pzlib_filefunc_def,filestream,buf,nbByte)!=(uLong)nbByte) in zip64local_putValue() 310 local void zip64local_putValue_inmemory OF((void* dest, ZPOS64_T x, int nbByte)); 311 local void zip64local_putValue_inmemory (void* dest, ZPOS64_T x, int nbByte) in zip64local_putValue_inmemory() argument 315 for (n = 0; n < nbByte; n++) { in zip64local_putValue_inmemory() 322 for (n = 0; n < nbByte; n++) in zip64local_putValue_inmemory()
|