Home
last modified time | relevance | path

Searched refs:client_sock (Results 1 – 4 of 4) sorted by relevance

/third_party/openssl/util/perl/TLSProxy/
DProxy.pm364 my $client_sock;
365 if(!($client_sock = $self->{proxy_sock}->accept())) {
376 $fdset = IO::Select->new($server_sock, $client_sock);
396 $client_sock->syswrite($indata) or goto END;
401 $client_sock->shutdown(SHUT_WR);
403 } elsif ($hand == $client_sock) {
404 if ($client_sock->sysread($indata, 16384)) {
410 $fdset->remove($client_sock);
431 if($client_sock) {
433 $client_sock->close();
/third_party/python/Lib/test/
D_test_eintr.py307 client_sock, _ = sock.accept()
308 client_sock.close()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/rtsp/
Dgstrtspconnection.c533 GSocket *client_sock; in gst_rtsp_connection_accept() local
539 client_sock = g_socket_accept (socket, cancellable, &err); in gst_rtsp_connection_accept()
540 if (!client_sock) in gst_rtsp_connection_accept()
544 if (!collect_addresses (client_sock, &ip, &port, TRUE, &err)) in gst_rtsp_connection_accept()
548 gst_rtsp_connection_create_from_socket (client_sock, ip, port, NULL, in gst_rtsp_connection_accept()
550 g_object_unref (client_sock); in gst_rtsp_connection_accept()
568 if (!g_socket_close (client_sock, &err)) { in gst_rtsp_connection_accept()
572 g_object_unref (client_sock); in gst_rtsp_connection_accept()
/third_party/chromium/patch/
D0003-ohos-1115.patch79266 std::move(client_sock), handler_pid, &unhandled_signals_);