Searched refs:route_uidx (Results 1 – 2 of 2) sorted by relevance
103 if (!cx->route_uidx) in _lws_route_get_uidx()104 cx->route_uidx++; in _lws_route_get_uidx()106 ou = cx->route_uidx; in _lws_route_get_uidx()117 if (rou->uidx == cx->route_uidx) { in _lws_route_get_uidx()119 cx->route_uidx++; in _lws_route_get_uidx()120 if (!cx->route_uidx) in _lws_route_get_uidx()121 cx->route_uidx++; in _lws_route_get_uidx()122 if (cx->route_uidx == ou) { in _lws_route_get_uidx()132 return cx->route_uidx++; in _lws_route_get_uidx()
722 lws_route_uidx_t route_uidx; member