Searched refs:adoption_bind (Results 1 – 2 of 2) sorted by relevance
/external/libwebsockets/lib/core-net/ |
D | vhost.c | 160 if (role && role->adoption_bind) { in lws_role_call_adoption_bind() 161 n = role->adoption_bind(wsi, type, prot); in lws_role_call_adoption_bind() 186 if (ar->adoption_bind && ar->adoption_bind(wsi, type, prot)) in lws_role_call_adoption_bind() 192 if (role_ops_raw_skt.adoption_bind && in lws_role_call_adoption_bind() 193 role_ops_raw_skt.adoption_bind(wsi, type, prot)) in lws_role_call_adoption_bind() 200 if (role_ops_raw_file.adoption_bind && in lws_role_call_adoption_bind() 201 role_ops_raw_file.adoption_bind(wsi, type, prot)) in lws_role_call_adoption_bind()
|
/external/libwebsockets/lib/roles/ |
D | private-lib-roles.h | 229 int (*adoption_bind)(struct lws *wsi, int type, const char *prot); member
|