Home
last modified time | relevance | path

Searched refs:_LWS_ADOPT_FINISH (Results 1 – 8 of 8) sorted by relevance

/external/libwebsockets/lib/roles/raw-file/
Dops-raw-file.c64 (type & _LWS_ADOPT_FINISH)) in rops_adoption_bind_raw_file()
/external/libwebsockets/lib/roles/raw-proxy/
Dops-raw-proxy.c132 (!(type & LWS_ADOPT_FLAG_RAW_PROXY)) || (type & _LWS_ADOPT_FINISH)) in rops_adoption_bind_raw_proxy()
/external/libwebsockets/lib/roles/
Dprivate-lib-roles.h170 #define _LWS_ADOPT_FINISH (1 << 24) macro
/external/libwebsockets/lib/roles/raw-skt/
Dops-raw-skt.c238 (type & _LWS_ADOPT_FINISH)) in rops_adoption_bind_raw_skt()
/external/libwebsockets/lib/roles/h1/
Dops-h1.c897 if (type & _LWS_ADOPT_FINISH && !lwsi_role_http(wsi)) in rops_adoption_bind_h1()
900 if (type & _LWS_ADOPT_FINISH) { in rops_adoption_bind_h1()
/external/libwebsockets/lib/roles/mqtt/
Dops-mqtt.c211 (type & _LWS_ADOPT_FINISH))
/external/libwebsockets/lib/core-net/
Dadopt.c287 lws_role_call_adoption_bind(new_wsi, type | _LWS_ADOPT_FINISH, in lws_adopt_descriptor_vhost2()
Dvhost.c168 if (type & _LWS_ADOPT_FINISH) { in lws_role_call_adoption_bind()