OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:extra_max
(Results
26 - 34
of
34
) sorted by null
1
2
/prebuilts/ndk/android-ndk-r7/platforms/android-9/arch-x86/usr/include/
zlib.h
116
uInt
extra_max
; /* space at extra (only when reading header) */
member in struct:gz_header_s
[
all
...]
/external/zlib/
zlib.h
119
uInt
extra_max
; /* space at extra (only when reading header) */
member in struct:gz_header_s
[
all
...]
inflate.c
746
len + copy > state->head->
extra_max
?
747
state->head->
extra_max
- len : copy);
[
all
...]
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
zlib.h
119
uInt
extra_max
; /* space at extra (only when reading header) */
member in struct:gz_header_s
[
all
...]
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
zlib.h
119
uInt
extra_max
; /* space at extra (only when reading header) */
member in struct:gz_header_s
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
zlib.h
119
uInt
extra_max
; /* space at extra (only when reading header) */
member in struct:gz_header_s
[
all
...]
/external/zlib/contrib/pascal/
zlibpas.pas
57
extra_max
: Integer; (* space at extra (only when reading header) *)
/external/zlib/test/
infcover.c
304
head.
extra_max
= len;
/external/qemu/distrib/zlib-1.2.3/
inflate.c
689
len + copy > state->head->
extra_max
?
690
state->head->
extra_max
- len : copy);
[
all
...]
Completed in 842 milliseconds
1
2