Home
last modified time | relevance | path

Searched defs:_sock (Results 151 – 175 of 177) sorted by relevance

12345678

/dports/devel/py-asyncio/asyncio-3.4.3/tests/
H A Dtest_base_events.py959 _sock = None variable in BaseEventLoopWithSelectorTests.test_create_connection_ssl_server_hostname_default._SelectorTransportMock
/dports/mail/py-imapclient/IMAPClient-2.2.0/imapclient/
H A Dimapclient.py335 def _sock(self): member in IMAPClient
/dports/sysutils/nut/nut-2.7.4/clients/
H A Dnutclient.cpp114 SOCKET _sock; member in nut::internal::Socket
/dports/textproc/sphinxsearch/sphinx-2.2.11-release/mysqlse/
H A Dha_sphinx.cc49 #define sphSockClose(_sock) ::close(_sock) argument
58 #define sphSockClose(_sock) ::closesocket(_sock) argument
/dports/textproc/libsphinxclient/sphinx-2.0.9-release/mysqlse/
H A Dha_sphinx.cc49 #define sphSockClose(_sock) ::close(_sock) argument
58 #define sphSockClose(_sock) ::closesocket(_sock) argument
/dports/databases/mariadb104-server/mariadb-10.4.24/storage/sphinx/
H A Dha_sphinx.cc50 #define sphSockClose(_sock) ::close(_sock) argument
58 #define sphSockClose(_sock) ::closesocket(_sock) argument
/dports/databases/mariadb104-client/mariadb-10.4.24/storage/sphinx/
H A Dha_sphinx.cc50 #define sphSockClose(_sock) ::close(_sock) argument
58 #define sphSockClose(_sock) ::closesocket(_sock) argument
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/sphinx/
H A Dha_sphinx.cc50 #define sphSockClose(_sock) ::close(_sock) argument
58 #define sphSockClose(_sock) ::closesocket(_sock) argument
/dports/databases/mariadb103-client/mariadb-10.3.34/storage/sphinx/
H A Dha_sphinx.cc50 #define sphSockClose(_sock) ::close(_sock) argument
58 #define sphSockClose(_sock) ::closesocket(_sock) argument
/dports/databases/mariadb103-server/mariadb-10.3.34/storage/sphinx/
H A Dha_sphinx.cc50 #define sphSockClose(_sock) ::close(_sock) argument
58 #define sphSockClose(_sock) ::closesocket(_sock) argument
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/sphinx/
H A Dha_sphinx.cc50 #define sphSockClose(_sock) ::close(_sock) argument
58 #define sphSockClose(_sock) ::closesocket(_sock) argument
/dports/databases/py-sqlite3/Python-3.8.12/Lib/test/test_asyncio/
H A Dtest_base_events.py1417 _sock = None variable in BaseEventLoopWithSelectorTests.test_create_connection_ssl_server_hostname_default._SelectorTransportMock
/dports/databases/py-gdbm/Python-3.8.12/Lib/test/test_asyncio/
H A Dtest_base_events.py1417 _sock = None variable in BaseEventLoopWithSelectorTests.test_create_connection_ssl_server_hostname_default._SelectorTransportMock
/dports/lang/python-tools/Python-3.8.12/Lib/test/test_asyncio/
H A Dtest_base_events.py1417 _sock = None variable in BaseEventLoopWithSelectorTests.test_create_connection_ssl_server_hostname_default._SelectorTransportMock
/dports/lang/python37/Python-3.7.12/Lib/test/test_asyncio/
H A Dtest_base_events.py1406 _sock = None variable in BaseEventLoopWithSelectorTests.test_create_connection_ssl_server_hostname_default._SelectorTransportMock
/dports/lang/python311/Python-3.11.0a3/Lib/test/test_asyncio/
H A Dtest_base_events.py1426 _sock = None variable in BaseEventLoopWithSelectorTests.test_create_connection_ssl_server_hostname_default._SelectorTransportMock
/dports/lang/python39/Python-3.9.9/Lib/test/test_asyncio/
H A Dtest_base_events.py1423 _sock = None variable in BaseEventLoopWithSelectorTests.test_create_connection_ssl_server_hostname_default._SelectorTransportMock
/dports/lang/python38/Python-3.8.12/Lib/test/test_asyncio/
H A Dtest_base_events.py1417 _sock = None variable in BaseEventLoopWithSelectorTests.test_create_connection_ssl_server_hostname_default._SelectorTransportMock
/dports/lang/python310/Python-3.10.1/Lib/test/test_asyncio/
H A Dtest_base_events.py1422 _sock = None variable in BaseEventLoopWithSelectorTests.test_create_connection_ssl_server_hostname_default._SelectorTransportMock
/dports/sysutils/nut-devel/nut-9e6a5ab2/clients/
H A Dnutclient.cpp149 SOCKET _sock; member in nut::internal::Socket
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Lib/test/test_asyncio/
H A Dtest_base_events.py1417 _sock = None variable in BaseEventLoopWithSelectorTests.test_create_connection_ssl_server_hostname_default._SelectorTransportMock
/dports/textproc/libsphinxclient/sphinx-2.0.9-release/src/
H A Dsearchd.cpp57 #define sphSockRecv(_sock,_buf,_len) ::recv(_sock,_buf,_len,0) argument
58 #define sphSockSend(_sock,_buf,_len) ::send(_sock,_buf,_len,0) argument
59 #define sphSockClose(_sock) ::closesocket(_sock) argument
80 #define sphSockRecv(_sock,_buf,_len) ::recv(_sock,_buf,_len,MSG_NOSIGNAL) argument
81 #define sphSockSend(_sock,_buf,_len) ::send(_sock,_buf,_len,MSG_NOSIGNAL) argument
82 #define sphSockClose(_sock) ::close(_sock) argument
/dports/devel/arduino-core/Arduino-b439a77/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/
H A Dard_spi.c1281 uint8_t _sock = recv[4]; in get_client_state_tcp_cmd_cb() local
/dports/devel/arduino-core/Arduino-b439a77/libraries/WiFi/extras/wifiHD/src/
H A Dard_spi.c1281 uint8_t _sock = recv[4]; in get_client_state_tcp_cmd_cb() local
/dports/java/eclipse-pydev/eclipse-pydev-8.2.0/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/
H A Dsocket.py1464 def __init__(self, family=AF_INET, type=SOCK_STREAM, proto=0, _sock=None): argument

12345678