Searched refs:check_upgrades (Results 1 – 2 of 2) sorted by relevance
184 int (*check_upgrades)(struct lws *wsi); member
1404 if (wsi->role_ops && wsi->role_ops->check_upgrades) in lws_http_action()1405 switch (wsi->role_ops->check_upgrades(wsi)) { in lws_http_action()