Home
last modified time | relevance | path

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

/third_party/libwebsockets/include/libwebsockets/
Dlws-retry.h26 const uint32_t *retry_ms_table; /* base delay in ms */ member
/third_party/libwebsockets/minimal-examples/embedded/esp32/esp-wrover-kit/main/
Dstatic-policy.h15 .retry_ms_table = _rbo_bo_0,
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-sigv4/
Dstatic_policy.h80 .retry_ms_table = _rbo_bo_0,
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-policy2c/
DREADME.md35 .retry_ms_table = _rbo_bo_0,
Dminimal-secure-streams.c236 pol->retry_bo->retry_ms_table[n]); in main()
/third_party/libwebsockets/minimal-examples/ws-client/minimal-ws-client/
Dminimal-ws-client.c40 .retry_ms_table = backoff_ms,
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-staticpolicy/
Dstatic-policy.h233 .retry_ms_table = _rbo_bo_0,
/third_party/libwebsockets/minimal-examples/ws-client/minimal-ws-client-binance/
Dmain.c82 .retry_ms_table = backoff_ms,
/third_party/libwebsockets/lib/secure-streams/
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()
/third_party/libwebsockets/lib/core-net/
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()
/third_party/libwebsockets/READMEs/
DREADME.lws_retry.md12 `.retry_ms_table` with `.retry_ms_table_count` containing the
/third_party/libwebsockets/plugins/
Dprotocol_lws_openmetrics_export.c124 .retry_ms_table = backoff_ms,
/third_party/libwebsockets/lib/core/
Dcontext.c1078 context->default_retry.retry_ms_table = default_backoff_table; in lws_create_context()