/third_party/node/test/parallel/ |
D | test-tls-client-resume.js | 61 reconnect(); 72 reconnect(); 84 function reconnect() { function
|
/third_party/e2fsprogs/tests/f_lpf2/ |
D | name | 1 create lost+found and reconnect lost directory
|
/third_party/grpc/src/objective-c/tests/RemoteTestClient/ |
D | messages.proto | 158 // For reconnect interop test only. 164 // For reconnect interop test only. 166 // reconnect backoffs it saw.
|
/third_party/FreeBSD/sbin/fsck_msdosfs/ |
D | ext.h | 138 int reconnect(struct fat_descriptor *, cl_t, size_t);
|
/third_party/mbedtls/programs/ssl/ |
D | ssl_client2.c | 490 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/ |
D | messages.proto | 183 // For reconnect interop test only. 189 // For reconnect interop test only. 191 // reconnect backoffs it saw.
|
D | test.proto | 75 // A service used to control reconnect server.
|
/third_party/libwebsockets/minimal-examples/ws-client/minimal-ws-client-spam/ |
D | README.md | 25 Just run it, it will repeatedly connect and reconnect to libwebsockets.org
|
/third_party/mindspore/mindspore/lite/src/train/ |
D | train_export.cc | 302 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/ |
D | wpa_i.h | 253 WPA_ASSERT(sm->ctx->reconnect); in wpa_sm_reconnect() 254 sm->ctx->reconnect(sm->ctx->ctx); in wpa_sm_reconnect()
|
D | wpa.h | 30 void (*reconnect)(void *ctx); member
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hostapd/ |
D | hostapd_cli.c | 2071 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/ |
D | connectivity-semantics-and-api.md | 15 reconnect, or in the case of HTTP/2 GO_AWAY, re-resolve the name and reconnect.
|
D | environment_variables.md | 154 there is no active polling thread. They help reconnect disconnected client
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
D | preauth_test.c | 254 ctx->reconnect = _wpa_supplicant_reconnect; in wpa_init_conf()
|
D | wpa_cli.c | 55 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()
|
D | ibss_rsn.c | 234 ctx->reconnect = supp_reconnect; in ibss_rsn_supp_init()
|
/third_party/lwip/doc/ |
D | mqtt_client.txt | 73 /* Its more nice to be connected, so try to reconnect */
|
D | ppp.txt | 164 /* 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/ |
D | ohos_wifi.js | 428 reconnect: function (...args) { method
|
/third_party/openssl/apps/ |
D | s_client.c | 917 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/ |
D | SSL_CTX_set_mode.pod | 95 To be set only by applications that reconnect with a downgraded protocol
|
/third_party/flutter/engine/flutter/shell/platform/darwin/ios/framework/Source/ |
D | FlutterPluginAppLifeCycleDelegate.mm | 147 "To reconnect, launch your application again via 'flutter run'";
|
/third_party/ffmpeg/libavformat/ |
D | http.c | 117 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/ |
D | dart_vm.dart | 95 _log.info('Attempting to reconnect');
|