OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:out_stream
(Results
1 - 4
of
4
) sorted by null
/external/zlib/contrib/ada/
zlib-streams.ads
13
type Stream_Mode is (In_Stream,
Out_Stream
, Duplex);
67
-- If mode is
Out_Stream
then Read operation is disabled.
zlib-streams.adb
23
if Stream.Mode =
Out_Stream
or Stream.Mode = Duplex then
81
if Mode =
Out_Stream
or Mode = Duplex then
test.adb
352
Mode => ZLib.Streams.
Out_Stream
,
435
Mode => ZLib.Streams.
Out_Stream
,
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
argp.h
358
FILE *
out_stream
; /* For information; initialized to stdout. */
354
FILE *
out_stream
; \/* For information; initialized to stdout. *\/
member in struct:argp_state
Completed in 70 milliseconds