HomeSort by: relevance | last modified time | path
    Searched refs:vstream_memopen (Results 1 - 19 of 19) sorted by relevancy

  /src/external/ibm-public/postfix/dist/src/tls/
tls_proxy_client_misc.c 101 if ((mp = vstream_memopen(buf, O_WRONLY)) == 0
120 if ((mp = vstream_memopen(buf, O_WRONLY)) == 0
  /src/external/ibm-public/postfix/dist/src/testing/
mock_open_as.c 101 stream = vstream_memopen(data_buffer, flags);
msg_capture.c 103 if ((mp->stream = vstream_memopen(mp->buffer, O_WRONLY)) == 0)
dict_test_helper.c 138 if ((memory_stream = vstream_memopen(out_msg_buf, O_WRONLY)) == 0)
203 if ((memory_stream = vstream_memopen(out_msg_buf, O_WRONLY)) == 0)
  /src/external/ibm-public/postfix/dist/src/bounce/
bounce_notify_util_tester.c 72 if ((message_stream = vstream_memopen(message_buf, O_WRONLY)) == 0)
73 msg_fatal("vstream_memopen O_WRONLY: %m");
97 if ((message_stream = vstream_memopen(message_buf, O_RDONLY)) == 0)
98 msg_fatal("vstream_memopen O_RDONLY: %m");
  /src/external/ibm-public/postfix/dist/src/smtp/
smtp_session.c 260 if ((mp = vstream_memopen(dest_prop, O_WRONLY)) == 0
286 if ((mp = vstream_memopen(endp_prop, O_WRONLY)) == 0
361 if ((mp = vstream_memopen(endp_prop, O_RDONLY)) == 0
400 if ((mp = vstream_memopen(dest_prop, O_RDONLY)) == 0
  /src/external/ibm-public/postfix/dist/src/global/
delivered_hdr.c 240 if ((mem_fp = vstream_memopen(mem_bp, O_WRONLY)) == 0)
241 msg_panic("vstream_memopen O_WRONLY failed: %m");
251 if ((mem_fp = vstream_memopen(mem_bp, O_RDONLY)) == 0)
252 msg_panic("vstream_memopen O_RDONLY failed: %m");
hfrom_format.c 216 if ((memory_stream = vstream_memopen(msg_buf, O_WRONLY)) == 0)
250 if ((memory_stream = vstream_memopen(msg_buf, O_WRONLY)) == 0)
config_known_tcp_ports.c 222 if ((memory_stream = vstream_memopen(msg_buf, O_WRONLY)) == 0)
dict_sqlite_test.c 161 if ((memory_stream = vstream_memopen(msg_buf, O_WRONLY)) == 0)
abounce.c 363 VSTREAM *mp = vstream_memopen(ap->request, O_WRONLY);
rfc2047_code.c 421 if ((memory_stream = vstream_memopen(msg_buf, O_WRONLY)) == 0)
  /src/external/ibm-public/postfix/dist/src/util/
dict_stream.c 137 map_fp = vstream_memopen(inline_buf, O_RDONLY);
find_inet.c 223 if ((memory_stream = vstream_memopen(msg_buf, O_WRONLY)) == 0)
readlline.c 320 if ((fp = vstream_memopen(inp_buf, O_RDONLY)) == 0)
vstream.h 276 #define vstream_memopen(string, flags) \ macro
vstream.c 20 /* VSTREAM *vstream_memopen(string, flags)
217 /* vstream_memopen() opens a VSTRING as a stream. The \fIflags\fR
219 /* vstream_memopen() either succeeds or never returns. Streams
220 /* opened with vstream_memopen() have limitations: they can't
230 /* of vstream_memopen().
409 /* vstream_memopen() etc. to the stream, so that the VSTRING
1214 * vstream_memopen(O_RDONLY) has to set the VSTREAM buffer length to the
1867 /* vstream_memopen - open a VSTRING */
1898 msg_panic("vstream_memopen: flags must be one of "
1971 fp = vstream_memopen(buf, O_WRONLY)
    [all...]
  /src/external/ibm-public/postfix/dist/src/cleanup/
cleanup_message_test.c 195 VSTREAM *dst = vstream_memopen(got_text, O_WRONLY);
201 msg_warn("vstream_memopen: %m");
  /src/external/ibm-public/postfix/dist/src/smtpd/
smtpd_peer_test.c 142 if ((memory_stream = vstream_memopen(msg_buf, O_WRONLY)) == 0)

Completed in 28 milliseconds