Home
last modified time | relevance | path

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

/external/libwebsockets/lib/roles/h1/
Dops-h1.c1130 pt->sul_ah_lifecheck.cb = lws_sul_http_ah_lifecheck; in rops_pt_init_destroy_h1()
1132 __lws_sul_insert(&pt->pt_sul_owner, &pt->sul_ah_lifecheck, in rops_pt_init_destroy_h1()
1135 lws_dll2_remove(&pt->sul_ah_lifecheck.list); in rops_pt_init_destroy_h1()
/external/libwebsockets/lib/roles/h2/
Dops-h2.c559 pt->sul_ah_lifecheck.cb = lws_sul_http_ah_lifecheck; in rops_pt_init_destroy_h2()
561 __lws_sul_insert(&pt->pt_sul_owner, &pt->sul_ah_lifecheck, in rops_pt_init_destroy_h2()
564 lws_dll2_remove(&pt->sul_ah_lifecheck.list); in rops_pt_init_destroy_h2()
/external/libwebsockets/lib/roles/http/
Dheader.c557 struct lws_context_per_thread, sul_ah_lifecheck); in lws_sul_http_ah_lifecheck()
/external/libwebsockets/lib/core-net/
Dprivate-lib-core-net.h377 lws_sorted_usec_list_t sul_ah_lifecheck; member