Searched refs:lws_retry_sul_schedule_retry_wsi (Results 1 - 7 of 7) sorted by relevance
/third_party/libwebsockets/include/libwebsockets/ |
H A D | lws-retry.h | 78 * lws_retry_sul_schedule_retry_wsi() - retry sul schedule helper using wsi 94 lws_retry_sul_schedule_retry_wsi(struct lws *wsi, lws_sorted_usec_list_t *sul,
|
/third_party/libwebsockets/minimal-examples/ws-client/minimal-ws-client/ |
H A D | minimal-ws-client.c | 130 if (lws_retry_sul_schedule_retry_wsi(wsi, &mco->sul, connect_client, in callback_minimal()
|
/third_party/libwebsockets/lib/system/ntpclient/ |
H A D | ntpclient.c | 259 lws_retry_sul_schedule_retry_wsi(wsi, &v->sul_write, in callback_ntpc()
|
/third_party/libwebsockets/lib/system/async-dns/ |
H A D | async-dns.c | 177 lws_retry_sul_schedule_retry_wsi(wsi, &q->sul, in lws_async_dns_writeable() 864 if (lws_retry_sul_schedule_retry_wsi(dns->wsi, &q->sul, in lws_async_dns_query()
|
/third_party/libwebsockets/minimal-examples/ws-client/minimal-ws-client-binance/ |
H A D | main.c | 319 if (lws_retry_sul_schedule_retry_wsi(wsi, &mco->sul, connect_client, in callback_minimal()
|
/third_party/libwebsockets/lib/system/dhcpclient/ |
H A D | dhcpc4.c | 228 lws_retry_sul_schedule_retry_wsi(wsi, &r->sul_write, in callback_dhcpc4()
|
/third_party/libwebsockets/lib/core-net/ |
H A D | network.c | 466 lws_retry_sul_schedule_retry_wsi(struct lws *wsi, lws_sorted_usec_list_t *sul, in lws_retry_sul_schedule_retry_wsi() function
|
Completed in 6 milliseconds