Searched refs:retry_ms_table_count (Results 1 – 13 of 13) sorted by relevance
27 uint16_t retry_ms_table_count; /* entries in table */ member
16 .retry_ms_table_count = 5,
81 .retry_ms_table_count = 5,
234 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()
36 .retry_ms_table_count = 5,
41 .retry_ms_table_count = LWS_ARRAY_SIZE(backoff_ms),
420 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()
234 .retry_ms_table_count = 5,
83 .retry_ms_table_count = LWS_ARRAY_SIZE(backoff_ms),
493 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()
12 `.retry_ms_table` with `.retry_ms_table_count` containing the
125 .retry_ms_table_count = LWS_ARRAY_SIZE(backoff_ms),
1080 context->default_retry.retry_ms_table_count = in lws_create_context()