Searched refs:ss_owner (Results 1 – 5 of 5) sorted by relevance
/third_party/libwebsockets/lib/roles/pipe/ |
D | ops-pipe.c | 99 lws_dll2_foreach_safe(&pt->ss_owner, NULL, lws_ss_cancel_notify_dll); in rops_handle_POLLIN_pipe()
|
/third_party/libwebsockets/lib/secure-streams/ |
D | policy-common.c | 451 lws_dll2_foreach_safe(&pt->ss_owner, NULL, fe_lws_ss_destroy); in lws_ss_policy_set()
|
D | secure-streams.c | 1124 lws_dll2_add_head(&h->list, &pt->ss_owner); in lws_ss_create() 1824 lws_start_foreach_dll_safe(struct lws_dll2 *, d, d1, pt->ss_owner.head) { in lws_ss_assert_extant()
|
/third_party/libwebsockets/lib/core-net/ |
D | private-lib-core-net.h | 291 lws_dll2_owner_t ss_owner; member
|
/third_party/libwebsockets/lib/core/ |
D | context.c | 1693 lws_dll2_foreach_safe(&pt->ss_owner, NULL, lws_ss_destroy_dll); in lws_pt_destroy()
|