/netbsd/external/ibm-public/postfix/dist/src/util/ |
H A D | stream_connect.c | 81 if (block_mode == BLOCKING) in stream_connect() 82 non_blocking(fifo, BLOCKING); in stream_connect()
|
H A D | stream_send_fd.c | 97 server_sock = stream_connect(endpoint, BLOCKING, 0); in main()
|
H A D | iostuff.h | 50 #define BLOCKING 0 macro
|
H A D | stream_recv_fd.c | 99 listen_sock = stream_listen(endpoint, BLOCKING, 0); in main()
|
H A D | inet_trigger.c | 107 if ((fd = inet_connect(service, BLOCKING, timeout)) < 0) { in inet_trigger()
|
H A D | stream_trigger.c | 103 if ((fd = stream_connect(service, BLOCKING, timeout)) < 0) { in stream_trigger()
|
H A D | unix_trigger.c | 104 if ((fd = unix_connect(service, BLOCKING, timeout)) < 0) { in unix_trigger()
|
H A D | fifo_trigger.c | 90 non_blocking(fd, timeout > 0 ? NON_BLOCKING : BLOCKING); in fifo_trigger()
|
H A D | pass_trigger.c | 112 if ((connect_fd = LOCAL_CONNECT(service, BLOCKING, timeout)) < 0) { in pass_trigger()
|
H A D | unix_send_fd.c | 175 server_sock = unix_connect(endpoint, BLOCKING, 0); in main()
|
H A D | unix_recv_fd.c | 156 listen_sock = unix_listen(endpoint, 10, BLOCKING); in main()
|
H A D | msg_logger.c | 146 msg_logger_sock = unix_dgram_connect(msg_logger_unix_path, BLOCKING); in msg_logger_connect()
|
H A D | auto_clnt.c | 213 fd = auto_clnt->connect(auto_clnt->endpoint, BLOCKING, auto_clnt->timeout); in auto_clnt_open()
|
/netbsd/external/ibm-public/postfix/dist/src/smtpstone/ |
H A D | qmqp-sink.c | 314 sock = unix_listen(argv[optind] + 5, backlog, BLOCKING); in main() 318 sock = inet_listen(argv[optind], backlog, BLOCKING); in main()
|
/netbsd/external/ibm-public/postfix/dist/src/global/ |
H A D | mail_command_client.c | 87 if ((stream = mail_connect(class, name, BLOCKING)) == 0) { in mail_command_client()
|
H A D | mail_connect.c | 118 while ((stream = mail_connect(class, name, BLOCKING)) == 0) { in mail_connect_wait()
|
H A D | post_mail.c | 313 BLOCKING)) != 0) in post_mail_fopen_nowait() 341 non_blocking(vstream_fileno(state->stream), BLOCKING); in post_mail_open_event()
|
H A D | abounce.c | 305 non_blocking(vstream_fileno(ap->fp), BLOCKING); in abounce_send()
|
/netbsd/external/ibm-public/postfix/dist/src/tls/ |
H A D | tls_prng_egd.c | 97 if ((fd = unix_connect(name, BLOCKING, timeout)) < 0) { in tls_prng_egd_open()
|
H A D | tls_proxy_clnt.c | 181 if ((fd = LOCAL_CONNECT(STR(tlsproxy_service), BLOCKING, in tls_proxy_open()
|
/netbsd/external/ibm-public/postfix/dist/src/master/ |
H A D | master_status.c | 171 non_blocking(serv->status_fd[0], BLOCKING); in master_status_init()
|
/netbsd/external/ibm-public/postfix/dist/src/xsasl/ |
H A D | xsasl_dovecot_server.c | 276 fd = inet_connect(path + 5, BLOCKING, AUTH_TIMEOUT); in xsasl_dovecot_server_connect() 280 fd = unix_connect(path, BLOCKING, AUTH_TIMEOUT); in xsasl_dovecot_server_connect()
|
/netbsd/external/ibm-public/postfix/dist/src/postqueue/ |
H A D | postqueue.c | 385 if ((showq = mail_connect(MAIL_CLASS_PUBLIC, var_showq_service, BLOCKING)) != 0) { in show_queue()
|
/netbsd/external/ibm-public/postfix/dist/src/oqmgr/ |
H A D | qmgr_transport.c | 279 non_blocking(vstream_fileno(alloc->stream), BLOCKING); in qmgr_transport_event()
|
/netbsd/external/ibm-public/postfix/dist/src/local/ |
H A D | forward.c | 143 cleanup = mail_connect(MAIL_CLASS_PUBLIC, var_cleanup_service, BLOCKING); in forward_open()
|