OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ZWRITE64
(Results
1 - 2
of
2
) sorted by relevancy
/src/common/dist/zlib/contrib/minizip/
ioapi.h
190
#define
ZWRITE64
(filefunc,filestream,buf,size) ((*((filefunc).zfile_func64.zwrite_file)) ((filefunc).zfile_func64.opaque,filestream,buf,size))
zip.c
293
if (
ZWRITE64
(*pzlib_filefunc_def,filestream,buf,(uLong)nbByte)!=(uLong)nbByte)
976
if (
ZWRITE64
(zi->z_filefunc,zi->filestream,filename,size_filename)!=size_filename)
982
if (
ZWRITE64
(zi->z_filefunc, zi->filestream, extrafield_local, size_extrafield_local) != size_extrafield_local)
1226
if (
ZWRITE64
(zi->z_filefunc,zi->filestream,bufHead,sizeHead) != sizeHead)
1340
if (
ZWRITE64
(zi->z_filefunc,zi->filestream,zi->ci.buffered_data,zi->ci.pos_in_buffered_data) != zi->ci.pos_in_buffered_data)
1827
if (
ZWRITE64
(zi->z_filefunc,zi->filestream, global_comment, size_global_comment) != size_global_comment)
1864
if (
ZWRITE64
(zi->z_filefunc,zi->filestream, ldi->data, ldi->filled_in_this_block) != ldi->filled_in_this_block)
Completed in 50 milliseconds
Indexes created Thu Oct 30 03:10:01 GMT 2025