Home
last modified time | relevance | path

Searched refs:retry_ms_table (Results 1 – 14 of 14) sorted by relevance

/aosp_15_r20/external/libwebsockets/include/libwebsockets/
H A Dlws-retry.h26 const uint32_t *retry_ms_table; /* base delay in ms */ member
/aosp_15_r20/external/libwebsockets/minimal-examples/embedded/esp32/esp-wrover-kit/main/
H A Dstatic-policy.h15 .retry_ms_table = _rbo_bo_0,
/aosp_15_r20/external/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-sigv4/
H A Dstatic_policy.h80 .retry_ms_table = _rbo_bo_0,
/aosp_15_r20/external/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-policy2c/
H A DREADME.md35 .retry_ms_table = _rbo_bo_0,
H A Dminimal-secure-streams.c236 pol->retry_bo->retry_ms_table[n]); in main()
/aosp_15_r20/external/libwebsockets/minimal-examples/ws-client/minimal-ws-client/
H A Dminimal-ws-client.c40 .retry_ms_table = backoff_ms,
/aosp_15_r20/external/libwebsockets/lib/secure-streams/
H A Dpolicy-json.c498 b->retry_ms_table = (uint32_t *)lwsac_use_zero(&a->ac, in lws_ss_policy_parser_cb()
500 if (!b->retry_ms_table) in lws_ss_policy_parser_cb()
504 ((uint32_t *)b->retry_ms_table) in lws_ss_policy_parser_cb()
/aosp_15_r20/external/libwebsockets/lib/core-net/
H A Dnetwork.c422 ms = retry->retry_ms_table[*ctry]; in lws_retry_get_delay_ms()
424 ms = retry->retry_ms_table[ in lws_retry_get_delay_ms()
/aosp_15_r20/external/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-staticpolicy/
H A Dstatic-policy.h233 .retry_ms_table = _rbo_bo_0,
/aosp_15_r20/external/libwebsockets/minimal-examples/ws-client/minimal-ws-client-binance/
H A Dmain.c82 .retry_ms_table = backoff_ms,
/aosp_15_r20/external/libwebsockets/READMEs/
H A DREADME.lws_retry.md12 `.retry_ms_table` with `.retry_ms_table_count` containing the
/aosp_15_r20/device/google/cuttlefish/host/frontend/webrtc/libdevice/
Dserver_connection.cpp308 .retry_ms_table = backoff_ms,
/aosp_15_r20/external/libwebsockets/plugins/
H A Dprotocol_lws_openmetrics_export.c124 .retry_ms_table = backoff_ms,
/aosp_15_r20/external/libwebsockets/lib/core/
H A Dcontext.c1078 context->default_retry.retry_ms_table = default_backoff_table; in lws_create_context()