/netbsd/external/ibm-public/postfix/dist/src/master/ |
H A D | master_listen.c | 102 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 D | master_flow.c | 30 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 D | master_sig.c | 256 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 D | stream_connect.c | 96 if (block_mode == NON_BLOCKING) in stream_connect() 97 non_blocking(pair[0], NON_BLOCKING); in stream_connect()
|
H A D | unix_connect.c | 90 non_blocking(sock, NON_BLOCKING); in unix_connect() 95 if (block_mode != NON_BLOCKING) in unix_connect()
|
H A D | fifo_trigger.c | 90 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 D | inet_connect.c | 169 non_blocking(sock, NON_BLOCKING); in inet_connect_one() 174 if (block_mode != NON_BLOCKING) in inet_connect_one()
|
H A D | watchdog.c | 224 non_blocking(watchdog_pipe[0], NON_BLOCKING); in watchdog_create() 225 non_blocking(watchdog_pipe[1], NON_BLOCKING); in watchdog_create()
|
H A D | iostuff.h | 51 #define NON_BLOCKING 1 macro
|
H A D | ldseed.c | 84 non_blocking(fd, NON_BLOCKING); in ldseed()
|
H A D | dict_tcp.c | 127 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 D | pipe_command.c | 444 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 D | abounce.c | 352 ap->fp = mail_connect(class, service, NON_BLOCKING); in abounce_connect()
|
H A D | post_mail.c | 403 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 D | postscreen_send.c | 245 LOCAL_CONNECT(psc_smtpd_service_name, NON_BLOCKING, in psc_send_socket()
|
H A D | postscreen_starttls.c | 291 if ((fd = LOCAL_CONNECT(psc_tlsp_service, NON_BLOCKING, 1)) < 0) { in psc_starttls_open()
|
H A D | postscreen_dnsbl.c | 557 if ((fd = LOCAL_CONNECT(psc_dnsbl_service, NON_BLOCKING, 1)) < 0) { in psc_dnsbl_request()
|
H A D | postscreen.c | 672 non_blocking(vstream_fileno(smtp_client_stream), NON_BLOCKING); in psc_service()
|
/netbsd/external/ibm-public/postfix/dist/src/smtpstone/ |
H A D | qmqp-sink.c | 229 non_blocking(fd, NON_BLOCKING); in connect_event()
|
H A D | qmqp-source.c | 336 (void) non_blocking(fd, NON_BLOCKING); in start_connect()
|
/netbsd/external/ibm-public/postfix/dist/src/oqmgr/ |
H A D | qmgr_transport.c | 386 NON_BLOCKING)) == 0) { in qmgr_transport_alloc()
|
/netbsd/external/ibm-public/postfix/dist/src/qmgr/ |
H A D | qmgr_transport.c | 391 NON_BLOCKING)) == 0) { in qmgr_transport_alloc()
|
/netbsd/external/ibm-public/postfix/dist/src/tlsproxy/ |
H A D | tlsproxy.c | 1148 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 D | tls_client.c | 1128 non_blocking(vstream_fileno(props->stream), NON_BLOCKING); in tls_client_start()
|
H A D | tls_server.c | 896 non_blocking(vstream_fileno(props->stream), NON_BLOCKING); in tls_server_start()
|