Home
last modified time | relevance | path

Searched refs:vstream_fdopen (Results 1 – 25 of 29) sorted by relevance

12

/netbsd-src/external/ibm-public/postfix/dist/src/util/
H A Drecv_pass_attr.c74 fp = vstream_fdopen(fd, O_RDWR); in recv_pass_attr()
H A Dauto_clnt.c219 auto_clnt->vstream = vstream_fdopen(fd, O_RDWR); in auto_clnt_open()
H A Ddict_tcp.c131 dict_tcp->fp = vstream_fdopen(fd, O_RDWR); in dict_tcp_connect()
H A Dvstream_popen.c272 stream = vstream_fdopen(sockfd[1], flags); in vstream_popen()
H A Dvstream.h108 extern VSTREAM *vstream_fdopen(int, int);
H A Dvstream.c1359 VSTREAM *vstream_fdopen(int fd, int flags) in vstream_fdopen() function
1394 stream = vstream_fdopen(fd, flags); in vstream_fopen()
/netbsd-src/external/ibm-public/postfix/dist/src/global/
H A Dmail_connect.c96 stream = vstream_fdopen(fd, O_RDWR); in mail_connect()
H A Dpipe_command.c569 cmd_in_stream = vstream_fdopen(cmd_in_pipe[1], O_WRONLY); in pipe_command()
570 cmd_out_stream = vstream_fdopen(cmd_out_pipe[0], O_RDONLY); in pipe_command()
H A Dmail_queue.c419 stream = vstream_fdopen(fd, O_RDWR); in mail_queue_enter()
/netbsd-src/external/ibm-public/postfix/dist/src/tls/
H A Dtls_proxy_clnt.c191 tlsproxy_stream = vstream_fdopen(fd, O_RDWR); in tls_proxy_open()
/netbsd-src/external/ibm-public/postfix/dist/src/local/
H A Dinclude.c201 vstream_fdopen(fd,O_RDONLY) : 0) in deliver_include()
H A Ddotforward.c264 fp = vstream_fdopen(fd, O_RDONLY); in deliver_dotforward()
/netbsd-src/external/ibm-public/postfix/dist/src/postscreen/
H A Dpostscreen_send.c257 fp = vstream_fdopen(server_fd, O_RDWR); in psc_send_socket()
H A Dpostscreen_starttls.c305 tlsproxy_stream = vstream_fdopen(fd, O_RDWR); in psc_starttls_open()
H A Dpostscreen_dnsbl.c562 stream = vstream_fdopen(fd, O_RDWR); in psc_dnsbl_request()
/netbsd-src/external/ibm-public/postfix/dist/src/smtpstone/
H A Dqmqp-sink.c231 state->stream = vstream_fdopen(fd, O_RDWR); in connect_event()
H A Dqmqp-source.c342 session->stream = vstream_fdopen(fd, O_RDWR); in start_connect()
H A Dsmtp-source.c473 session->stream = vstream_fdopen(fd, O_RDWR); in start_connect()
/netbsd-src/external/ibm-public/postfix/dist/src/smtp/
H A Dsmtp_session.c426 session = smtp_session_alloc(vstream_fdopen(fd, O_RDWR), iter, in smtp_session_activate()
H A Dsmtp_connect.c342 stream = vstream_fdopen(sock, O_RDWR); in smtp_connect_sock()
/netbsd-src/external/ibm-public/postfix/dist/src/master/
H A Dsingle_server.c293 stream = vstream_fdopen(fd, O_RDWR); in single_server_wakeup()
H A Dmulti_server.c406 stream = vstream_fdopen(fd, O_RDWR); in multi_server_wakeup()
H A Devent_server.c427 stream = vstream_fdopen(fd, O_RDWR); in event_server_wakeup()
/netbsd-src/external/ibm-public/postfix/dist/src/xsasl/
H A Dxsasl_dovecot_server.c287 sasl_stream = vstream_fdopen(fd, O_RDWR); in xsasl_dovecot_server_connect()
/netbsd-src/external/ibm-public/postfix/dist/src/smtpd/
H A Dsmtpd_proxy.c350 proxy->service_stream = vstream_fdopen(fd, O_RDWR); in smtpd_proxy_connect()

12