Home
last modified time | relevance | path

Searched refs:role_ops_cgi (Results 1 - 5 of 5) sorted by relevance

/third_party/libwebsockets/lib/roles/cgi/
H A Dprivate-lib-roles-cgi.h35 extern const struct lws_role_ops role_ops_cgi;
37 #define lwsi_role_cgi(wsi) (wsi->role_ops == &role_ops_cgi)
H A Dops-cgi.c33 assert(wsi->role_ops == &role_ops_cgi); in rops_handle_POLLIN_cgi()
146 const struct lws_role_ops role_ops_cgi = { variable
H A Dcgi-server.c403 info.ops = &role_ops_cgi; in lws_cgi()
/third_party/libwebsockets/lib/core/
H A Dcontext.c1147 if (lws_rops_fidx(&role_ops_cgi, LWS_ROPS_pt_init_destroy)) in lws_create_context()
1148 (lws_rops_func_fidx(&role_ops_cgi, LWS_ROPS_pt_init_destroy)). in lws_create_context()
1671 if (lws_rops_fidx(&role_ops_cgi, LWS_ROPS_pt_init_destroy)) in lws_pt_destroy()
1672 (lws_rops_func_fidx(&role_ops_cgi, LWS_ROPS_pt_init_destroy)). in lws_pt_destroy()
1879 (lws_rops_func_fidx(&role_ops_cgi, in lws_context_destroy()
2055 lws_rops_func_fidx(&role_ops_cgi, in lws_context_destroy()
2125 lws_rops_func_fidx(&role_ops_cgi, LWS_ROPS_pt_init_destroy). in lws_context_destroy()
/third_party/libwebsockets/lib/core-net/
H A Dclose.c434 if (wsi->role_ops == &role_ops_cgi) { in __lws_close_free_wsi()

Completed in 5 milliseconds