Home
last modified time | relevance | path

Searched refs:next_cull (Results 1 – 2 of 2) sorted by relevance

/external/libwebsockets/lib/misc/
Dpeer-limits.c194 if (context->next_cull && t < context->next_cull) in lws_peer_cull_peer_wait_list()
199 context->next_cull = t + 5; in lws_peer_cull_peer_wait_list()
/external/libwebsockets/lib/core/
Dprivate-lib-core.h636 time_t next_cull; member