Home
last modified time | relevance | path

Searched refs:pl_hash_table (Results 1 – 3 of 3) sorted by relevance

/third_party/libwebsockets/lib/misc/
Dpeer-limits.c121 context->pl_hash_table[hash]) { in lws_get_or_create_peer()
150 peer->next = context->pl_hash_table[hash]; in lws_get_or_create_peer()
153 context->pl_hash_table[hash] = peer; in lws_get_or_create_peer()
172 context->pl_hash_table[peer->hash]) { in __lws_peer_destroy()
/third_party/libwebsockets/lib/core/
Dcontext.c1153 context->pl_hash_table = lws_zalloc(sizeof(struct lws_peer *) * in lws_create_context()
1377 lws_free_set_NULL(context->pl_hash_table); in lws_create_context()
2014 context->pl_hash_table[nu]) { in lws_context_destroy()
2021 lws_free(context->pl_hash_table); in lws_context_destroy()
Dprivate-lib-core.h633 struct lws_peer **pl_hash_table; member