Home
last modified time | relevance | path

Searched defs:_socket (Results 1 – 7 of 7) sorted by relevance

/third_party/node/deps/npm/node_modules/socks/typings/client/
Dsocksclient.d.ts21 private _socket; property in SocksClient
/third_party/boost/libs/phoenix/example/
Dadapted_echo_server.cpp85 phx::expression::argument<1>::type _socket; in main() local
/third_party/python/Tools/freeze/
Dextensions_win32.ini28 [_socket] section
29 dsp=%PYTHONPREFIX%\PCbuild\_socket.dsp argument
/third_party/glib/gio/
Dgsocket.c335 #define win32_unset_event_mask(_socket, _mask) _win32_unset_event_mask (_socket, _mask) argument
345 #define win32_unset_event_mask(_socket, _mask) argument
/third_party/python/Lib/
Dssl.py257 import socket as _socket namespace
/third_party/python/Lib/test/test_asyncio/
Dtest_base_events.py1092 def _socket(*args, **kw): function
/third_party/python/Lib/test/
Dtest_socket.py50 _socket = None variable