Home
last modified time | relevance | path

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

/aosp_15_r20/external/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-policy2c/
H A 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()
H A DREADME.md36 .retry_ms_table_count = 5,
/aosp_15_r20/external/libwebsockets/lib/core-net/
H A 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()
/aosp_15_r20/external/libwebsockets/include/libwebsockets/
H A Dlws-retry.h27 uint16_t retry_ms_table_count; /* entries in table */ member
/aosp_15_r20/external/libwebsockets/minimal-examples/embedded/esp32/esp-wrover-kit/main/
H A Dstatic-policy.h16 .retry_ms_table_count = 5,
/aosp_15_r20/external/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-sigv4/
H A Dstatic_policy.h81 .retry_ms_table_count = 5,
/aosp_15_r20/external/libwebsockets/minimal-examples/ws-client/minimal-ws-client/
H A Dminimal-ws-client.c41 .retry_ms_table_count = LWS_ARRAY_SIZE(backoff_ms),
/aosp_15_r20/external/libwebsockets/lib/secure-streams/
H A 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()
/aosp_15_r20/external/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-staticpolicy/
H A Dstatic-policy.h234 .retry_ms_table_count = 5,
/aosp_15_r20/external/libwebsockets/minimal-examples/ws-client/minimal-ws-client-binance/
H A Dmain.c83 .retry_ms_table_count = LWS_ARRAY_SIZE(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.cpp309 .retry_ms_table_count = LWS_ARRAY_SIZE(backoff_ms),
/aosp_15_r20/external/libwebsockets/plugins/
H A Dprotocol_lws_openmetrics_export.c125 .retry_ms_table_count = LWS_ARRAY_SIZE(backoff_ms),
/aosp_15_r20/external/libwebsockets/lib/core/
H A Dcontext.c1080 context->default_retry.retry_ms_table_count = in lws_create_context()