Home
last modified time | relevance | path

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

/third_party/libwebsockets/include/libwebsockets/
Dlws-retry.h27 uint16_t retry_ms_table_count; /* entries in table */ member
/third_party/libwebsockets/minimal-examples/embedded/esp32/esp-wrover-kit/main/
Dstatic-policy.h16 .retry_ms_table_count = 5,
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-sigv4/
Dstatic_policy.h81 .retry_ms_table_count = 5,
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-policy2c/
Dminimal-secure-streams.c234 for (n = 0; n < pol->retry_bo->retry_ms_table_count; n++) in main()
239 pol->retry_bo->retry_ms_table_count; in main()
247 pol->retry_bo->retry_ms_table_count); in main()
DREADME.md36 .retry_ms_table_count = 5,
/third_party/libwebsockets/minimal-examples/ws-client/minimal-ws-client/
Dminimal-ws-client.c41 .retry_ms_table_count = LWS_ARRAY_SIZE(backoff_ms),
/third_party/libwebsockets/lib/core-net/
Dnetwork.c420 if (retry->retry_ms_table_count) { in lws_retry_get_delay_ms()
421 if (*ctry < retry->retry_ms_table_count) in lws_retry_get_delay_ms()
425 retry->retry_ms_table_count - 1]; in lws_retry_get_delay_ms()
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-staticpolicy/
Dstatic-policy.h234 .retry_ms_table_count = 5,
/third_party/libwebsockets/minimal-examples/ws-client/minimal-ws-client-binance/
Dmain.c83 .retry_ms_table_count = LWS_ARRAY_SIZE(backoff_ms),
/third_party/libwebsockets/lib/secure-streams/
Dpolicy-json.c493 if (b->retry_ms_table_count == 8) { in lws_ss_policy_parser_cb()
497 if (!b->retry_ms_table_count) { in lws_ss_policy_parser_cb()
505 [b->retry_ms_table_count++] = (uint32_t)atoi(ctx->buf); in lws_ss_policy_parser_cb()
/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.c125 .retry_ms_table_count = LWS_ARRAY_SIZE(backoff_ms),
/third_party/libwebsockets/lib/core/
Dcontext.c1080 context->default_retry.retry_ms_table_count = in lws_create_context()