Searched refs:win32_write_file_func (Results 1 – 3 of 3) sorted by relevance
/external/zlib/contrib/minizip/ |
D | iowin32.c | 43 uLong ZCALLBACK win32_write_file_func OF((voidpf opaque, voidpf stream, const void* buf, uLong si… 225 uLong ZCALLBACK win32_write_file_func (voidpf opaque,voidpf stream,const void* buf,uLong size) in win32_write_file_func() function 423 pzlib_filefunc_def->zwrite_file = win32_write_file_func; in fill_win32_filefunc() 435 pzlib_filefunc_def->zwrite_file = win32_write_file_func; in fill_win32_filefunc64() 448 pzlib_filefunc_def->zwrite_file = win32_write_file_func; in fill_win32_filefunc64A() 461 pzlib_filefunc_def->zwrite_file = win32_write_file_func; in fill_win32_filefunc64W()
|
/external/angle/third_party/zlib/contrib/minizip/ |
D | iowin32.c | 43 uLong ZCALLBACK win32_write_file_func OF((voidpf opaque, voidpf stream, const void* buf, uLong si… 225 uLong ZCALLBACK win32_write_file_func (voidpf opaque,voidpf stream,const void* buf,uLong size) in win32_write_file_func() function 423 pzlib_filefunc_def->zwrite_file = win32_write_file_func; in fill_win32_filefunc() 435 pzlib_filefunc_def->zwrite_file = win32_write_file_func; in fill_win32_filefunc64() 448 pzlib_filefunc_def->zwrite_file = win32_write_file_func; in fill_win32_filefunc64A() 461 pzlib_filefunc_def->zwrite_file = win32_write_file_func; in fill_win32_filefunc64W()
|
/external/rust/crates/libz-sys/src/zlib/contrib/minizip/ |
D | iowin32.c | 38 uLong ZCALLBACK win32_write_file_func OF((voidpf opaque, voidpf stream, const void* buf, uLong si… 220 uLong ZCALLBACK win32_write_file_func (voidpf opaque,voidpf stream,const void* buf,uLong size) in win32_write_file_func() function 418 pzlib_filefunc_def->zwrite_file = win32_write_file_func; in fill_win32_filefunc() 430 pzlib_filefunc_def->zwrite_file = win32_write_file_func; in fill_win32_filefunc64() 443 pzlib_filefunc_def->zwrite_file = win32_write_file_func; in fill_win32_filefunc64A() 456 pzlib_filefunc_def->zwrite_file = win32_write_file_func; in fill_win32_filefunc64W()
|