Home
last modified time | relevance | path

Searched refs:role_ops_raw_skt (Results 1 - 9 of 9) sorted by relevance

/third_party/libwebsockets/lib/roles/raw-skt/
H A Dops-raw-skt.c299 LRS_ESTABLISHED, &role_ops_raw_skt);
334 &role_ops_raw_skt);
352 const struct lws_role_ops role_ops_raw_skt = { variable
/third_party/libwebsockets/lib/core-net/
H A Dvhost.c101 if (!strcmp(name, role_ops_raw_skt.name)) in lws_role_by_name()
102 return &role_ops_raw_skt; in lws_role_by_name()
196 if (lws_rops_fidx(&role_ops_raw_skt, LWS_ROPS_adoption_bind) && in lws_role_call_adoption_bind()
197 (lws_rops_func_fidx(&role_ops_raw_skt, LWS_ROPS_adoption_bind)). in lws_role_call_adoption_bind()
235 if (lws_rops_fidx(&role_ops_raw_skt, LWS_ROPS_client_bind) && in lws_role_call_client_bind()
236 (lws_rops_func_fidx(&role_ops_raw_skt, LWS_ROPS_client_bind)). in lws_role_call_client_bind()
H A Dclose.c468 if (wsi->role_ops == &role_ops_raw_skt) { in __lws_close_free_wsi()
643 if (wsi->role_ops != &role_ops_raw_skt && !lwsi_role_client(wsi) && in __lws_close_free_wsi()
738 (wsi->role_ops == &role_ops_raw_skt && !lwsi_role_client(wsi)) || in __lws_close_free_wsi()
/third_party/libwebsockets/lib/roles/
H A Dprivate-lib-roles.h358 extern const struct lws_role_ops role_ops_raw_skt, role_ops_raw_file,
/third_party/libwebsockets/lib/roles/h1/
H A Dops-h1.c83 if (wsi->role_ops == &role_ops_raw_skt in lws_read_h1()
928 LRS_SSL_INIT : LRS_ESTABLISHED, &role_ops_raw_skt); in rops_adoption_bind_h1()
/third_party/libwebsockets/lib/core-net/client/
H A Dconnect.c462 if (wsi->role_ops != &role_ops_raw_skt || in lws_client_connect_via_info()
/third_party/libwebsockets/lib/roles/http/client/
H A Dclient-http.c263 if (wsi->role_ops == &role_ops_raw_skt in lws_http_client_socket_service()
1167 &role_ops_raw_skt); in lws_generate_client_handshake()
/third_party/libwebsockets/lib/roles/ws/
H A Dops-ws.c1384 if (wsi->role_ops == &role_ops_raw_skt in rops_handle_POLLOUT_ws()
/third_party/libwebsockets/lib/roles/http/server/
H A Dserver.c2143 const struct lws_role_ops *role = &role_ops_raw_skt; in lws_http_to_fallback()

Completed in 12 milliseconds