Home
last modified time | relevance | path

Searched refs:win32_open_file_func (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/libz-sys/src/zlib/contrib/minizip/
Diowin32.c36 voidpf ZCALLBACK win32_open_file_func OF((voidpf opaque, const char* filename, int mode));
169 voidpf ZCALLBACK win32_open_file_func (voidpf opaque,const char* filename,int mode) in win32_open_file_func() function
416 pzlib_filefunc_def->zopen_file = win32_open_file_func; in fill_win32_filefunc()
/aosp_15_r20/external/zlib/contrib/minizip/
H A Diowin32.c160 voidpf ZCALLBACK win32_open_file_func(voidpf opaque, const char* filename, int mode) { in win32_open_file_func() function
396 pzlib_filefunc_def->zopen_file = win32_open_file_func; in fill_win32_filefunc()