Searched refs:fopen_file_func (Results 1 - 3 of 3) sorted by relevance
/third_party/node/deps/v8/third_party/zlib/contrib/minizip/ |
H A D | ioapi.c | 87 static voidpf ZCALLBACK fopen_file_func OF((voidpf opaque, const char* filename, int mode)); 95 static voidpf ZCALLBACK fopen_file_func (voidpf opaque, const char* filename, int mode) in fopen_file_func() function 227 pzlib_filefunc_def->zopen_file = fopen_file_func;
|
/third_party/skia/third_party/externals/zlib/contrib/minizip/ |
H A D | ioapi.c | 87 static voidpf ZCALLBACK fopen_file_func OF((voidpf opaque, const char* filename, int mode)); 95 static voidpf ZCALLBACK fopen_file_func (voidpf opaque, const char* filename, int mode) in fopen_file_func() function 227 pzlib_filefunc_def->zopen_file = fopen_file_func;
|
/third_party/zlib/contrib/minizip/ |
H A D | ioapi.c | 86 static voidpf ZCALLBACK fopen_file_func(voidpf opaque, const char* filename, int mode) { in fopen_file_func() function 217 pzlib_filefunc_def->zopen_file = fopen_file_func; in fill_fopen_filefunc()
|
Completed in 3 milliseconds