Searched refs:adoption_bind (Results 1 – 6 of 6) sorted by relevance
/third_party/libwebsockets/lib/roles/raw-skt/ |
D | ops-raw-skt.c | 279 /* 2 */ { .adoption_bind = rops_adoption_bind_raw_skt }, 281 /* 2 */ { .adoption_bind = NULL },
|
/third_party/libwebsockets/lib/roles/raw-file/ |
D | ops-raw-file.c | 83 /* 2 */ { .adoption_bind = rops_adoption_bind_raw_file },
|
/third_party/libwebsockets/lib/roles/raw-proxy/ |
D | ops-raw-proxy.c | 200 /* 3 */ { .adoption_bind = rops_adoption_bind_raw_proxy },
|
/third_party/libwebsockets/lib/core-net/ |
D | vhost.c | 164 adoption_bind(wsi, type, prot); in lws_role_call_adoption_bind() 190 adoption_bind(wsi, type, prot)) in lws_role_call_adoption_bind() 198 adoption_bind(wsi, type, prot)) in lws_role_call_adoption_bind() 209 adoption_bind(wsi, type, prot)) in lws_role_call_adoption_bind()
|
/third_party/libwebsockets/lib/roles/ |
D | private-lib-roles.h | 276 lws_rops_adoption_bind_t adoption_bind; member
|
/third_party/libwebsockets/lib/roles/h1/ |
D | ops-h1.c | 1116 /* 8 */ { .adoption_bind = rops_adoption_bind_h1 },
|