Searched refs:socketpair (Results 1 – 13 of 13) sorted by relevance
/curl/lib/ |
H A D | curl_memory.h | 84 #undef socketpair
|
H A D | socketpair.c | 86 if(socketpair(domain, type, protocol, socks)) in Curl_socketpair()
|
H A D | Makefile.inc | 217 socketpair.c \ 354 socketpair.h \
|
H A D | memdebug.h | 151 #define socketpair(domain,type,protocol,socket_vector)\ macro
|
H A D | memdebug.c | 355 int res = socketpair(domain, type, protocol, socket_vector); in curl_dbg_socketpair()
|
H A D | curl_config.h.cmake | 154 /* disables use of socketpair for curl_multi_poll */ 517 /* Define to 1 if you have the socketpair function. */
|
/curl/ |
H A D | RELEASE-NOTES | 47 o socketpair: fix enabling `USE_EVENTFD` [30]
|
H A D | configure.ac | 4678 dnl disable socketpair 4680 AC_MSG_CHECKING([whether to support socketpair]) 4681 AC_ARG_ENABLE(socketpair, optenable 4682 AS_HELP_STRING([--enable-socketpair],[Enable socketpair support]) 4683 AS_HELP_STRING([--disable-socketpair],[Disable socketpair support]), 4687 AC_DEFINE(CURL_DISABLE_SOCKETPAIR, 1, [to disable socketpair support])
|
H A D | CMakeLists.txt | 375 option(CURL_DISABLE_SOCKETPAIR "Disable use of socketpair for curl_multi_poll" OFF) 1560 check_symbol_exists("socketpair" "${CURL_INCLUDES}" HAVE_SOCKETPAIR) # sys/socket.h
|
/curl/m4/ |
H A D | curl-functions.m4 | 3670 dnl Verify if socketpair is available, prototyped, and 3684 AC_MSG_CHECKING([if socketpair can be linked]) 3686 AC_LANG_FUNC_LINK_TRY([socketpair]) 3696 AC_MSG_CHECKING([if socketpair is prototyped]) 3697 AC_EGREP_CPP([socketpair],[ 3709 AC_MSG_CHECKING([if socketpair is compilable]) 3715 if(0 != socketpair(0, 0, 0, sv)) 3728 AC_MSG_CHECKING([if socketpair usage allowed]) 3738 AC_MSG_CHECKING([if socketpair might be used]) 3745 [Define to 1 if you have the socketpair function.])
|
/curl/.github/scripts/ |
H A D | spellcheck.words | 765 socketpair
|
/curl/.github/ |
H A D | labeler.yml | 373 lib/socketpair*,\
|
/curl/docs/ |
H A D | TODO | 58 2.8 dynamically decide to use socketpair 535 2.8 dynamically decide to use socketpair 539 create a socketpair in the multi handle.
|
Completed in 37 milliseconds