Home
last modified time | relevance | path

Searched refs:uidx (Results 1 - 7 of 7) sorted by relevance

/third_party/libwebsockets/lib/core-net/
H A Droute.c85 * We will provide a "fingerprint ordinal" as the route uidx that is unique in
86 * the routing table. Wsi that connect mark themselves with the uidx of the
97 * It's OK if the route uidx wraps, we explicitly confirm nobody else is using
98 * the uidx before assigning one to a new route.
100 * We won't use uidx 0, so it can be understood to mean the uidx was never set.
116 /* Anybody in the table already uses the pt's next uidx? */ in _lws_route_get_uidx()
122 if (rou->uidx == cx->route_uidx) { in _lws_route_get_uidx()
128 assert(0); /* we have filled up the 8-bit uidx space? */ in _lws_route_get_uidx()
158 _lws_route_pt_close_route_users(pt, robj->uidx); in _lws_route_remove()
377 _lws_route_pt_close_route_users(struct lws_context_per_thread *pt, lws_route_uidx_t uidx) _lws_route_pt_close_route_users() argument
[all...]
H A Dprivate-lib-core-net.h1394 lws_route_uidx_t uidx);
/third_party/libwebsockets/include/libwebsockets/
H A Dlws-network-helper.h62 lws_route_uidx_t uidx; /* unique index for this route */ member
/third_party/libwebsockets/lib/core-net/client/
H A Dsort-dns.c664 ds->uidx = estr->uidx; in lws_sort_dns()
H A Dconnect3.c429 wsi->peer_route_uidx = curr->uidx;
/third_party/libwebsockets/lib/roles/netlink/
H A Dops-netlink.c394 * We lock the pt before getting the uidx, so it in rops_handle_POLLIN_netlink()
398 rou->uidx = _lws_route_get_uidx(cx); in rops_handle_POLLIN_netlink()
/third_party/elfutils/src/
H A Dreadelf.c5528 unsigned int uidx = 0; in print_debug_addr_section() local
5535 printf (" [%*u] ", digits, uidx++); in print_debug_addr_section()
10813 unsigned int uidx = 0; in print_debug_str_offsets_section() local
10825 digits, uidx++, (int) offset_size * 2, offset, str ?: "???"); in print_debug_str_offsets_section()

Completed in 21 milliseconds