Home
last modified time | relevance | path

Searched refs:uv__accept4 (Results 1 - 2 of 2) sorted by relevance

/third_party/node/deps/uv/src/unix/
H A Dcore.c76 # define uv__accept4 accept4 macro
79 # define uv__accept4(a, b, c, d) paccept((a), (b), (c), NULL, (d)) macro
91 # define uv__accept4 accept4 macro
523 #ifdef uv__accept4 in uv__accept()
524 peerfd = uv__accept4(sockfd, NULL, NULL, SOCK_NONBLOCK|SOCK_CLOEXEC); in uv__accept()
533 #ifndef uv__accept4 in uv__accept()
/third_party/libuv/src/unix/
H A Dcore.c79 # define uv__accept4 accept4 macro
82 # define uv__accept4(a, b, c, d) paccept((a), (b), (c), NULL, (d)) macro
95 # define uv__accept4 accept4 macro
579 #ifdef uv__accept4 in uv__accept()
580 peerfd = uv__accept4(sockfd, NULL, NULL, SOCK_NONBLOCK|SOCK_CLOEXEC); in uv__accept()
589 #ifndef uv__accept4 in uv__accept()

Completed in 4 milliseconds