Home
last modified time | relevance | path

Searched refs:shut (Results 1 – 25 of 112) sorted by relevance

12345

/third_party/openssl/apps/
Ds_client.c2120 goto shut; in s_client_main()
2126 goto shut; in s_client_main()
2317 goto shut; in s_client_main()
2326 goto shut; in s_client_main()
2330 goto shut; in s_client_main()
2353 goto shut; in s_client_main()
2361 goto shut; in s_client_main()
2390 goto shut; in s_client_main()
2413 goto shut; in s_client_main()
2475 goto shut; in s_client_main()
[all …]
/third_party/boost/libs/beast/doc/qbk/06_websocket/
D07_teardown.qbk22 the operations to shut down the connection.
29 of this function drain and shut down a stream synchronously.
32 Overloads of this function drain and shut down a stream asynchronously.
D06_timeouts.qbk53 end of the connection wish to shut down.
93 necessary to manually shut down the connection, as it will already be shut
D05_control_frames.qbk94 message data until receiving a close frame, and then shut down the
98 will automatically respond with a close frame and then shut down the
/third_party/grpc/doc/
Dfork_support.md34 A ```pthread_atfork()``` handler was added in 1.7 to automatically shut down
35 the background c-threads when fork was called. This does not shut down the
/third_party/lwip/src/api/
Dapi_msg.c926 u8_t shut, shut_rx, shut_tx, shut_close; local
940 shut = conn->current_msg->msg.sd.shut;
941 shut_rx = shut & NETCONN_SHUT_RD;
942 shut_tx = shut & NETCONN_SHUT_WR;
945 if (shut == NETCONN_SHUT_RDWR) {
1177 msg->msg.sd.shut = NETCONN_SHUT_RDWR;
1947 ((msg->msg.sd.shut == NETCONN_SHUT_RDWR) || (state != NETCONN_LISTEN))) {
1954 if (msg->msg.sd.shut & NETCONN_SHUT_WR) {
1965 LWIP_ASSERT("msg->msg.sd.shut == NETCONN_SHUT_RD", msg->msg.sd.shut == NETCONN_SHUT_RD);
1976 if (msg->msg.sd.shut & NETCONN_SHUT_RD) {
/third_party/mindspore/mindspore/lite/examples/runtime_java/
Dbuild.gradle20 jcenter() // Warning: this repository is going to shut down soon
/third_party/flutter/flutter/dev/devicelab/lib/framework/
Drunner.dart120 // To shut gradle down, we have to call "gradlew --stop".
127 print('\nTelling Gradle to shut down (JAVA_HOME=$javaHome)');
/third_party/openssl/doc/man3/
DBIO_s_socket.pod23 If the close flag is set then the socket is shut down and closed
DBIO_get_data.pod16 void BIO_set_shutdown(BIO *a, int shut);
DSSL_do_handshake.pod47 The TLS/SSL handshake was not successful but was shut down controlled and
DSSL_accept.pod46 The TLS/SSL handshake was not successful but was shut down controlled and
DSSL_connect.pod61 The TLS/SSL handshake was not successful but was shut down controlled and
/third_party/lwip/src/include/lwip/priv/
Dapi_msg.h129 u8_t shut; member
/third_party/gstreamer/gstplugins_bad/gst/camerabin2/
DPORTING17 to be sure that it can shut camerabin2.
/third_party/flutter/flutter/packages/fuchsia_remote_debug_protocol/lib/src/
Dfuchsia_remote_connection.dart77 /// has shut down cleanly, or the VM service has crashed.
373 // will be shut down and removed from tracking.
428 // the Dart VM instance is shut down in the middle of communicating.
549 /// To shut down a port forwarder you must call the [stop] function.
642 /// runs the SSH 'cancel' command to shut down port forwarding completely.
/third_party/grpc/doc/python/sphinx/
Dglossary.rst41 shut down or the RPC's deadline has been reached.
/third_party/protobuf/objectivec/
DGPBProtocolBuffers.m38 // much sense, and don't trigger when compiled directly. So we shut off the
/third_party/boost/libs/asio/include/boost/asio/detail/impl/
Dwin_thread.ipp125 // call will be interrupted using QueueUserAPC and the thread will shut down
/third_party/boost/boost/asio/detail/impl/
Dwin_thread.ipp125 // call will be interrupted using QueueUserAPC and the thread will shut down
/third_party/openssl/crypto/bio/
Dbio_lib.c163 void BIO_set_shutdown(BIO *a, int shut) in BIO_set_shutdown() argument
165 a->shutdown = shut; in BIO_set_shutdown()
/third_party/flutter/flutter/dev/devicelab/bin/tasks/
Dflutter_attach_test.dart118 // Give the device the time to really shut down the app.
/third_party/boost/libs/outcome/doc/src/content/
Dcredits.md52 just to shut everyone up because the name bike shedding was getting ridiculous. But
/third_party/flutter/flutter/packages/flutter_tools/lib/src/test/
Dtest_compiler.dart78 // Check for null in case this instance is shut down before the
/third_party/mesa3d/docs/relnotes/
D17.1.6.rst33 - Some games hang while loading when compositing is shut off or

12345