HomeSort by: relevance | last modified time | path
    Searched defs:filestream (Results 1 - 2 of 2) sorted by relevancy

  /src/common/dist/zlib/contrib/minizip/
unzip.c 151 voidpf filestream; /* io structure of the zipfile */ member in struct:__anon41b228de0108
164 voidpf filestream; /* io structure of the zipfile */ member in struct:__anon41b228de0208
201 voidpf filestream,
204 int err = (int)ZREAD64(*pzlib_filefunc_def,filestream,c,2);
213 if (ZERROR64(*pzlib_filefunc_def,filestream))
221 voidpf filestream,
224 int err = (int)ZREAD64(*pzlib_filefunc_def,filestream,c,4);
233 if (ZERROR64(*pzlib_filefunc_def,filestream))
242 voidpf filestream,
245 int err = (int)ZREAD64(*pzlib_filefunc_def,filestream,c,8)
    [all...]
zip.c 164 voidpf filestream; /* io structure of the zipfile */ member in struct:__anonda15a5bb0208
277 local int zip64local_putValue(const zlib_filefunc64_32_def* pzlib_filefunc_def, voidpf filestream, ZPOS64_T x, int nbByte) {
293 if (ZWRITE64(*pzlib_filefunc_def,filestream,buf,(uLong)nbByte)!=(uLong)nbByte)
333 local int zip64local_getByte(const zlib_filefunc64_32_def* pzlib_filefunc_def, voidpf filestream, int* pi) {
335 int err = (int)ZREAD64(*pzlib_filefunc_def,filestream,&c,1);
343 if (ZERROR64(*pzlib_filefunc_def,filestream))
354 local int zip64local_getShort(const zlib_filefunc64_32_def* pzlib_filefunc_def, voidpf filestream, uLong* pX) {
359 err = zip64local_getByte(pzlib_filefunc_def,filestream,&i);
363 err = zip64local_getByte(pzlib_filefunc_def,filestream,&i);
373 local int zip64local_getLong(const zlib_filefunc64_32_def* pzlib_filefunc_def, voidpf filestream, uLong* pX)
    [all...]

Completed in 12 milliseconds