Home
last modified time | relevance | path

Searched refs:pl_hash_elements (Results 1 - 3 of 3) sorted by relevance

/third_party/libwebsockets/lib/misc/
H A Dpeer-limits.c113 if (!context->pl_hash_elements) in lws_get_or_create_peer()
116 hash = hash % context->pl_hash_elements; in lws_get_or_create_peer()
/third_party/libwebsockets/lib/core/
H A Dcontext.c1165 context->pl_hash_elements = in lws_create_context()
1168 context->pl_hash_elements, "peer limits hash table"); in lws_create_context()
2025 for (nu = 0; nu < context->pl_hash_elements; nu++) { in lws_context_destroy()
H A Dprivate-lib-core.h717 uint32_t pl_hash_elements; /* protected by context->lock */ member

Completed in 4 milliseconds