Home
last modified time | relevance | path

Searched refs:server_flags (Results 1 – 13 of 13) sorted by relevance

/netbsd-src/external/ibm-public/postfix/dist/src/global/
H A Drewrite_clnt.c101 int server_flags; in rewrite_clnt() local
161 RECV_ATTR_INT(MAIL_ATTR_FLAGS, &server_flags), in rewrite_clnt()
172 if (server_flags != 0) in rewrite_clnt()
H A Dresolve_clnt.c173 int server_flags; in resolve_clnt() local
248 RECV_ATTR_INT(MAIL_ATTR_FLAGS, &server_flags), in resolve_clnt()
272 if (server_flags != 0) in resolve_clnt()
H A Ddict_proxy.c421 int server_flags; in dict_proxy_open() local
506 RECV_ATTR_INT(MAIL_ATTR_FLAGS, &server_flags), in dict_proxy_open()
514 dict_flags_str(server_flags)); in dict_proxy_open()
524 | (server_flags & DICT_FLAG_IMPL_MASK); in dict_proxy_open()
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/krb5/
H A Dtest_ap-req.c79 krb5_flags server_flags; in test_ap() local
98 &server_flags, in test_ap()
104 if (server_flags & AP_OPTS_MUTUAL_REQUIRED) { in test_ap()
/netbsd-src/external/ibm-public/postfix/dist/src/trivial-rewrite/
H A Dtrivial-rewrite.c446 int server_flags; variable
478 if (server_flags == 0 && (now = event_time()) - last > 10) { in rewrite_service()
482 server_flags = 1; in rewrite_service()
H A Dtrivial-rewrite.h28 extern int server_flags;
H A Drewrite.c287 SEND_ATTR_INT(MAIL_ATTR_FLAGS, server_flags), in rewrite_proto()
H A Dresolve.c785 SEND_ATTR_INT(MAIL_ATTR_FLAGS, server_flags), in resolve_proto()
/netbsd-src/external/mit/libuv/dist/src/win/
H A Dpipe.c243 unsigned int server_flags, unsigned int client_flags, in uv__create_pipe_pair() argument
258 if (server_flags & UV_READABLE_PIPE) in uv__create_pipe_pair()
260 if (server_flags & UV_WRITABLE_PIPE) in uv__create_pipe_pair()
262 if (server_flags & UV_NONBLOCK_PIPE) in uv__create_pipe_pair()
388 unsigned int server_flags; in uv__create_stdio_pipe_pair() local
397 server_flags = 0; in uv__create_stdio_pipe_pair()
403 server_flags |= UV_READABLE_PIPE | UV_WRITABLE_PIPE; in uv__create_stdio_pipe_pair()
407 server_flags |= UV_READABLE_PIPE; in uv__create_stdio_pipe_pair()
410 server_flags |= UV_NONBLOCK_PIPE; in uv__create_stdio_pipe_pair()
416 server_flags, client_flags, 1, (char*) server_pipe); in uv__create_stdio_pipe_pair()
/netbsd-src/external/mpl/dhcp/dist/includes/
H A Dfailover.h227 u_int8_t server_flags; member
/netbsd-src/external/mpl/dhcp/dist/server/
H A Dstables.c92 FM_OFFSET(server_flags), FTB_SERVER_FLAGS },
H A Dfailover.c2037 startupp = (msg -> server_flags & FTF_SERVER_STARTUP) ? 1 : 0; in dhcp_failover_peer_state_changed()
/netbsd-src/external/bsd/libevent/dist/test/
H A Dregress_http.c519 int server_flags = ssl ? HTTP_BIND_SSL : 0; in http_basic_test_impl() local
520 struct evhttp *http = http_setup(&port, data->base, server_flags); in http_basic_test_impl()
526 if (http_bind(http, &port2, server_flags) == -1) { in http_basic_test_impl()