Searched defs:nbByte (Results 1 - 1 of 1) sorted by relevance

/forgerock/web-agents-v4/zlib/
H A Dzip.c287 nbByte == 1, 2 ,4 or 8 (byte, short or long, ZPOS64_T)
290 local int zip64local_putValue OF((const zlib_filefunc64_32_def* pzlib_filefunc_def, voidpf filestream, ZPOS64_T x, int nbByte));
291 local int zip64local_putValue (const zlib_filefunc64_32_def* pzlib_filefunc_def, voidpf filestream, ZPOS64_T x, int nbByte) argument
295 for (n = 0; n < nbByte; n++)
302 for (n = 0; n < nbByte; n++)
308 if (ZWRITE64(*pzlib_filefunc_def,filestream,buf,nbByte)!=(uLong)nbByte)
314 local void zip64local_putValue_inmemory OF((void* dest, ZPOS64_T x, int nbByte));
315 local void zip64local_putValue_inmemory (void* dest, ZPOS64_T x, int nbByte) argument
319 for (n = 0; n < nbByte;
[all...]

Completed in 31 milliseconds