Home
last modified time | relevance | path

Searched refs:route_uidx (Results 1 - 2 of 2) sorted by relevance

/third_party/libwebsockets/lib/core-net/
H A Droute.c108 if (!cx->route_uidx) in _lws_route_get_uidx()
109 cx->route_uidx++; in _lws_route_get_uidx()
111 ou = cx->route_uidx; in _lws_route_get_uidx()
122 if (rou->uidx == cx->route_uidx) { in _lws_route_get_uidx()
124 cx->route_uidx++; in _lws_route_get_uidx()
125 if (!cx->route_uidx) in _lws_route_get_uidx()
126 cx->route_uidx++; in _lws_route_get_uidx()
127 if (cx->route_uidx == ou) { in _lws_route_get_uidx()
137 return cx->route_uidx++; in _lws_route_get_uidx()
/third_party/libwebsockets/lib/core/
H A Dprivate-lib-core.h728 lws_route_uidx_t route_uidx; member

Completed in 3 milliseconds