Home
last modified time | relevance | path

Searched refs:SOCKOPTLEN_T (Results 1 – 25 of 51) sorted by relevance

123

/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/unix/
H A Dsockunix.cpp47 #ifndef SOCKOPTLEN_T
48 #define SOCKOPTLEN_T WX_SOCKLEN_T macro
212 SOCKOPTLEN_T len = sizeof(error); in OnWriteWaiting()
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/unix/
H A Dsockunix.cpp55 #ifndef SOCKOPTLEN_T
56 #define SOCKOPTLEN_T WX_SOCKLEN_T macro
219 SOCKOPTLEN_T len = sizeof(error); in OnWriteWaiting()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/unix/
H A Dsockunix.cpp55 #ifndef SOCKOPTLEN_T
56 #define SOCKOPTLEN_T WX_SOCKLEN_T macro
219 SOCKOPTLEN_T len = sizeof(error); in OnWriteWaiting()
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/include/wx/private/
H A Dsocket.h75 #ifndef SOCKOPTLEN_T
76 #define SOCKOPTLEN_T int macro
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/include/wx/private/
H A Dsocket.h80 #ifndef SOCKOPTLEN_T
81 #define SOCKOPTLEN_T int macro
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/include/wx/private/
H A Dsocket.h75 #ifndef SOCKOPTLEN_T
76 #define SOCKOPTLEN_T int macro
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/include/wx/osx/
H A Dconfig_xcode.h44 #define SOCKOPTLEN_T socklen_t macro
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/include/wx/osx/
H A Dconfig_xcode.h39 #define SOCKOPTLEN_T socklen_t macro
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/include/wx/osx/
H A Dconfig_xcode.h44 #define SOCKOPTLEN_T socklen_t macro
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/src/unix/
H A Dgsocket.cpp132 #ifndef SOCKOPTLEN_T
133 #define SOCKOPTLEN_T WX_SOCKLEN_T macro
1040 SOCKOPTLEN_T len = sizeof(error); in Connect()
1358 SOCKOPTLEN_T len = sizeof(error); in Select()
1501 if (getsockopt(m_fd, level, optname, (char*)optval, (SOCKOPTLEN_T*)optlen) == 0) in GetSockOpt()
1827 SOCKOPTLEN_T len = sizeof(error); in Detected_Write()
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/src/unix/
H A Dgsocket.cpp132 #ifndef SOCKOPTLEN_T
133 #define SOCKOPTLEN_T WX_SOCKLEN_T macro
1040 SOCKOPTLEN_T len = sizeof(error); in Connect()
1358 SOCKOPTLEN_T len = sizeof(error); in Select()
1501 if (getsockopt(m_fd, level, optname, (char*)optval, (SOCKOPTLEN_T*)optlen) == 0) in GetSockOpt()
1827 SOCKOPTLEN_T len = sizeof(error); in Detected_Write()
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/src/unix/
H A Dgsocket.cpp132 #ifndef SOCKOPTLEN_T
133 #define SOCKOPTLEN_T WX_SOCKLEN_T macro
1040 SOCKOPTLEN_T len = sizeof(error); in Connect()
1358 SOCKOPTLEN_T len = sizeof(error); in Select()
1501 if (getsockopt(m_fd, level, optname, (char*)optval, (SOCKOPTLEN_T*)optlen) == 0) in GetSockOpt()
1827 SOCKOPTLEN_T len = sizeof(error); in Detected_Write()
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/src/unix/
H A Dgsocket.cpp132 #ifndef SOCKOPTLEN_T
133 #define SOCKOPTLEN_T WX_SOCKLEN_T macro
1040 SOCKOPTLEN_T len = sizeof(error); in Connect()
1358 SOCKOPTLEN_T len = sizeof(error); in Select()
1501 if (getsockopt(m_fd, level, optname, (char*)optval, (SOCKOPTLEN_T*)optlen) == 0) in GetSockOpt()
1827 SOCKOPTLEN_T len = sizeof(error); in Detected_Write()
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/erts/emulator/nifs/common/
H A Dsocket_int.h161 #define SOCKOPTLEN_T int macro
163 #define SOCKOPTLEN_T SOCKLEN_T macro
H A Dprim_socket_nif.c11298 SOCKOPTLEN_T valueSz; in esock_getopt_native()
11327 valueSz = (SOCKOPTLEN_T) sz; in esock_getopt_native()
11480 SOCKOPTLEN_T valSz = sizeof(val); in esock_getopt_linger()
11791 SOCKOPTLEN_T valSz = sizeof(val); in esock_getopt_sctp_initmsg()
11932 SOCKOPTLEN_T valSz = sizeof(val); in esock_getopt_int()
11962 SOCKOPTLEN_T vsz = valueSz; in esock_getopt_size_opt()
12004 SOCKOPTLEN_T vsz; in esock_getopt_bin_opt()
12007 vsz = (SOCKOPTLEN_T) binP->size; in esock_getopt_bin_opt()
12053 SOCKOPTLEN_T valSz = sizeof(val); in esock_getopt_timeval_opt()
12104 SOCKOPTLEN_T sz = (SOCKOPTLEN_T) descP->rCtrlSz; in esock_getopt_pktoptions()
[all …]
/dports/lang/erlang-wx/otp-OTP-24.1.7/erts/emulator/nifs/common/
H A Dsocket_int.h161 #define SOCKOPTLEN_T int macro
163 #define SOCKOPTLEN_T SOCKLEN_T macro
/dports/lang/erlang/otp-OTP-24.1.7/erts/emulator/nifs/common/
H A Dsocket_int.h161 #define SOCKOPTLEN_T int macro
163 #define SOCKOPTLEN_T SOCKLEN_T macro
/dports/lang/erlang-java/otp-OTP-24.1.7/erts/emulator/nifs/common/
H A Dsocket_int.h161 #define SOCKOPTLEN_T int macro
163 #define SOCKOPTLEN_T SOCKLEN_T macro
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/common/
H A Dsocket.cpp1365 SOCKOPTLEN_T len = sizeof(error); in Select()
1386 SOCKOPTLEN_T len = sizeof(error); in Select()
1926 SOCKOPTLEN_T lenreal = *optlen; in GetOption()
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/common/
H A Dsocket.cpp1376 SOCKOPTLEN_T len = sizeof(error); in Select()
1397 SOCKOPTLEN_T len = sizeof(error); in Select()
1950 SOCKOPTLEN_T lenreal = *optlen; in GetOption()
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/erts/emulator/nifs/common/
H A Dsocket_util.c56 #define SOCKOPTLEN_T int macro
58 #define SOCKOPTLEN_T SOCKLEN_T macro
1537 SOCKOPTLEN_T vsz = len; in esock_encode_packet_addr()
H A Dsocket_nif.c803 #define SOCKOPTLEN_T int macro
805 #define SOCKOPTLEN_T SOCKLEN_T macro
5497 SOCKOPTLEN_T valSz = sizeof(val); in esock_open_which_protocol()
12404 SOCKOPTLEN_T valueSz; in esock_getopt_native()
12478 SOCKOPTLEN_T vsz = valueSz; in esock_getopt_native_unspec()
12808 SOCKOPTLEN_T valSz = sizeof(val); in esock_getopt_lvl_sock_domain()
12943 SOCKOPTLEN_T valSz = sizeof(val); in esock_getopt_lvl_sock_protocol()
13107 SOCKOPTLEN_T valSz = sizeof(val); in esock_getopt_lvl_sock_type()
13747 SOCKOPTLEN_T valSz = sizeof(val); in esock_getopt_lvl_ip_tos()
14709 SOCKOPTLEN_T valSz = sizeof(val); in esock_getopt_bool_opt()
[all …]
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/common/
H A Dsocket.cpp1365 SOCKOPTLEN_T len = sizeof(error); in Select()
1386 SOCKOPTLEN_T len = sizeof(error); in Select()
1926 SOCKOPTLEN_T lenreal = *optlen; in GetOption()
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/erts/emulator/nifs/common/
H A Dsocket_util.c56 #define SOCKOPTLEN_T int macro
58 #define SOCKOPTLEN_T SOCKLEN_T macro
1657 SOCKOPTLEN_T vsz = len; in esock_encode_packet_addr()
H A Dprim_socket_nif.c843 #define SOCKOPTLEN_T int macro
845 #define SOCKOPTLEN_T SOCKLEN_T macro
6123 SOCKOPTLEN_T valSz = sizeof(val); in esock_open_which_domain()
6147 SOCKOPTLEN_T valSz = sizeof(val); in esock_open_which_type()
6171 SOCKOPTLEN_T valSz = sizeof(val); in esock_open_which_protocol()
13258 SOCKOPTLEN_T valueSz; in esock_getopt_native()
13328 SOCKOPTLEN_T vsz = valueSz; in esock_getopt_native_unspec()
13639 SOCKOPTLEN_T valSz = sizeof(val); in esock_getopt_lvl_sock_domain()
13774 SOCKOPTLEN_T valSz = sizeof(val); in esock_getopt_lvl_sock_protocol()
13938 SOCKOPTLEN_T valSz = sizeof(val); in esock_getopt_lvl_sock_type()
[all …]

123