Searched refs:clnt_stream (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/external/ibm-public/postfix/dist/src/global/ |
H A D | clnt_stream.c | 124 CLNT_STREAM *clnt_stream = (CLNT_STREAM *) context; in clnt_stream_event() local 130 if (clnt_stream->vstream == 0) in clnt_stream_event() 133 clnt_stream_close(clnt_stream); in clnt_stream_event() 158 static void clnt_stream_open(CLNT_STREAM *clnt_stream) in clnt_stream_open() argument 164 if (clnt_stream->vstream) in clnt_stream_open() 176 clnt_stream->vstream = mail_connect_wait(clnt_stream->class, in clnt_stream_open() 177 clnt_stream->service); in clnt_stream_open() 178 close_on_exec(vstream_fileno(clnt_stream->vstream), CLOSE_ON_EXEC); in clnt_stream_open() 179 event_enable_read(vstream_fileno(clnt_stream->vstream), clnt_stream_event, in clnt_stream_open() 180 (void *) clnt_stream); in clnt_stream_open() [all …]
|
H A D | Makefile.in | 4 clnt_stream.c conv_time.c db_common.c debug_peer.c debug_process.c \ 43 clnt_stream.o conv_time.o db_common.o debug_peer.o debug_process.o \ 86 canon_addr.h cfg_parser.h cleanup_user.h clnt_stream.h config.h \ 962 clnt_stream.o: ../../include/attr.h 963 clnt_stream.o: ../../include/check_arg.h 964 clnt_stream.o: ../../include/events.h 965 clnt_stream.o: ../../include/htable.h 966 clnt_stream.o: ../../include/iostuff.h 967 clnt_stream.o: ../../include/msg.h 968 clnt_stream.o: ../../include/mymalloc.h [all …]
|
/netbsd-src/external/ibm-public/postfix/lib/global/ |
H A D | Makefile | 24 clnt_stream.c \
|
/netbsd-src/external/ibm-public/postfix/dist/ |
H A D | HISTORY | 7661 more frequently on busy systems. File: global/clnt_stream.c. 9130 Cleanup: clnt_stream derived classes now try to detect that 9132 about an error. File: global/clnt_stream.c. 11536 module is now a full alternative for the clnt_stream(3) 20927 global/been_here.c, global/bounce_log.c, global/clnt_stream.c, 25099 global/anvil_clnt.c, global/bounce.c, global/clnt_stream.c, 25100 global/clnt_stream.h, global/defer.c, global/deliver_pass.c,
|