Searched refs:server_flags (Results 1 – 13 of 13) sorted by relevance
| /netbsd-src/external/ibm-public/postfix/dist/src/global/ |
| H A D | rewrite_clnt.c | 101 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 D | resolve_clnt.c | 173 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 D | dict_proxy.c | 421 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 D | test_ap-req.c | 79 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 D | trivial-rewrite.c | 446 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 D | trivial-rewrite.h | 28 extern int server_flags;
|
| H A D | rewrite.c | 287 SEND_ATTR_INT(MAIL_ATTR_FLAGS, server_flags), in rewrite_proto()
|
| H A D | resolve.c | 785 SEND_ATTR_INT(MAIL_ATTR_FLAGS, server_flags), in resolve_proto()
|
| /netbsd-src/external/mit/libuv/dist/src/win/ |
| H A D | pipe.c | 243 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 D | failover.h | 227 u_int8_t server_flags; member
|
| /netbsd-src/external/mpl/dhcp/dist/server/ |
| H A D | stables.c | 92 FM_OFFSET(server_flags), FTB_SERVER_FLAGS },
|
| H A D | failover.c | 2037 startupp = (msg -> server_flags & FTF_SERVER_STARTUP) ? 1 : 0; in dhcp_failover_peer_state_changed()
|
| /netbsd-src/external/bsd/libevent/dist/test/ |
| H A D | regress_http.c | 519 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()
|