Home
last modified time | relevance | path

Searched defs:flags (Results 1 – 25 of 57) sorted by relevance

123

/libuv/src/unix/
H A Dpipe.c64 unsigned int flags) { in uv_pipe_bind2()
195 int flags; in uv_pipe_open() local
257 unsigned int flags, in uv_pipe_connect2()
510 int flags = O_CLOEXEC; in uv_pipe() local
553 int uv__make_pipe(int fds[2], int flags) { in uv__make_pipe()
H A Dtcp.c64 static int new_socket(uv_tcp_t* handle, int domain, unsigned int flags) { in new_socket()
85 static int maybe_new_socket(uv_tcp_t* handle, int domain, unsigned int flags) { in maybe_new_socket()
113 int uv_tcp_init_ex(uv_loop_t* loop, uv_tcp_t* tcp, unsigned int flags) { in uv_tcp_init_ex()
154 unsigned int flags) { in uv__tcp_bind()
422 unsigned int flags; in uv__tcp_listen() local
634 int flags; in uv_socketpair() local
H A Dno-fsevents.c32 const char* filename, unsigned int flags) { in uv_fs_event_start()
H A Dgetnameinfo.c85 int flags) { in uv_getnameinfo()
H A Dudp.c158 int flags; in uv__udp_recvmmsg() local
224 int flags; in uv__udp_recvmsg() local
517 unsigned int flags) { in uv__udp_bind()
590 unsigned int flags) { in uv__udp_maybe_deferred_bind()
1028 unsigned flags, in uv__udp_init_ex()
H A Dlinux.c182 uint32_t flags; member
194 uint32_t flags; member
201 uint8_t flags; member
240 uint32_t flags; member
380 unsigned int flags) in uv__fs_copy_file_range()
398 int flags, in uv__statx()
438 unsigned flags) { in uv__io_uring_enter()
503 uint32_t flags) { in uv__iou_init()
812 uint32_t flags; in uv__iou_submit() local
1172 uint32_t flags; in uv__poll_io_uring() local
[all …]
/libuv/test/
H A Dtest-udp-send-and-recv.c66 unsigned flags) { in cl_recv_cb()
120 unsigned flags) { in sv_recv_cb()
H A Dtest-udp-alloc-cb-fail.c72 unsigned flags) { in cl_recv_cb()
113 unsigned flags) { in sv_recv_cb()
H A Dtest-udp-ipv6.c113 unsigned flags) { in ipv6_recv_fail()
125 unsigned flags) { in ipv6_recv_ok()
H A Drun-tests.c215 DWORD flags; in maybe_run_test() local
H A Dtest-udp-try-send.c62 unsigned flags) { in sv_recv_cb()
H A Dtest-udp-recv-in-a-row.c52 unsigned flags) { in sv_recv_cb()
H A Dtest-watcher-cross-stop.c52 unsigned flags) { in recv_cb()
H A Dtest-udp-mmsg.c75 unsigned flags) { in recv_cb()
H A Dtest-udp-send-immediate.c71 unsigned flags) { in sv_recv_cb()
H A Dtest-udp-connect.c87 unsigned flags) { in sv_recv_cb()
H A Dtest-udp-connect6.c87 unsigned flags) { in sv_recv_cb()
H A Dtest-udp-multicast-join.c95 unsigned flags) { in cl_recv_cb()
H A Dtest-pipe-sendmsg.c50 int flags = fcntl(sock, F_GETFL, 0); in set_nonblocking() local
/libuv/src/
H A Drandom.c98 unsigned flags, in uv_random()
/libuv/src/win/
H A Dgetnameinfo.c110 int flags) { in uv_getnameinfo()
H A Dtcp.c152 int uv_tcp_init_ex(uv_loop_t* loop, uv_tcp_t* handle, unsigned int flags) { in uv_tcp_init_ex()
291 unsigned int flags) { in uv__tcp_try_bind()
481 DWORD bytes, flags; in uv__tcp_queue_read() local
984 DWORD bytes, flags, err; in uv__process_tcp_read_req() local
1538 unsigned int flags) { in uv__tcp_bind()
1578 DWORD flags; in uv_socketpair() local
H A Dwinsock.c271 DWORD buffer_count, DWORD* bytes, DWORD* flags, WSAOVERLAPPED *overlapped, in uv__wsarecv_workaround()
365 DWORD buffer_count, DWORD* bytes, DWORD* flags, struct sockaddr* addr, in uv__wsarecvfrom_workaround()
H A Dudp.c125 unsigned flags, in uv__udp_init_ex()
195 unsigned int flags) { in uv__udp_maybe_bind()
271 DWORD bytes, flags; in uv__udp_queue_recv() local
447 DWORD bytes, err, flags; in uv__process_udp_recv_req() local
/libuv/docs/code/udp-dhcp/
H A Dmain.c17 …d(uv_udp_t *req, ssize_t nread, const uv_buf_t *buf, const struct sockaddr *addr, unsigned flags) { in on_read()

Completed in 67 milliseconds

123