/external/libwebsockets/minimal-examples/ws-client/minimal-ws-client-spam/ |
D | README.md | 40 [2018/11/15 09:53:21:0976] USER: callback_minimal_spam: established (try 10, est 0, closed 0, err 0) 41 [2018/11/15 09:53:21:1041] USER: callback_minimal_spam: established (try 10, est 1, closed 0, err 0) 42 [2018/11/15 09:53:21:1089] USER: callback_minimal_spam: established (try 10, est 2, closed 0, err 0) 43 [2018/11/15 09:53:21:1132] USER: callback_minimal_spam: established (try 10, est 3, closed 0, err 0) 44 [2018/11/15 09:53:21:1166] USER: callback_minimal_spam: established (try 10, est 4, closed 0, err 0) 45 [2018/11/15 09:53:21:1531] USER: callback_minimal_spam: established (try 10, est 5, closed 0, err 0) 46 [2018/11/15 09:53:21:1563] USER: callback_minimal_spam: established (try 10, est 6, closed 0, err 0) 47 [2018/11/15 09:53:21:1589] USER: callback_minimal_spam: established (try 10, est 7, closed 0, err 0) 48 [2018/11/15 09:53:21:1616] USER: callback_minimal_spam: established (try 10, est 8, closed 0, err 0) 49 [2018/11/15 09:53:21:1671] USER: callback_minimal_spam: established (try 10, est 9, closed 0, err 0)
|
/external/curl/tests/data/ |
D | test714 | 18 HTTP/1.1 200 Connection established 27 HTTP/1.1 200 Connection established 29 HTTP/1.1 200 Connection established
|
D | test715 | 19 HTTP/1.1 200 Connection established 28 HTTP/1.1 200 Connection established 30 HTTP/1.1 200 Connection established
|
D | test2050 | 17 HTTP/1.1 200 Connection established 31 HTTP/1.1 200 Connection established
|
D | test2055 | 18 HTTP/1.1 200 Connection established 32 HTTP/1.1 200 Connection established
|
/external/libwebsockets/minimal-examples/ws-client/minimal-ws-client-tx/ |
D | minimal-ws-client.c | 50 char established; member 77 if (!vhd->established) in thread_spam() 213 vhd->established = 1; in callback_minimal_broker() 244 vhd->established = 0; in callback_minimal_broker() 258 if (vhd && vhd->client_wsi && vhd->established) in callback_minimal_broker()
|
D | README.md | 8 When a nailed-up client connection to the broker is established, the 28 [2018/03/16 16:04:34:5794] USER: callback_minimal_broker: established
|
/external/libwebsockets/lib/abstract/transports/ |
D | raw-skt.c | 34 uint8_t established:1; member 94 priv->established = 1; in callback_abs_client_raw_skt() 139 priv->established = 0; in callback_abs_client_raw_skt() 227 if (priv->established) { in lws_atcrs_client_conn() 301 if (!priv->wsi || !priv->established) in lws_atcrs_ask_for_writeable() 346 if (!priv || !priv->wsi || (!priv->established && !priv->connecting)) in lws_atcrs_state()
|
D | unit-test.c | 48 uint8_t established:1; member 209 priv->established = 1; in unit_test_sequencer_cb() 351 if (priv->established) { in lws_atcut_client_conn() 401 if (!priv->established) in lws_atcut_ask_for_writeable() 488 if (!priv || (!priv->established && !priv->connecting)) in lws_atcut_state()
|
/external/libwebsockets/minimal-examples/http-server/minimal-http-server-sse/ |
D | minimal-http-server-sse.c | 30 time_t established; member 55 pss->established = time(NULL); in callback_sse() 98 pss->established); in callback_sse()
|
/external/linux-kselftest/tools/testing/selftests/netfilter/ |
D | conntrack_icmp_related.sh | 138 meta l4proto { icmp, icmpv6 } ct state new,established accept 151 meta l4proto { icmp, icmpv6 } ct state established,untracked accept 163 counter established { } 167 meta l4proto { icmp, icmpv6 } ct state established,untracked accept 175 meta l4proto { icmp, icmpv6 } ct state established,untracked accept
|
/external/libwebsockets/plugins/raw-proxy/ |
D | protocol_lws_raw_proxy.c | 70 char established[2]; member 155 !conn->established[side]) in flow_control() 261 conn->established[ONW] = 1; in callback_raw_proxy() 415 conn->established[ACC] = 1; in callback_raw_proxy() 475 if (conn->established[ONW] && !conn->closed[ONW]) in callback_raw_proxy() 482 if (!conn || !conn->established[ONW] || conn->closed[ONW]) in callback_raw_proxy()
|
/external/bcc/tools/ |
D | tcptracer_example.txt | 10 Tracing TCP established connections. Ctrl-C to end. 32 Tracing TCP established connections. Ctrl-C to end.
|
/external/libwebsockets/minimal-examples/ws-client/minimal-ws-client/ |
D | README.md | 36 [2020/01/22 05:38:48:1649] U: callback_minimal: established 58 established if done within the backoff period.
|
/external/wayland-protocols/freedesktop.org/ |
D | GOVERNANCE.md | 26 1. New members who meet the criteria outlined in 1.1 are established by 34 5. At the conclusion of the discussion period, the new membership is established 60 3. The "xdg" namespace is established for protocols letting clients 63 4. The "wp" namespace is established for protocols generally useful to Wayland 65 5. The "ext" namespace is established as a general catch-all for protocols that
|
/external/llvm-project/llvm/test/TableGen/ |
D | self-reference-typeerror.td | 8 // At the time A0 is referenced, A has not yet been established as a superclass.
|
/external/libwebsockets/minimal-examples/ws-server/minimal-ws-server-pmd-corner/ |
D | README.md | 22 When the ws connection is established, various amounts of data are sent
|
/external/grpc-grpc-java/documentation/ |
D | android-channel-builder.md | 22 sends new RPCs via wifi rather than using an already-established cellular 24 already established cellular connection would fail when the device terminates
|
/external/wpa_supplicant_8/src/eap_server/ |
D | eap_server_tls.c | 23 int established; member 192 data->established = 1; in eap_tls_buildReq() 203 if (data->established && data->ssl.state != WAIT_FRAG_ACK) { in eap_tls_buildReq()
|
/external/grpc-grpc/doc/ |
D | connectivity-semantics-and-api.md | 14 handshakes. Channels can also handle errors on established connections and 26 READY: The channel has successfully established a connection all the way 81 <td>Incremental successful communication on established channel.</td> 83 established channel.</td>
|
/external/perfetto/docs/design-docs/ |
D | security-model.md | 36 - In Chromium the trust path is established through service manifest. 37 - In Android the trust path is established locking down the consumer socket
|
/external/curl/docs/cmdline-opts/ |
D | http3.d | 19 This option will make curl fail if a QUIC connection cannot be established, it
|
D | happy-eyeballs-timeout-ms.d | 11 connection to be established is the one that is used.
|
/external/markdown/docs/extensions/ |
D | Tables.txt | 14 Tables are defined using the syntax established in [PHP Markdown Extra][php].
|
/external/rust/crates/regex/src/testdata/ |
D | README | 12 have been a bad idea, but I think being consistent with an established Regex
|