Searched refs:fread_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 | 88 static uLong ZCALLBACK fread_file_func OF((voidpf opaque, voidpf stream, void* buf, uLong size)); 132 static uLong ZCALLBACK fread_file_func (voidpf opaque, voidpf stream, void* buf, uLong size) in fread_file_func() function 228 pzlib_filefunc_def->zread_file = fread_file_func; 240 pzlib_filefunc_def->zread_file = fread_file_func; in fill_fopen64_filefunc()
|
/third_party/skia/third_party/externals/zlib/contrib/minizip/ |
H A D | ioapi.c | 88 static uLong ZCALLBACK fread_file_func OF((voidpf opaque, voidpf stream, void* buf, uLong size)); 132 static uLong ZCALLBACK fread_file_func (voidpf opaque, voidpf stream, void* buf, uLong size) in fread_file_func() function 228 pzlib_filefunc_def->zread_file = fread_file_func; 240 pzlib_filefunc_def->zread_file = fread_file_func; in fill_fopen64_filefunc()
|
/third_party/zlib/contrib/minizip/ |
H A D | ioapi.c | 123 static uLong ZCALLBACK fread_file_func(voidpf opaque, voidpf stream, void* buf, uLong size) { in fread_file_func() function 218 pzlib_filefunc_def->zread_file = fread_file_func; in fill_fopen_filefunc() 230 pzlib_filefunc_def->zread_file = fread_file_func; in fill_fopen64_filefunc()
|
Completed in 2 milliseconds