Searched refs:uLong (Results 1 - 25 of 54) sorted by relevance

123

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/zlib-1.2.3/contrib/minizip/
H A Dmztools.h28 uLong* nRecovered,
29 uLong* bytesRecovered);
H A Dunzip.h94 uLong number_entry; /* total number of entries in
96 uLong size_comment; /* size of the global comment of the zipfile */
103 uLong version; /* version made by 2 bytes */
104 uLong version_needed; /* version needed to extract 2 bytes */
105 uLong flag; /* general purpose bit flag 2 bytes */
106 uLong compression_method; /* compression method 2 bytes */
107 uLong dosDate; /* last mod file date in Dos fmt 4 bytes */
108 uLong crc; /* crc-32 4 bytes */
109 uLong compressed_size; /* compressed size 4 bytes */
110 uLong uncompressed_siz
[all...]
H A Dioapi.c37 uLong ZCALLBACK fread_file_func OF((
41 uLong size));
43 uLong ZCALLBACK fwrite_file_func OF((
47 uLong size));
56 uLong offset,
90 uLong ZCALLBACK fread_file_func (opaque, stream, buf, size)
94 uLong size;
96 uLong ret;
97 ret = (uLong)fread(buf, 1, (size_t)size, (FILE *)stream);
102 uLong ZCALLBAC
[all...]
H A Dzip.c100 uLong avail_in_this_block;
101 uLong filled_in_this_block;
102 uLong unused; /* for future use and alignement */
119 uLong pos_local_header; /* offset of the local header of the file
122 uLong size_centralheader; /* size of the central header for cur file */
123 uLong flag; /* flag of the file currently writing */
128 uLong dosDate;
129 uLong crc32;
146 uLong begin_pos; /* position of the beginning of the zipfile */
147 uLong add_position_when_writting_offse
[all...]
H A Dzip.h100 uLong dosDate; /* if dos_date == 0, tmu_date is used */
101 /* uLong flag; */ /* general purpose bit flag 2 bytes */
103 uLong internal_fa; /* internal file attributes 2 bytes */
104 uLong external_fa; /* external file attributes 4 bytes */
194 uLong crcForCtypting));
217 uLong uncompressed_size,
218 uLong crc32));
H A Dioapi.h39 typedef uLong (ZCALLBACK *read_file_func) OF((voidpf opaque, voidpf stream, void* buf, uLong size));
40 typedef uLong (ZCALLBACK *write_file_func) OF((voidpf opaque, voidpf stream, const void* buf, uLong size));
42 typedef long (ZCALLBACK *seek_file_func) OF((voidpf opaque, voidpf stream, uLong offset, int origin));
H A Dunzip.c96 uLong offset_curfile;/* relative offset of local header 4 bytes */
107 uLong pos_in_zipfile; /* position in byte on the zipfile, for fseek*/
108 uLong stream_initialised; /* flag set if stream structure is initialised*/
110 uLong offset_local_extrafield;/* offset of the local extra field */
112 uLong pos_local_extrafield; /* position in the local extra field in read*/
114 uLong crc32; /* crc32 of all data uncompressed */
115 uLong crc32_wait; /* crc32 we must obtain after decompress all */
116 uLong rest_read_compressed; /* number of byte to be decompressed */
117 uLong rest_read_uncompressed;/*number of byte to be obtained after decomp*/
120 uLong compression_metho
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/zlib-1.2.3/contrib/minizip/
H A Dmztools.h28 uLong* nRecovered,
29 uLong* bytesRecovered);
H A Dunzip.h94 uLong number_entry; /* total number of entries in
96 uLong size_comment; /* size of the global comment of the zipfile */
103 uLong version; /* version made by 2 bytes */
104 uLong version_needed; /* version needed to extract 2 bytes */
105 uLong flag; /* general purpose bit flag 2 bytes */
106 uLong compression_method; /* compression method 2 bytes */
107 uLong dosDate; /* last mod file date in Dos fmt 4 bytes */
108 uLong crc; /* crc-32 4 bytes */
109 uLong compressed_size; /* compressed size 4 bytes */
110 uLong uncompressed_siz
[all...]
H A Dioapi.c37 uLong ZCALLBACK fread_file_func OF((
41 uLong size));
43 uLong ZCALLBACK fwrite_file_func OF((
47 uLong size));
56 uLong offset,
90 uLong ZCALLBACK fread_file_func (opaque, stream, buf, size)
94 uLong size;
96 uLong ret;
97 ret = (uLong)fread(buf, 1, (size_t)size, (FILE *)stream);
102 uLong ZCALLBAC
[all...]
H A Dzip.c100 uLong avail_in_this_block;
101 uLong filled_in_this_block;
102 uLong unused; /* for future use and alignement */
119 uLong pos_local_header; /* offset of the local header of the file
122 uLong size_centralheader; /* size of the central header for cur file */
123 uLong flag; /* flag of the file currently writing */
128 uLong dosDate;
129 uLong crc32;
146 uLong begin_pos; /* position of the beginning of the zipfile */
147 uLong add_position_when_writting_offse
[all...]
H A Dzip.h100 uLong dosDate; /* if dos_date == 0, tmu_date is used */
101 /* uLong flag; */ /* general purpose bit flag 2 bytes */
103 uLong internal_fa; /* internal file attributes 2 bytes */
104 uLong external_fa; /* external file attributes 4 bytes */
194 uLong crcForCtypting));
217 uLong uncompressed_size,
218 uLong crc32));
H A Dioapi.h39 typedef uLong (ZCALLBACK *read_file_func) OF((voidpf opaque, voidpf stream, void* buf, uLong size));
40 typedef uLong (ZCALLBACK *write_file_func) OF((voidpf opaque, voidpf stream, const void* buf, uLong size));
42 typedef long (ZCALLBACK *seek_file_func) OF((voidpf opaque, voidpf stream, uLong offset, int origin));
H A Dunzip.c96 uLong offset_curfile;/* relative offset of local header 4 bytes */
107 uLong pos_in_zipfile; /* position in byte on the zipfile, for fseek*/
108 uLong stream_initialised; /* flag set if stream structure is initialised*/
110 uLong offset_local_extrafield;/* offset of the local extra field */
112 uLong pos_local_extrafield; /* position in the local extra field in read*/
114 uLong crc32; /* crc32 of all data uncompressed */
115 uLong crc32_wait; /* crc32 we must obtain after decompress all */
116 uLong rest_read_compressed; /* number of byte to be decompressed */
117 uLong rest_read_uncompressed;/*number of byte to be obtained after decomp*/
120 uLong compression_metho
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dzconf.h54 typedef unsigned long uLong; /* 32 bits or more */ typedef
H A Dzlib.h87 uLong total_in; /* total nb of input bytes read so far */
91 uLong total_out; /* total nb of bytes output so far */
99 uLong adler; /* adler32 value of the uncompressed data */
100 uLong reserved; /* reserved for future use */
H A Dzutil.h47 typedef uLong (*check_func) (uLong check, const Byte *buf,
71 uLong adler = adler32(0L, NULL, 0);
78 static inline uLong zlib_adler32(uLong adler,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/zlib-1.2.3/
H A Dcompress.c26 uLong sourceLen;
36 if ((uLong)stream.avail_in != sourceLen) return Z_BUF_ERROR;
40 if ((uLong)stream.avail_out != *destLen) return Z_BUF_ERROR;
66 uLong sourceLen;
75 uLong ZEXPORT compressBound (sourceLen)
76 uLong sourceLen;
H A Duncompr.c30 uLong sourceLen;
38 if ((uLong)stream.avail_in != sourceLen) return Z_BUF_ERROR;
42 if ((uLong)stream.avail_out != *destLen) return Z_BUF_ERROR;
H A Dzlib.h85 uLong total_in; /* total nb of input bytes read so far */
89 uLong total_out; /* total nb of bytes output so far */
99 uLong adler; /* adler32 value of the uncompressed data */
100 uLong reserved; /* reserved for future use */
111 uLong time; /* modification time */
644 ZEXTERN uLong ZEXPORT deflateBound OF((z_streamp strm,
645 uLong sourceLen));
957 ZEXTERN uLong ZEXPORT zlibCompileFlags OF((void));
962 3.2: size of uLong
1010 const Bytef *source, uLong sourceLe
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/zlib-1.2.3/
H A Dcompress.c26 uLong sourceLen;
36 if ((uLong)stream.avail_in != sourceLen) return Z_BUF_ERROR;
40 if ((uLong)stream.avail_out != *destLen) return Z_BUF_ERROR;
66 uLong sourceLen;
75 uLong ZEXPORT compressBound (sourceLen)
76 uLong sourceLen;
H A Duncompr.c30 uLong sourceLen;
38 if ((uLong)stream.avail_in != sourceLen) return Z_BUF_ERROR;
42 if ((uLong)stream.avail_out != *destLen) return Z_BUF_ERROR;
H A Dzlib.h85 uLong total_in; /* total nb of input bytes read so far */
89 uLong total_out; /* total nb of bytes output so far */
99 uLong adler; /* adler32 value of the uncompressed data */
100 uLong reserved; /* reserved for future use */
111 uLong time; /* modification time */
644 ZEXTERN uLong ZEXPORT deflateBound OF((z_streamp strm,
645 uLong sourceLen));
957 ZEXTERN uLong ZEXPORT zlibCompileFlags OF((void));
962 3.2: size of uLong
1010 const Bytef *source, uLong sourceLe
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/pppdump/
H A Dzlib.h115 typedef unsigned long uLong; /* 32 bits or more */ typedef
121 typedef uLong FAR uLongf;
162 uLong total_in; /* total nb of input bytes read so far */
166 uLong total_out; /* total nb of bytes output so far */
610 extern uLong adler32 OF((uLong adler, Bytef *buf, uInt len));
619 uLong adler = adler32(0L, Z_NULL, 0);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/common/
H A Dzlib.h96 # define uLong z_uLong macro
211 typedef unsigned long uLong; /* 32 bits or more */ typedef
222 typedef uLong FAR uLongf;
278 uLong total_in; /* total nb of input bytes read so far */
282 uLong total_out; /* total nb of bytes output so far */
292 uLong adler; /* adler32 value of the uncompressed data */
293 uLong reserved; /* reserved for future use */
832 const Bytef *source, uLong sourceLen));
847 const Bytef *source, uLong sourceLen));
941 extern uLong EXPOR
[all...]

Completed in 98 milliseconds

123