Home
last modified time | relevance | path

Searched refs:NON_BLOCKING (Results 1 – 25 of 30) sorted by relevance

12

/netbsd/external/ibm-public/postfix/dist/src/master/
H A Dmaster_listen.c102 serv->max_proc : var_proc_limit, NON_BLOCKING); in master_listen_init()
113 unix_dgram_listen(serv->name, NON_BLOCKING); in master_listen_init()
123 serv->listen_fd[0] = fifo_listen(serv->name, 0622, NON_BLOCKING); in master_listen_init()
144 serv->max_proc : var_proc_limit, NON_BLOCKING); in master_listen_init()
158 serv->max_proc : var_proc_limit, NON_BLOCKING); in master_listen_init()
H A Dmaster_flow.c30 non_blocking(master_flow_pipe[0], NON_BLOCKING); in master_flow_init()
31 non_blocking(master_flow_pipe[1], NON_BLOCKING); in master_flow_init()
H A Dmaster_sig.c256 non_blocking(SIG_PIPE_WRITE_FD, NON_BLOCKING); in master_sigsetup()
257 non_blocking(SIG_PIPE_READ_FD, NON_BLOCKING); in master_sigsetup()
/netbsd/external/ibm-public/postfix/dist/src/util/
H A Dstream_connect.c96 if (block_mode == NON_BLOCKING) in stream_connect()
97 non_blocking(pair[0], NON_BLOCKING); in stream_connect()
H A Dunix_connect.c90 non_blocking(sock, NON_BLOCKING); in unix_connect()
95 if (block_mode != NON_BLOCKING) in unix_connect()
H A Dfifo_trigger.c90 non_blocking(fd, timeout > 0 ? NON_BLOCKING : BLOCKING); in fifo_trigger()
148 listen_fd = fifo_listen(TEST_FIFO, 0600, NON_BLOCKING); in main()
H A Dinet_connect.c169 non_blocking(sock, NON_BLOCKING); in inet_connect_one()
174 if (block_mode != NON_BLOCKING) in inet_connect_one()
H A Dwatchdog.c224 non_blocking(watchdog_pipe[0], NON_BLOCKING); in watchdog_create()
225 non_blocking(watchdog_pipe[1], NON_BLOCKING); in watchdog_create()
H A Diostuff.h51 #define NON_BLOCKING 1 macro
H A Dldseed.c84 non_blocking(fd, NON_BLOCKING); in ldseed()
H A Ddict_tcp.c127 if ((fd = inet_connect(dict_tcp->dict.name, NON_BLOCKING, DICT_TCP_TMOUT)) < 0) { in dict_tcp_connect()
/netbsd/external/ibm-public/postfix/dist/src/global/
H A Dpipe_command.c444 non_blocking(cmd_out_pipe[1], NON_BLOCKING); in pipe_command()
446 non_blocking(cmd_in_pipe[1], NON_BLOCKING); in pipe_command()
H A Dabounce.c352 ap->fp = mail_connect(class, service, NON_BLOCKING); in abounce_connect()
H A Dpost_mail.c403 stream = mail_connect(MAIL_CLASS_PUBLIC, var_cleanup_service, NON_BLOCKING); in post_mail_fopen_async()
/netbsd/external/ibm-public/postfix/dist/src/postscreen/
H A Dpostscreen_send.c245 LOCAL_CONNECT(psc_smtpd_service_name, NON_BLOCKING, in psc_send_socket()
H A Dpostscreen_starttls.c291 if ((fd = LOCAL_CONNECT(psc_tlsp_service, NON_BLOCKING, 1)) < 0) { in psc_starttls_open()
H A Dpostscreen_dnsbl.c557 if ((fd = LOCAL_CONNECT(psc_dnsbl_service, NON_BLOCKING, 1)) < 0) { in psc_dnsbl_request()
H A Dpostscreen.c672 non_blocking(vstream_fileno(smtp_client_stream), NON_BLOCKING); in psc_service()
/netbsd/external/ibm-public/postfix/dist/src/smtpstone/
H A Dqmqp-sink.c229 non_blocking(fd, NON_BLOCKING); in connect_event()
H A Dqmqp-source.c336 (void) non_blocking(fd, NON_BLOCKING); in start_connect()
/netbsd/external/ibm-public/postfix/dist/src/oqmgr/
H A Dqmgr_transport.c386 NON_BLOCKING)) == 0) { in qmgr_transport_alloc()
/netbsd/external/ibm-public/postfix/dist/src/qmgr/
H A Dqmgr_transport.c391 NON_BLOCKING)) == 0) { in qmgr_transport_alloc()
/netbsd/external/ibm-public/postfix/dist/src/tlsproxy/
H A Dtlsproxy.c1148 non_blocking(state->ciphertext_fd, NON_BLOCKING); in tlsp_get_fd_event()
1490 non_blocking(plaintext_fd, NON_BLOCKING); in tlsp_service()
/netbsd/external/ibm-public/postfix/dist/src/tls/
H A Dtls_client.c1128 non_blocking(vstream_fileno(props->stream), NON_BLOCKING); in tls_client_start()
H A Dtls_server.c896 non_blocking(vstream_fileno(props->stream), NON_BLOCKING); in tls_server_start()

12