Searched refs:_socket (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10.1/tcl-105/tcl_ext/mk4tcl/metakit/tcl/tequila/
H A Dtequila.tcl10 variable _socket
15 variable _socket
16 set _socket [socket $addr $port]
17 fconfigure $_socket -translation binary -buffering none
18 fileevent $_socket readable tequila::privRequest
23 variable _socket
24 trace variable _socket u $cmd
29 variable _socket
30 ::close $_socket
46 variable _socket
[all...]
/macosx-10.10.1/WebInspectorUI-7600.1.17/UserInterface/Protocol/
H A DInspectorFrontendHostStub.js48 this._socket = socket;
50 this._socket.addEventListener("message", function(message) { InspectorBackend.dispatch(message.data); });
51 this._socket.addEventListener("error", function(error) { console.error(error); });
125 if (!this._socket) {
134 this._socket.send(message);
154 this._socket.send(this._pendingMessages[i]);
/macosx-10.10.1/CPANInternal-159.1/SOAP-Lite-1.11/lib/SOAP/Transport/
H A DTCP.pm184 $self->{_socket} = $socket->new(Proto => 'tcp', @params)
204 *$AUTOLOAD = sub { shift->{_socket}->$method(@_) };
210 my $sock = $self->{_socket};
/macosx-10.10.1/Libc-1044.1.2/fbsdcompat/
H A D_fbsd_compat_.h132 #define _socket socket macro
/macosx-10.10.1/sudo-73/src/
H A Dconfigure17262 if { as_var=sudo_cv_lib_$lib''_socket$_sudo_check_lib_extras; eval \${$as_var+:} false; }; then :
17287 eval sudo_cv_lib_$lib''_socket$_sudo_check_lib_extras=yes
17289 eval sudo_cv_lib_$lib''_socket$_sudo_check_lib_extras=no
17298 if eval test \$sudo_cv_lib_$lib''_socket$_sudo_check_lib_extras = "yes"; then

Completed in 152 milliseconds