Lines Matching refs:sul
32 lws_sorted_usec_list_t sul; /* schedule connection retry */
117 * Scheduled sul callback that starts the connection attempt
121 connect_client(lws_sorted_usec_list_t *sul)
123 struct my_conn *mco = lws_container_of(sul, struct my_conn, sul);
148 if (lws_retry_sul_schedule(context, 0, sul, &retry,
174 sul_hz_cb(lws_sorted_usec_list_t *sul)
176 struct my_conn *mco = lws_container_of(sul, struct my_conn, sul_hz);
319 if (lws_retry_sul_schedule_retry_wsi(wsi, &mco->sul, connect_client,
372 lws_sul_schedule(context, 0, &mco.sul, connect_client, 1);