OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:istream
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/gpl2/gettext/dist/gettext-tools/src/gnu/gettext/
GetURL.java
61
InputStream
istream
= new BufferedInputStream(url.openStream());
local
64
int b =
istream
.read();
70
istream
.close();
/src/external/bsd/zstd/dist/contrib/gen_html/
gen_html.cpp
88
ifstream
istream
;
local
98
istream
.open(argv[2], ifstream::in);
99
if (!
istream
.is_open()) {
110
while (getline(
istream
, line)) {
/src/crypto/external/apache2/openssl/dist/crypto/comp/
c_zlib.c
113
z_stream
istream
;
member in struct:zlib_state
125
state->
istream
.zalloc = zlib_zalloc;
126
state->
istream
.zfree = zlib_zfree;
127
state->
istream
.opaque = Z_NULL;
128
state->
istream
.next_in = Z_NULL;
129
state->
istream
.next_out = Z_NULL;
130
err = inflateInit_(&state->
istream
, ZLIB_VERSION, sizeof(z_stream));
154
inflateEnd(&state->
istream
);
192
state->
istream
.next_in = in;
193
state->
istream
.avail_in = ilen
[
all
...]
/src/crypto/external/bsd/openssl/dist/crypto/comp/
c_zlib.c
119
z_stream
istream
;
member in struct:zlib_state
131
state->
istream
.zalloc = zlib_zalloc;
132
state->
istream
.zfree = zlib_zfree;
133
state->
istream
.opaque = Z_NULL;
134
state->
istream
.next_in = Z_NULL;
135
state->
istream
.next_out = Z_NULL;
136
err = inflateInit_(&state->
istream
, ZLIB_VERSION, sizeof(z_stream));
160
inflateEnd(&state->
istream
);
196
state->
istream
.next_in = in;
197
state->
istream
.avail_in = ilen
[
all
...]
/src/crypto/external/bsd/openssl.old/dist/crypto/comp/
c_zlib.c
119
z_stream
istream
;
member in struct:zlib_state
131
state->
istream
.zalloc = zlib_zalloc;
132
state->
istream
.zfree = zlib_zfree;
133
state->
istream
.opaque = Z_NULL;
134
state->
istream
.next_in = Z_NULL;
135
state->
istream
.next_out = Z_NULL;
136
err = inflateInit_(&state->
istream
, ZLIB_VERSION, sizeof(z_stream));
160
inflateEnd(&state->
istream
);
196
state->
istream
.next_in = in;
197
state->
istream
.avail_in = ilen
[
all
...]
/src/external/apache2/llvm/dist/llvm/include/llvm/Demangle/
ItaniumDemangle.h
1348
istream
,
member in class:SpecialSubKind
1370
case SpecialSubKind::
istream
:
1392
case SpecialSubKind::
istream
:
1422
case SpecialSubKind::
istream
:
1423
return StringView("
istream
");
1443
case SpecialSubKind::
istream
:
1444
S += "std::
istream
";
3087
case SpecialSubKind::
istream
:
5420
SpecialSub = make<SpecialSubstitution>(SpecialSubKind::
istream
);
Completed in 34 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026