HomeSort by: relevance | last modified time | path
    Searched refs:non_blocking (Results 1 - 25 of 35) sorted by relevancy

1 2

  /src/external/ibm-public/postfix/dist/src/master/
master_flow.c 30 non_blocking(master_flow_pipe[0], NON_BLOCKING);
31 non_blocking(master_flow_pipe[1], NON_BLOCKING);
master_sig.c 256 non_blocking(SIG_PIPE_WRITE_FD, NON_BLOCKING);
257 non_blocking(SIG_PIPE_READ_FD, NON_BLOCKING);
master_status.c 171 non_blocking(serv->status_fd[0], BLOCKING);
event_server.c 424 non_blocking(fd, BLOCKING);
  /src/external/ibm-public/postfix/dist/src/util/
non_blocking.c 1 /* $NetBSD: non_blocking.c,v 1.2 2025/02/25 19:15:52 christos Exp $ */
5 /* non_blocking 3
11 /* int non_blocking(int fd, int on)
21 /* NON_BLOCKING constant); for blocking I/O, specify zero
55 /* non_blocking - set/clear non-blocking flag */
57 int non_blocking(int fd, int on) function
stream_connect.c 23 /* Either NON_BLOCKING for a non-blocking stream, or BLOCKING for
82 non_blocking(fifo, BLOCKING);
96 if (block_mode == NON_BLOCKING)
97 non_blocking(pair[0], NON_BLOCKING);
unix_connect.c 23 /* Either NON_BLOCKING for a non-blocking socket, or BLOCKING for
90 non_blocking(sock, NON_BLOCKING);
95 if (block_mode != NON_BLOCKING)
96 non_blocking(sock, block_mode);
104 non_blocking(sock, block_mode);
inet_connect.c 31 /* Either NON_BLOCKING for a non-blocking socket, or BLOCKING for
169 non_blocking(sock, NON_BLOCKING);
174 if (block_mode != NON_BLOCKING)
175 non_blocking(sock, block_mode);
183 non_blocking(sock, block_mode);
iostuff.h 18 extern int non_blocking(int, int);
51 #define NON_BLOCKING 1
unix_dgram_connect.c 22 /* Either NON_BLOCKING for a non-blocking socket, or BLOCKING for
92 non_blocking(sock, block_mode);
fifo_listen.c 20 /* The \fIblock_mode\fR argument is either NON_BLOCKING for
108 non_blocking(fd, block_mode);
ldseed.c 84 non_blocking(fd, NON_BLOCKING);
unix_dgram_listen.c 22 /* Either NON_BLOCKING for a non-blocking socket, or BLOCKING for
94 non_blocking(sock, block_mode);
unix_listen.c 31 /* Either NON_BLOCKING for a non-blocking socket, or BLOCKING for
104 non_blocking(sock, block_mode);
watchdog.c 224 non_blocking(watchdog_pipe[0], NON_BLOCKING);
225 non_blocking(watchdog_pipe[1], NON_BLOCKING);
fifo_trigger.c 90 non_blocking(fd, timeout > 0 ? NON_BLOCKING : BLOCKING);
148 listen_fd = fifo_listen(TEST_FIFO, 0600, NON_BLOCKING);
inet_listen.c 38 /* Either NON_BLOCKING for a non-blocking socket, or BLOCKING for
175 non_blocking(sock, block_mode);
  /src/external/ibm-public/postfix/dist/src/smtpstone/
qmqp-sink.c 229 non_blocking(fd, NON_BLOCKING);
qmqp-source.c 336 (void) non_blocking(fd, NON_BLOCKING);
364 non_blocking(fd, BLOCKING);
  /src/external/ibm-public/postfix/dist/src/global/
pipe_command.c 444 non_blocking(cmd_out_pipe[1], NON_BLOCKING);
446 non_blocking(cmd_in_pipe[1], NON_BLOCKING);
abounce.c 308 non_blocking(vstream_fileno(ap->fp), BLOCKING);
355 ap->fp = mail_connect(class, service, NON_BLOCKING);
post_mail.c 342 non_blocking(vstream_fileno(state->stream), BLOCKING);
404 stream = mail_connect(MAIL_CLASS_PUBLIC, var_cleanup_service, NON_BLOCKING);
  /src/external/ibm-public/postfix/dist/src/oqmgr/
qmgr_transport.c 279 non_blocking(vstream_fileno(alloc->stream), BLOCKING);
386 NON_BLOCKING)) == 0) {
  /src/external/ibm-public/postfix/lib/util/
Makefile 159 non_blocking.c \
  /src/external/ibm-public/postfix/dist/src/qmgr/
qmgr_transport.c 284 non_blocking(vstream_fileno(alloc->stream), BLOCKING);
391 NON_BLOCKING)) == 0) {

Completed in 43 milliseconds

1 2