Searched refs:conceal (Results 1 - 3 of 3) sorted by relevance
/third_party/libwebsockets/lib/core-net/ |
H A D | network.c | 411 char *conceal) in lws_retry_get_delay_ms() 416 if (conceal) in lws_retry_get_delay_ms() 417 *conceal = 0; in lws_retry_get_delay_ms() 441 if (retry && conceal) in lws_retry_get_delay_ms() 442 *conceal = (int)*ctry <= retry->conceal_count; in lws_retry_get_delay_ms() 452 char conceal; in lws_retry_sul_schedule() local 453 uint64_t ms = lws_retry_get_delay_ms(context, retry, ctry, &conceal); in lws_retry_sul_schedule() 455 if (!conceal) in lws_retry_sul_schedule() 469 char conceal; in lws_retry_sul_schedule_retry_wsi() local 472 &conceal) * LWS_US_PER_M in lws_retry_sul_schedule_retry_wsi() 409 lws_retry_get_delay_ms(struct lws_context *context, const lws_retry_bo_t *retry, uint16_t *ctry, char *conceal) lws_retry_get_delay_ms() argument [all...] |
/third_party/libwebsockets/include/libwebsockets/ |
H A D | lws-retry.h | 28 uint16_t conceal_count; /* max retries to conceal */ 42 * \param conceal: pointer to flag set to nonzero if the try should be concealed 46 * next connection retry, according to the backoff table \p retry. *\p conceal is 48 * is zero if it exceeded it. This lets you conceal a certain number of retries 57 uint16_t *ctry, char *conceal); 69 * the computed delay. If conceal is not set, it will not schedule the sul
|
/third_party/libwebsockets/lib/secure-streams/ |
H A D | secure-streams.c | 547 char conceal; in _lws_ss_backoff() local 558 &h->retry, &conceal); in _lws_ss_backoff() 559 if (!conceal) { in _lws_ss_backoff()
|
Completed in 4 milliseconds