Home
last modified time | relevance | path

Searched refs:client_flags (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/crypto/external/bsd/heimdal/dist/lib/krb5/
H A Dtest_ap-req.c74 const krb5_flags client_flags) in test_ap() argument
85 client_flags, in test_ap()
109 if ((client_flags & AP_OPTS_MUTUAL_REQUIRED) == 0) in test_ap()
125 if (client_flags & AP_OPTS_MUTUAL_REQUIRED) in test_ap()
/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
267 if (client_flags & UV_READABLE_PIPE) in uv__create_pipe_pair()
271 if (client_flags & UV_WRITABLE_PIPE) in uv__create_pipe_pair()
296 (client_flags & UV_NONBLOCK_PIPE) ? FILE_FLAG_OVERLAPPED : 0, in uv__create_pipe_pair()
389 unsigned int client_flags; in uv__create_stdio_pipe_pair() local
398 client_flags = 0; in uv__create_stdio_pipe_pair()
404 client_flags |= UV_READABLE_PIPE; in uv__create_stdio_pipe_pair()
408 client_flags |= UV_WRITABLE_PIPE; in uv__create_stdio_pipe_pair()
412 client_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()