OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:memory_stream
(Results
1 - 7
of
7
) sorted by relevancy
/src/external/ibm-public/postfix/dist/src/testing/
dict_test_helper.c
133
VSTREAM *
memory_stream
;
local
138
if ((
memory_stream
= vstream_memopen(out_msg_buf, O_WRONLY)) == 0)
140
vstream_swap(VSTREAM_ERR,
memory_stream
);
142
vstream_swap(
memory_stream
, VSTREAM_ERR);
143
(void) vstream_fclose(
memory_stream
);
198
VSTREAM *
memory_stream
;
local
203
if ((
memory_stream
= vstream_memopen(out_msg_buf, O_WRONLY)) == 0)
205
vstream_swap(VSTREAM_ERR,
memory_stream
);
207
vstream_swap(
memory_stream
, VSTREAM_ERR);
208
(void) vstream_fclose(
memory_stream
);
[
all
...]
/src/external/ibm-public/postfix/dist/src/global/
hfrom_format.c
207
VSTREAM *
memory_stream
;
local
216
if ((
memory_stream
= vstream_memopen(msg_buf, O_WRONLY)) == 0)
218
vstream_swap(VSTREAM_ERR,
memory_stream
);
221
vstream_swap(
memory_stream
, VSTREAM_ERR);
222
if (vstream_fclose(
memory_stream
))
250
if ((
memory_stream
= vstream_memopen(msg_buf, O_WRONLY)) == 0)
252
vstream_swap(VSTREAM_ERR,
memory_stream
);
255
vstream_swap(
memory_stream
, VSTREAM_ERR);
256
if (vstream_fclose(
memory_stream
))
config_known_tcp_ports.c
212
VSTREAM *
memory_stream
;
local
222
if ((
memory_stream
= vstream_memopen(msg_buf, O_WRONLY)) == 0)
224
vstream_swap(VSTREAM_ERR,
memory_stream
);
226
vstream_swap(
memory_stream
, VSTREAM_ERR);
227
if (vstream_fclose(
memory_stream
))
dict_sqlite_test.c
143
VSTREAM *
memory_stream
;
local
161
if ((
memory_stream
= vstream_memopen(msg_buf, O_WRONLY)) == 0)
163
vstream_swap(VSTREAM_ERR,
memory_stream
);
166
vstream_swap(
memory_stream
, VSTREAM_ERR);
167
if (vstream_fclose(
memory_stream
))
rfc2047_code.c
411
VSTREAM *
memory_stream
;
local
421
if ((
memory_stream
= vstream_memopen(msg_buf, O_WRONLY)) == 0)
423
vstream_swap(VSTREAM_ERR,
memory_stream
);
427
vstream_swap(
memory_stream
, VSTREAM_ERR);
428
if (vstream_fclose(
memory_stream
))
/src/external/ibm-public/postfix/dist/src/util/
find_inet.c
207
VSTREAM *
memory_stream
;
local
223
if ((
memory_stream
= vstream_memopen(msg_buf, O_WRONLY)) == 0)
225
vstream_swap(VSTREAM_ERR,
memory_stream
);
228
vstream_swap(
memory_stream
, VSTREAM_ERR);
229
if (vstream_fclose(
memory_stream
))
/src/external/ibm-public/postfix/dist/src/smtpd/
smtpd_peer_test.c
131
VSTREAM *
memory_stream
;
local
142
if ((
memory_stream
= vstream_memopen(msg_buf, O_WRONLY)) == 0)
144
vstream_swap(VSTREAM_ERR,
memory_stream
);
146
vstream_swap(
memory_stream
, VSTREAM_ERR);
147
(void) vstream_fclose(
memory_stream
);
Completed in 18 milliseconds
Indexes created Thu Jul 16 00:26:27 UTC 2026