Home
last modified time | relevance | path

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

/third_party/libwebsockets/lib/roles/raw-file/
H A Dops-raw-file.c67 lws_role_transition(wsi, 0, LRS_ESTABLISHED, &role_ops_raw_file); in rops_adoption_bind_raw_file()
86 const struct lws_role_ops role_ops_raw_file = { variable
/third_party/libwebsockets/lib/core-net/
H A Dvhost.c105 if (!strcmp(name, role_ops_raw_file.name)) in lws_role_by_name()
106 return &role_ops_raw_file; in lws_role_by_name()
207 if (lws_rops_fidx(&role_ops_raw_file, LWS_ROPS_adoption_bind) && in lws_role_call_adoption_bind()
208 (lws_rops_func_fidx(&role_ops_raw_file, LWS_ROPS_adoption_bind)). in lws_role_call_adoption_bind()
H A Dclose.c421 if (wsi->role_ops == &role_ops_raw_file) { 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/plat/unix/
H A Dunix-spawn.c379 i->ops ? i->ops : &role_ops_raw_file); in lws_spawn_piped()
/third_party/libwebsockets/lib/plat/windows/
H A Dwindows-spawn.c412 i->ops ? i->ops : &role_ops_raw_file); in lws_spawn_piped()
/third_party/libwebsockets/lib/roles/h1/
H A Dops-h1.c86 wsi->role_ops == &role_ops_raw_file in lws_read_h1()
/third_party/libwebsockets/lib/roles/http/client/
H A Dclient-http.c265 || wsi->role_ops == &role_ops_raw_file in lws_http_client_socket_service()
/third_party/libwebsockets/lib/roles/ws/
H A Dops-ws.c1386 || wsi->role_ops == &role_ops_raw_file in rops_handle_POLLOUT_ws()

Completed in 10 milliseconds