Home
last modified time | relevance | path

Searched refs:lws_role_call_adoption_bind (Results 1 – 3 of 3) sorted by relevance

/third_party/libwebsockets/lib/roles/
Dprivate-lib-roles.h430 lws_role_call_adoption_bind(struct lws *wsi, int type, const char *prot);
/third_party/libwebsockets/lib/core-net/
Dadopt.c188 if (lws_role_call_adoption_bind(new_wsi, (int)type, vh_prot_name)) { in __lws_adopt_descriptor_vhost1()
440 lws_role_call_adoption_bind(new_wsi, (int)type | _LWS_ADOPT_FINISH, in lws_adopt_descriptor_vhost2()
Dvhost.c138 lws_role_call_adoption_bind(struct lws *wsi, int type, const char *prot) in lws_role_call_adoption_bind() function