Searched refs:_LWS_ADOPT_FINISH (Results 1 – 8 of 8) sorted by relevance
64 (type & _LWS_ADOPT_FINISH)) in rops_adoption_bind_raw_file()
135 (!(type & LWS_ADOPT_FLAG_RAW_PROXY)) || (type & _LWS_ADOPT_FINISH)) in rops_adoption_bind_raw_proxy()
219 ((type & _LWS_ADOPT_FINISH) && (!(type & LWS_ADOPT_FLAG_UDP)))) in rops_adoption_bind_raw_skt()
170 #define _LWS_ADOPT_FINISH (1 << 24) macro
910 if (type & _LWS_ADOPT_FINISH && !lwsi_role_http(wsi)) in rops_adoption_bind_h1()913 if (type & _LWS_ADOPT_FINISH) { in rops_adoption_bind_h1()
210 (type & _LWS_ADOPT_FINISH))
440 lws_role_call_adoption_bind(new_wsi, (int)type | _LWS_ADOPT_FINISH, in lws_adopt_descriptor_vhost2()
171 if (type & _LWS_ADOPT_FINISH) { in lws_role_call_adoption_bind()