Home
last modified time | relevance | path

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

/third_party/libwebsockets/lib/roles/h1/
Dops-h1.c1098 pt->sul_ah_lifecheck.cb = lws_sul_http_ah_lifecheck; in rops_pt_init_destroy_h1()
1101 &pt->sul_ah_lifecheck, 30 * LWS_US_PER_SEC); in rops_pt_init_destroy_h1()
1103 lws_dll2_remove(&pt->sul_ah_lifecheck.list); in rops_pt_init_destroy_h1()
/third_party/libwebsockets/lib/roles/h2/
Dops-h2.c592 pt->sul_ah_lifecheck.cb = lws_sul_http_ah_lifecheck; in rops_pt_init_destroy_h2()
595 &pt->sul_ah_lifecheck, 30 * LWS_US_PER_SEC); in rops_pt_init_destroy_h2()
597 lws_dll2_remove(&pt->sul_ah_lifecheck.list); in rops_pt_init_destroy_h2()
/third_party/libwebsockets/lib/roles/http/
Dheader.c589 struct lws_context_per_thread, sul_ah_lifecheck); in lws_sul_http_ah_lifecheck()
/third_party/libwebsockets/lib/core-net/
Dprivate-lib-core-net.h305 lws_sorted_usec_list_t sul_ah_lifecheck; member