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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/zlib-1.2.3/contrib/minizip/
H A Dzip.c261 nbByte == 1, 2 or 4 (byte, short or long)
265 voidpf filestream, uLong x, int nbByte));
266 local int ziplocal_putValue (pzlib_filefunc_def, filestream, x, nbByte)
270 int nbByte;
274 for (n = 0; n < nbByte; n++)
281 for (n = 0; n < nbByte; n++)
287 if (ZWRITE(*pzlib_filefunc_def,filestream,buf,nbByte)!=(uLong)nbByte)
293 local void ziplocal_putValue_inmemory OF((void* dest, uLong x, int nbByte));
294 local void ziplocal_putValue_inmemory (dest, x, nbByte)
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/zlib-1.2.3/contrib/minizip/
H A Dzip.c261 nbByte == 1, 2 or 4 (byte, short or long)
265 voidpf filestream, uLong x, int nbByte));
266 local int ziplocal_putValue (pzlib_filefunc_def, filestream, x, nbByte)
270 int nbByte;
274 for (n = 0; n < nbByte; n++)
281 for (n = 0; n < nbByte; n++)
287 if (ZWRITE(*pzlib_filefunc_def,filestream,buf,nbByte)!=(uLong)nbByte)
293 local void ziplocal_putValue_inmemory OF((void* dest, uLong x, int nbByte));
294 local void ziplocal_putValue_inmemory (dest, x, nbByte)
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/zlib-1.2.8/contrib/minizip/
H A Dzip.c283 nbByte == 1, 2 ,4 or 8 (byte, short or long, ZPOS64_T)
286 local int zip64local_putValue OF((const zlib_filefunc64_32_def* pzlib_filefunc_def, voidpf filestream, ZPOS64_T x, int nbByte));
287 local int zip64local_putValue (const zlib_filefunc64_32_def* pzlib_filefunc_def, voidpf filestream, ZPOS64_T x, int nbByte) argument
291 for (n = 0; n < nbByte; n++)
298 for (n = 0; n < nbByte; n++)
304 if (ZWRITE64(*pzlib_filefunc_def,filestream,buf,nbByte)!=(uLong)nbByte)
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) argument
315 for (n = 0; n < nbByte;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/zlib-1.2.7/contrib/minizip/
H A Dzip.c283 nbByte == 1, 2 ,4 or 8 (byte, short or long, ZPOS64_T)
286 local int zip64local_putValue OF((const zlib_filefunc64_32_def* pzlib_filefunc_def, voidpf filestream, ZPOS64_T x, int nbByte));
287 local int zip64local_putValue (const zlib_filefunc64_32_def* pzlib_filefunc_def, voidpf filestream, ZPOS64_T x, int nbByte) argument
291 for (n = 0; n < nbByte; n++)
298 for (n = 0; n < nbByte; n++)
304 if (ZWRITE64(*pzlib_filefunc_def,filestream,buf,nbByte)!=(uLong)nbByte)
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) argument
315 for (n = 0; n < nbByte;
[all...]

Completed in 74 milliseconds