Home
last modified time | relevance | path

Searched refs:grace_after_unref (Results 1 – 4 of 4) sorted by relevance

/third_party/libwebsockets/lib/tls/
Dtls-jit-trust.c593 v->grace_after_unref = 1; in lws_tls_jit_trust_got_cert_cb()
/third_party/libwebsockets/lib/core-net/
Dwsi.c74 if (!vh->count_bound_wsi && vh->grace_after_unref) { in lws_vhost_bind_wsi()
108 if (!vh->count_bound_wsi && vh->grace_after_unref) in __lws_vhost_unbind_wsi()
Dclose.c969 if (!vh->count_bound_wsi && vh->grace_after_unref) { in __lws_close_free_wsi_final()
Dprivate-lib-core-net.h538 uint8_t grace_after_unref:1; member