OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:toNativeZipStream
(Results
1 - 4
of
4
) sorted by null
/libcore/luni/src/main/native/
java_util_zip_Deflater.cpp
27
toNativeZipStream
(handle)->setDictionary(env, dict, off, len, false);
31
return
toNativeZipStream
(handle)->stream.total_in;
35
return
toNativeZipStream
(handle)->stream.total_out;
39
return
toNativeZipStream
(handle)->stream.adler;
68
toNativeZipStream
(handle)->setInput(env, buf, off, len);
72
NativeZipStream* stream =
toNativeZipStream
(handle);
112
NativeZipStream* stream =
toNativeZipStream
(handle);
118
NativeZipStream* stream =
toNativeZipStream
(handle);
126
NativeZipStream* stream =
toNativeZipStream
(handle);
ZipUtilities.h
44
NativeZipStream*
toNativeZipStream
(jlong address);
java_util_zip_Inflater.cpp
52
toNativeZipStream
(handle)->setInput(env, buf, off, len);
56
NativeZipStream* stream =
toNativeZipStream
(handle);
92
NativeZipStream* stream =
toNativeZipStream
(handle);
133
return
toNativeZipStream
(handle)->stream.adler;
137
NativeZipStream* stream =
toNativeZipStream
(handle);
143
toNativeZipStream
(handle)->setDictionary(env, dict, off, len, true);
147
NativeZipStream* stream =
toNativeZipStream
(handle);
155
return
toNativeZipStream
(handle)->stream.total_out;
159
return
toNativeZipStream
(handle)->stream.total_in;
ZipUtilities.cpp
81
NativeZipStream*
toNativeZipStream
(jlong address) {
Completed in 411 milliseconds