OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:next_out
(Results
1 - 25
of
227
) sorted by null
1
2
3
4
5
6
7
8
9
10
/external/chromium_org/third_party/protobuf/src/google/protobuf/io/
gzip_stream.cc
67
zcontext_.
next_out
= static_cast<Bytef*>(output_buffer_);
96
zcontext_.
next_out
= NULL;
109
zcontext_.
next_out
= static_cast<Bytef*>(output_buffer_);
118
*size = ((uintptr_t)zcontext_.
next_out
) - ((uintptr_t)output_position_);
119
output_position_ = zcontext_.
next_out
;
126
if ((!ok) || (zcontext_.
next_out
== NULL)) {
129
if (zcontext_.
next_out
!= output_position_) {
134
if (zcontext_.
next_out
!= NULL) {
151
if ((zerror_ == Z_STREAM_END) && (zcontext_.
next_out
== NULL)) {
182
(((uintptr_t)zcontext_.
next_out
) - ((uintptr_t)output_position_))
[
all
...]
/external/protobuf/src/google/protobuf/io/
gzip_stream.cc
67
zcontext_.
next_out
= static_cast<Bytef*>(output_buffer_);
85
zcontext_.
next_out
= NULL;
105
zcontext_.
next_out
= static_cast<Bytef*>(output_buffer_);
114
*size = ((uintptr_t)zcontext_.
next_out
) - ((uintptr_t)output_position_);
115
output_position_ = zcontext_.
next_out
;
122
if ((!ok) || (zcontext_.
next_out
== NULL)) {
125
if (zcontext_.
next_out
!= output_position_) {
135
if ((zerror_ == Z_STREAM_END) && (zcontext_.
next_out
== NULL)) {
166
(((uintptr_t)zcontext_.
next_out
) - ((uintptr_t)output_position_));
209
zcontext_.
next_out
= NULL
[
all
...]
/external/chromium/chrome/common/
bzip2_unittest.cc
39
stream.
next_out
= output;
60
stream.
next_out
= output2;
/external/chromium_org/third_party/skia/src/core/
SkFlate.cpp
46
flateData.
next_out
= outputBuffer;
74
flateData.
next_out
= outputBuffer;
101
flateData.
next_out
= outputBuffer;
/external/skia/src/core/
SkFlate.cpp
46
flateData.
next_out
= outputBuffer;
74
flateData.
next_out
= outputBuffer;
101
flateData.
next_out
= outputBuffer;
/bionic/libc/kernel/common/linux/
zlib.h
29
Byte *
next_out
;
member in struct:z_stream_s
/development/ndk/platforms/android-3/include/linux/
zlib.h
24
Byte *
next_out
;
member in struct:z_stream_s
/external/chromium_org/third_party/zlib/
uncompr.c
38
stream.
next_out
= dest;
/external/qemu/distrib/zlib-1.2.3/
uncompr.c
40
stream.
next_out
= dest;
/external/zlib/src/examples/
fitblk.c
105
inf->
next_out
= raw;
157
def.
next_out
= blk;
196
def.
next_out
= tmp;
211
def.
next_out
= blk;
/external/zlib/src/
uncompr.c
38
stream.
next_out
= dest;
/libcore/luni/src/main/native/
java_util_zip_Deflater.cpp
77
stream->stream.
next_out
= reinterpret_cast<Bytef*>(out.get() + off);
81
Bytef* initialNextOut = stream->stream.
next_out
;
102
jint bytesWritten = stream->stream.
next_out
- initialNextOut;
131
stream->stream.
next_out
= reinterpret_cast<Bytef*>(NULL);
/prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/
zlib.h
24
Byte *
next_out
;
member in struct:z_stream_s
/prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/
zlib.h
24
Byte *
next_out
;
member in struct:z_stream_s
/prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/linux/
zlib.h
24
Byte *
next_out
;
member in struct:z_stream_s
/prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/linux/
zlib.h
24
Byte *
next_out
;
member in struct:z_stream_s
/prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/linux/
zlib.h
24
Byte *
next_out
;
member in struct:z_stream_s
/prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/linux/
zlib.h
24
Byte *
next_out
;
member in struct:z_stream_s
/prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/linux/
zlib.h
24
Byte *
next_out
;
member in struct:z_stream_s
/prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/linux/
zlib.h
24
Byte *
next_out
;
member in struct:z_stream_s
/prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/linux/
zlib.h
24
Byte *
next_out
;
member in struct:z_stream_s
/prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/linux/
zlib.h
24
Byte *
next_out
;
member in struct:z_stream_s
/prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/linux/
zlib.h
24
Byte *
next_out
;
member in struct:z_stream_s
/prebuilts/ndk/7/platforms/android-3/arch-arm/usr/include/linux/
zlib.h
24
Byte *
next_out
;
member in struct:z_stream_s
/prebuilts/ndk/7/platforms/android-3/arch-x86/usr/include/linux/
zlib.h
24
Byte *
next_out
;
member in struct:z_stream_s
Completed in 1883 milliseconds
1
2
3
4
5
6
7
8
9
10