Home
last modified time | relevance | path

Searched refs:HAVE_ACCEPT4 (Results 1 - 6 of 6) sorted by relevance

/third_party/nghttp2/src/
H A Dshrpx_accept_handler.cc65 #ifdef HAVE_ACCEPT4 in accept_connection()
68 #else // !HAVE_ACCEPT4 in accept_connection()
70 #endif // !HAVE_ACCEPT4 in accept_connection()
97 #ifndef HAVE_ACCEPT4 in accept_connection()
100 #endif // !HAVE_ACCEPT4 in accept_connection()
H A DHttpServer.cc1905 #ifdef HAVE_ACCEPT4 in accept_connection()
1907 #else // !HAVE_ACCEPT4 in accept_connection()
1909 #endif // !HAVE_ACCEPT4 in accept_connection()
1913 #ifndef HAVE_ACCEPT4 in accept_connection()
1915 #endif // !HAVE_ACCEPT4 in accept_connection()
/third_party/pulseaudio/include/
H A Dconfig.h38 #define HAVE_ACCEPT4 1 macro
/third_party/skia/third_party/externals/microhttpd/src/microhttpd/
H A Ddaemon.c69 #ifndef HAVE_ACCEPT4
70 #define HAVE_ACCEPT4 0 macro
1929 #if HAVE_ACCEPT4 in MHD_accept_connection()
1955 #if !defined(HAVE_ACCEPT4) || HAVE_ACCEPT4+0 == 0 || !defined(HAVE_SOCK_NONBLOCK) || SOCK_CLOEXEC+0 == 0 in MHD_accept_connection()
/third_party/python/Modules/
H A Dsocketmodule.c2693 #if defined(HAVE_ACCEPT) || defined(HAVE_ACCEPT4)
2694 #if defined(HAVE_ACCEPT4) && defined(SOCK_CLOEXEC)
2715 #if defined(HAVE_ACCEPT4) && defined(SOCK_CLOEXEC) in sock_accept_impl()
2771 #if defined(HAVE_ACCEPT4) && defined(SOCK_CLOEXEC) in sock_accept()
2807 #endif // defined(HAVE_ACCEPT) || defined(HAVE_ACCEPT4)
4957 #if defined(HAVE_ACCEPT) || defined(HAVE_ACCEPT4)
/third_party/pulseaudio/src/pulsecore/
H A Dcore-util.c3709 #ifdef HAVE_ACCEPT4 in pa_accept_cloexec()

Completed in 38 milliseconds