Searched refs:dict_tcp (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/ibm-public/postfix/dist/src/util/
H A Ddict_tcp.c1 /* $NetBSD: dict_tcp.c,v 1.2 2017/02/14 01:16:49 christos Exp $ */
5 /* dict_tcp 3
9 /* #include <dict_tcp.h>
100 #include <dict_tcp.h>
119 static int dict_tcp_connect(DICT_TCP *dict_tcp) argument
127 if ((fd = inet_connect(dict_tcp->dict.name, NON_BLOCKING, DICT_TCP_TMOUT)) < 0) {
128 msg_warn("connect to TCP map %s: %m", dict_tcp->dict.name);
131 dict_tcp->fp = vstream_fdopen(fd, O_RDWR);
132 vstream_control(dict_tcp->fp,
139 if (dict_tcp
148 dict_tcp_disconnect(DICT_TCP *dict_tcp) argument
158 DICT_TCP *dict_tcp = (DICT_TCP *) dict; local
272 DICT_TCP *dict_tcp = (DICT_TCP *) dict; local
289 DICT_TCP *dict_tcp; local
[all...]
H A Ddict_open.c344 #include <dict_tcp.h>
H A DMakefile.in9 dict_static.c dict_tcp.c dict_unix.c dir_forest.c doze.c dummy_read.c \
56 dict_static.o dict_tcp.o dict_unix.o dir_forest.o doze.o dummy_read.o \
104 dict_sdbm.h dict_static.h dict_tcp.h dict_unix.h dir_forest.h \
1621 dict_open.o: dict_tcp.h
1771 dict_tcp.o: argv.h
1772 dict_tcp.o: check_arg.h
1773 dict_tcp.o: connect.h
1774 dict_tcp.o: dict.h
1775 dict_tcp.o: dict_tcp
[all...]
/netbsd-current/external/ibm-public/postfix/lib/util/
H A DMakefile71 dict_tcp.c \

Completed in 312 milliseconds