OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:toNativeZipStream
(Results
1 - 3
of
3
) sorted by null
/libcore/luni/src/main/native/
java_util_zip_Deflater.cpp
25
toNativeZipStream
(handle)->setDictionary(env, dict, off, len, false);
29
return
toNativeZipStream
(handle)->stream.total_in;
33
return
toNativeZipStream
(handle)->stream.total_out;
37
return
toNativeZipStream
(handle)->stream.adler;
66
toNativeZipStream
(handle)->setInput(env, buf, off, len);
70
NativeZipStream* stream =
toNativeZipStream
(handle);
110
NativeZipStream* stream =
toNativeZipStream
(handle);
116
NativeZipStream* stream =
toNativeZipStream
(handle);
124
NativeZipStream* stream =
toNativeZipStream
(handle);
java_util_zip_Inflater.cpp
50
toNativeZipStream
(handle)->setInput(env, buf, off, len);
54
NativeZipStream* stream =
toNativeZipStream
(handle);
90
NativeZipStream* stream =
toNativeZipStream
(handle);
131
return
toNativeZipStream
(handle)->stream.adler;
135
NativeZipStream* stream =
toNativeZipStream
(handle);
141
toNativeZipStream
(handle)->setDictionary(env, dict, off, len, true);
145
int err = inflateReset(&
toNativeZipStream
(handle)->stream);
152
return
toNativeZipStream
(handle)->stream.total_out;
156
return
toNativeZipStream
(handle)->stream.total_in;
zip.h
96
static NativeZipStream*
toNativeZipStream
(jlong address) {
Completed in 63 milliseconds