Home
last modified time | relevance | path

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

123

/libuv/src/unix/
H A Dpipe.c64 unsigned int flags) { in uv_pipe_bind2()
190 int flags; in uv_pipe_open() local
252 unsigned int flags, in uv_pipe_connect2()
491 int flags = O_CLOEXEC; in uv_pipe() local
534 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()
416 unsigned int flags; in uv__tcp_listen() local
614 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
217 int flags; in uv__udp_recvmsg() local
501 unsigned int flags) { in uv__udp_bind()
567 unsigned int flags) { in uv__udp_maybe_deferred_bind()
1005 unsigned flags, in uv__udp_init_ex()
H A Dlinux.c184 uint32_t flags; member
196 uint32_t flags; member
203 uint8_t flags; member
242 uint32_t flags; member
382 unsigned int flags) in uv__fs_copy_file_range()
400 int flags, in uv__statx()
440 unsigned flags) { in uv__io_uring_enter()
505 uint32_t flags) { in uv__iou_init()
800 uint32_t flags; in uv__iou_submit() local
1143 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.c96 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()
475 DWORD bytes, flags; in uv__tcp_queue_read() local
978 DWORD bytes, flags, err; in uv__process_tcp_read_req() local
1532 unsigned int flags) { in uv__tcp_bind()
1572 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()
265 DWORD bytes, flags; in uv__udp_queue_recv() local
441 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 54 milliseconds

123