Home
last modified time | relevance | path

Searched refs:socketpair (Results 1 – 13 of 13) sorted by relevance

/curl/lib/
H A Dcurl_memory.h84 #undef socketpair
H A Dsocketpair.c86 if(socketpair(domain, type, protocol, socks)) in Curl_socketpair()
H A DMakefile.inc216 socketpair.c \
354 socketpair.h \
H A Dmemdebug.h145 #define socketpair(domain,type,protocol,socket_vector)\ macro
H A Dmemdebug.c355 int res = socketpair(domain, type, protocol, socket_vector); in curl_dbg_socketpair()
H A Dcurl_config.h.cmake140 /* disables use of socketpair for curl_multi_poll */
500 /* Define to 1 if you have the socketpair function. */
/curl/m4/
H A Dcurl-functions.m44009 dnl Verify if socketpair is available, prototyped, and
4024 AC_MSG_CHECKING([if socketpair can be linked])
4026 AC_LANG_FUNC_LINK_TRY([socketpair])
4036 AC_MSG_CHECKING([if socketpair is prototyped])
4037 AC_EGREP_CPP([socketpair],[
4050 AC_MSG_CHECKING([if socketpair is compilable])
4057 if(0 != socketpair(0, 0, 0, sv))
4070 AC_MSG_CHECKING([if socketpair usage allowed])
4080 AC_MSG_CHECKING([if socketpair might be used])
4087 [Define to 1 if you have the socketpair function.])
/curl/.github/scripts/
H A Dspellcheck.words765 socketpair
/curl/
H A DRELEASE-NOTES168 o socketpair: add `eventfd` and use `SOCK_NONBLOCK` for `socketpair()` [81]
H A Dconfigure.ac4280 dnl disable socketpair
4282 AC_MSG_CHECKING([whether to support socketpair])
4283 AC_ARG_ENABLE(socketpair, optenable
4284 AS_HELP_STRING([--enable-socketpair],[Enable socketpair support])
4285 AS_HELP_STRING([--disable-socketpair],[Disable socketpair support]),
4289 AC_DEFINE(CURL_DISABLE_SOCKETPAIR, 1, [to disable socketpair support])
H A DCMakeLists.txt251 option(CURL_DISABLE_SOCKETPAIR "disables use of socketpair for curl_multi_poll" OFF)
1299 check_symbol_exists(socketpair "${CURL_INCLUDES}" HAVE_SOCKETPAIR)
/curl/.github/
H A Dlabeler.yml180 …lib/curl_gethostname.*,lib/doh*,lib/host*,lib/idn*,lib/inet_pton.*,lib/socketpair*,tests/server/re…
/curl/docs/
H A DTODO57 2.8 dynamically decide to use socketpair
527 2.8 dynamically decide to use socketpair
531 create a socketpair in the multi handle.

Completed in 57 milliseconds