Searched refs:client_stream (Results 1 - 12 of 12) sorted by relevance

/netbsd-current/external/ibm-public/postfix/dist/src/scache/
H A Dscache.c227 static void scache_save_endp_service(VSTREAM *client_stream) argument
234 if (attr_scan(client_stream,
242 attr_print(client_stream, ATTR_FLAG_NONE,
248 attr_print(client_stream, ATTR_FLAG_NONE,
251 || vstream_fflush(client_stream) != 0
252 || read_wait(vstream_fileno(client_stream),
253 client_stream->timeout) < 0 /* XXX */
256 (fd = LOCAL_RECV_FD(vstream_fileno(client_stream))) < 0) {
258 (void) attr_print(client_stream, ATTR_FLAG_NONE,
266 (void) attr_print(client_stream, ATTR_FLAG_NON
280 scache_find_endp_service(VSTREAM *client_stream) argument
331 scache_save_dest_service(VSTREAM *client_stream) argument
369 scache_find_dest_service(VSTREAM *client_stream) argument
424 scache_service(VSTREAM *client_stream, char *unused_service, char **argv) argument
[all...]
/netbsd-current/external/ibm-public/postfix/dist/src/anvil/
H A Danvil.c549 static void anvil_remote_lookup(VSTREAM *client_stream, const char *ident) argument
556 myname, vstream_fileno(client_stream),
557 (unsigned long) client_stream, ident);
564 attr_print_plain(client_stream, ATTR_FLAG_NONE,
581 attr_print_plain(client_stream, ATTR_FLAG_NONE,
595 static ANVIL_REMOTE *anvil_remote_conn_update(VSTREAM *client_stream, const char *ident) argument
603 myname, vstream_fileno(client_stream),
604 (unsigned long) client_stream, ident);
629 if ((anvil_local = (ANVIL_LOCAL *) vstream_context(client_stream)) == 0) {
632 vstream_control(client_stream,
646 anvil_remote_connect(VSTREAM *client_stream, const char *ident) argument
675 anvil_remote_mail(VSTREAM *client_stream, const char *ident) argument
704 anvil_remote_rcpt(VSTREAM *client_stream, const char *ident) argument
733 anvil_remote_auth(VSTREAM *client_stream, const char *ident) argument
762 anvil_remote_newtls(VSTREAM *client_stream, const char *ident) argument
791 anvil_remote_newtls_stat(VSTREAM *client_stream, const char *ident) argument
825 anvil_remote_disconnect(VSTREAM *client_stream, const char *ident) argument
861 anvil_service_done(VSTREAM *client_stream, char *unused_service, char **unused_argv) argument
916 anvil_service(VSTREAM *client_stream, char *unused_service, char **argv) argument
[all...]
/netbsd-current/external/ibm-public/postfix/dist/src/proxymap/
H A Dproxymap.c385 static void proxymap_sequence_service(VSTREAM *client_stream) argument
398 if (attr_scan(client_stream, ATTR_FLAG_STRICT,
429 attr_print(client_stream, ATTR_FLAG_NONE,
438 static void proxymap_lookup_service(VSTREAM *client_stream) argument
448 if (attr_scan(client_stream, ATTR_FLAG_STRICT,
474 attr_print(client_stream, ATTR_FLAG_NONE,
482 static void proxymap_update_service(VSTREAM *client_stream) argument
498 if (attr_scan(client_stream, ATTR_FLAG_STRICT,
530 attr_print(client_stream, ATTR_FLAG_NONE,
537 static void proxymap_delete_service(VSTREAM *client_stream) argument
588 proxymap_open_service(VSTREAM *client_stream) argument
623 proxymap_service(VSTREAM *client_stream, char *unused_service, char **argv) argument
[all...]
/netbsd-current/external/ibm-public/postfix/dist/src/flush/
H A Dflush.c700 static int flush_request_receive(VSTREAM *client_stream, VSTRING *request) argument
707 attr_print(client_stream, ATTR_FLAG_NONE,
710 (void) vstream_fflush(client_stream);
715 if (read_wait(vstream_fileno(client_stream), var_ipc_timeout) < 0) {
717 VSTREAM_PATH(client_stream));
720 if ((count = peekfd(vstream_fileno(client_stream))) < 0) {
722 VSTREAM_PATH(client_stream));
730 if (vstring_get_null(request, client_stream) == VSTREAM_EOF) {
732 VSTREAM_PATH(client_stream));
741 if (attr_scan(client_stream,
753 flush_service(VSTREAM *client_stream, char *unused_service, char **argv) argument
[all...]
/netbsd-current/external/ibm-public/postfix/dist/src/verify/
H A Dverify.c369 static void verify_update_service(VSTREAM *client_stream) argument
380 if (attr_scan(client_stream, ATTR_FLAG_STRICT,
390 attr_print(client_stream, ATTR_FLAG_NONE,
413 attr_print(client_stream, ATTR_FLAG_NONE,
446 static void verify_query_service(VSTREAM *client_stream) argument
457 if (attr_scan(client_stream, ATTR_FLAG_STRICT,
508 attr_print(client_stream, ATTR_FLAG_NONE,
585 static void verify_service(VSTREAM *client_stream, char *unused_service, argument
601 if (attr_scan(client_stream,
606 verify_update_service(client_stream);
[all...]
/netbsd-current/external/ibm-public/postfix/dist/src/tlsmgr/
H A Dtlsmgr.c555 static int tlsmgr_request_receive(VSTREAM *client_stream, VSTRING *request) argument
562 if (read_wait(vstream_fileno(client_stream), var_ipc_timeout) < 0) {
564 VSTREAM_PATH(client_stream));
567 if ((count = peekfd(vstream_fileno(client_stream))) < 0) {
569 VSTREAM_PATH(client_stream));
577 if (vstring_get_null(request, client_stream) == VSTREAM_EOF) {
579 VSTREAM_PATH(client_stream));
588 if (attr_scan(client_stream,
600 static void tlsmgr_service(VSTREAM *client_stream, char *unused_service, argument
637 if (tlsmgr_request_receive(client_stream, reques
[all...]
/netbsd-current/external/ibm-public/postfix/dist/src/discard/
H A Ddiscard.c208 static void discard_service(VSTREAM *client_stream, char *unused_service, char **argv) argument
227 if ((request = deliver_request_read(client_stream)) != 0) {
229 deliver_request_done(client_stream, request, status);
/netbsd-current/external/ibm-public/postfix/dist/src/error/
H A Derror.c216 static void error_service(VSTREAM *client_stream, char *service, char **argv) argument
235 if ((request = deliver_request_read(client_stream)) != 0) {
242 deliver_request_done(client_stream, request, status);
/netbsd-current/external/ibm-public/postfix/dist/src/dnsblog/
H A Ddnsblog.c250 static void dnsblog_service(VSTREAM *client_stream, char *unused_service, argument
267 if (attr_scan(client_stream,
276 attr_print(client_stream, ATTR_FLAG_NONE,
283 vstream_fflush(client_stream);
/netbsd-current/external/ibm-public/postfix/dist/src/spawn/
H A Dspawn.c284 static void spawn_service(VSTREAM *client_stream, char *service, char **argv) argument
310 status = spawn_command(CA_SPAWN_CMD_STDIN(vstream_fileno(client_stream)),
311 CA_SPAWN_CMD_STDOUT(vstream_fileno(client_stream)),
312 CA_SPAWN_CMD_STDERR(vstream_fileno(client_stream)),
/netbsd-current/external/ibm-public/postfix/dist/src/smtp/
H A Dsmtp.c1321 static void smtp_service(VSTREAM *client_stream, char *service, argument
1335 if ((request = deliver_request_read(client_stream)) != 0) {
1337 deliver_request_done(client_stream, request, status);
/netbsd-current/external/ibm-public/postfix/dist/src/pipe/
H A Dpipe.c1324 static void pipe_service(VSTREAM *client_stream, char *service, char **argv) argument
1337 if ((request = deliver_request_read(client_stream)) != 0) {
1339 deliver_request_done(client_stream, request, status);

Completed in 250 milliseconds