OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:gzclose_r
(Results
1 - 25
of
28
) sorted by null
1
2
/external/zlib/src/
gzclose.c
21
return state->mode == GZ_READ ?
gzclose_r
(file) : gzclose_w(file);
23
return
gzclose_r
(file);
zlib.map
66
gzclose_r
;
zconf.h
62
# define
gzclose_r
z_gzclose_r
macro
zconf.h.cmakein
64
# define
gzclose_r
z_gzclose_r
zconf.h.in
62
# define
gzclose_r
z_gzclose_r
gzread.c
562
int ZEXPORT
gzclose_r
(file)
function
ChangeLog
305
- Fix memory leaks in
gzclose_r
() and gzclose_w(), file leak in gz_open()
356
- Return Z_ERRNO from
gzclose_r
() if close() fails
410
- Add gzbuffer(), gzoffset(),
gzclose_r
(), gzclose_w() as part of above
[
all
...]
/development/ndk/platforms/android-9/arch-mips/symbols/
libz.so.functions.txt
26
gzclose_r
/development/ndk/platforms/android-9/arch-x86/symbols/
libz.so.functions.txt
26
gzclose_r
/external/zlib/src/win32/
zlib.def
55
gzclose_r
/prebuilts/ndk/6/platforms/android-9/arch-x86/usr/lib/
libz.so
libz.a
10
g 8 8 8 &@ &@ &@ &@ ?? ?? ?? ?? ?? ?? ?? ?? ?@ ?@ ?@ ?@ ?@ ?@ ?@ ?@ ?@ ?@ ?@ ?@ ?@ ?@ ?@ ?@ |? |? |? |? |? |? |? |? ? ? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?t ?t ?t ?t ?t ?t ?t ?t ?t {\ {\ {\ {\ {\ {\ {\ {\ ?x ?x ?x ?x ?x ?x ?x ?x ?x ?x ?x ?x ?x ?x ?x n n n n ? ? ? ? ?adler32 adler32_combine adler32_combine64 compressBound compress2 __x86.get_pc_thunk.bx compress get_crc_table __x86.get_pc_thunk.cx crc32 __x86.get_pc_thunk.bx crc32_combine crc32_combine64 gzclose __x86.get_pc_thunk.bx gzbuffer gztell64 gztell __x86.get_pc_thunk.bx gzeof gzerror gz_error gzoffset64 gzoffset gzrewind gzseek64 gzseek gzclearerr gzdopen gzopen64 gzopen
gzclose_r