Home
last modified time | relevance | path

Searched refs:reconnect (Results 1 – 25 of 83) sorted by relevance

1234

/third_party/node/test/parallel/
Dtest-tls-client-resume.js61 reconnect();
72 reconnect();
84 function reconnect() { function
/third_party/e2fsprogs/tests/f_lpf2/
Dname1 create lost+found and reconnect lost directory
/third_party/grpc/src/objective-c/tests/RemoteTestClient/
Dmessages.proto158 // For reconnect interop test only.
164 // For reconnect interop test only.
166 // reconnect backoffs it saw.
/third_party/FreeBSD/sbin/fsck_msdosfs/
Dext.h138 int reconnect(struct fat_descriptor *, cl_t, size_t);
/third_party/mbedtls/programs/ssl/
Dssl_client2.c490 int reconnect; /* attempt to resume session */ member
857 opt.reconnect = DFL_RECONNECT; in main()
1048 opt.reconnect = atoi( q ); in main()
1049 if( opt.reconnect < 0 || opt.reconnect > 2 ) in main()
2288 if( opt.reconnect != 0 ) in main()
2621 goto reconnect; in main()
2932 reconnect: in main()
2933 if( opt.reconnect != 0 ) in main()
2935 --opt.reconnect; in main()
/third_party/grpc/src/proto/grpc/testing/
Dmessages.proto183 // For reconnect interop test only.
189 // For reconnect interop test only.
191 // reconnect backoffs it saw.
Dtest.proto75 // A service used to control reconnect server.
/third_party/libwebsockets/minimal-examples/ws-client/minimal-ws-client-spam/
DREADME.md25 Just run it, it will repeatedly connect and reconnect to libwebsockets.org
/third_party/mindspore/mindspore/lite/src/train/
Dtrain_export.cc302 std::unordered_map<size_t, size_t> reconnect; in AddTransformNode() local
326 reconnect[it.first] = last_id + 1; in AddTransformNode()
337 connect_ = reconnect; in AddTransformNode()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/rsn_supp/
Dwpa_i.h253 WPA_ASSERT(sm->ctx->reconnect); in wpa_sm_reconnect()
254 sm->ctx->reconnect(sm->ctx->ctx); in wpa_sm_reconnect()
Dwpa.h30 void (*reconnect)(void *ctx); member
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hostapd/
Dhostapd_cli.c2071 int reconnect = 0; in main() local
2107 reconnect = 1; in main()
2151 if (!interactive && !reconnect) { in main()
2169 if (reconnect && action_file && ctrl_ifname) { in main()
/third_party/grpc/doc/
Dconnectivity-semantics-and-api.md15 reconnect, or in the case of HTTP/2 GO_AWAY, re-resolve the name and reconnect.
Denvironment_variables.md154 there is no active polling thread. They help reconnect disconnected client
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
Dpreauth_test.c254 ctx->reconnect = _wpa_supplicant_reconnect; in wpa_init_conf()
Dwpa_cli.c55 static int reconnect = 0; variable
4349 if (!reconnect) in wpa_cli_action_process()
4542 if (reconnect) { in wpa_cli_recv_pending()
4893 if (reconnect) in wpa_cli_terminate()
5008 reconnect = 1; in main()
5035 if (reconnect && action_file && ctrl_ifname) { in main()
Dibss_rsn.c234 ctx->reconnect = supp_reconnect; in ibss_rsn_supp_init()
/third_party/lwip/doc/
Dmqtt_client.txt73 /* Its more nice to be connected, so try to reconnect */
Dppp.txt164 /* ppp_close() was previously called, don't reconnect */
171 * Try to reconnect in 30 seconds, if you need a modem chatscript you have
/third_party/jsframework/runtime/main/extend/systemplugin/napi/
Dohos_wifi.js428 reconnect: function (...args) { method
/third_party/openssl/apps/
Ds_client.c917 int reconnect = 0, verify = SSL_VERIFY_NONE, vpmtouched = 0; in s_client_main() local
1386 reconnect = 5; in s_client_main()
2800 if (!reconnect) in s_client_main()
2804 if (reconnect) { in s_client_main()
2805 reconnect--; in s_client_main()
/third_party/openssl/doc/man3/
DSSL_CTX_set_mode.pod95 To be set only by applications that reconnect with a downgraded protocol
/third_party/flutter/engine/flutter/shell/platform/darwin/ios/framework/Source/
DFlutterPluginAppLifeCycleDelegate.mm147 "To reconnect, launch your application again via 'flutter run'";
/third_party/ffmpeg/libavformat/
Dhttp.c117 int reconnect; member
164 …{ "reconnect", "auto reconnect after disconnect before EOF", OFFSET(reconnect), AV_OPT_TYPE_BOOL, …
1576 if (!(s->reconnect && s->filesize > 0 && s->off < s->filesize) && in http_read_stream()
/third_party/flutter/flutter/packages/fuchsia_remote_debug_protocol/lib/src/dart/
Ddart_vm.dart95 _log.info('Attempting to reconnect');

1234