Home
last modified time | relevance | path

Searched refs:lws_protocol_vhost_options (Results 1 – 25 of 48) sorted by relevance

12

/external/libwebsockets/minimal-examples/ws-client/minimal-ws-client-echo/
Dminimal-ws-client-echo.c31 static const struct lws_protocol_vhost_options pvo_iface = {
38 static const struct lws_protocol_vhost_options pvo_ads = {
45 static const struct lws_protocol_vhost_options pvo_url = {
52 static const struct lws_protocol_vhost_options pvo_options = {
59 static const struct lws_protocol_vhost_options pvo_port = {
66 static const struct lws_protocol_vhost_options pvo_interrupted = {
73 static const struct lws_protocol_vhost_options pvo = {
Dprotocol_lws_minimal_client_echo.c127 (const struct lws_protocol_vhost_options *)in, in callback_minimal_client_echo()
130 (const struct lws_protocol_vhost_options *)in, in callback_minimal_client_echo()
133 (const struct lws_protocol_vhost_options *)in, in callback_minimal_client_echo()
136 (const struct lws_protocol_vhost_options *)in, in callback_minimal_client_echo()
139 (const struct lws_protocol_vhost_options *)in, in callback_minimal_client_echo()
142 (const struct lws_protocol_vhost_options *)in, in callback_minimal_client_echo()
/external/libwebsockets/include/libwebsockets/
Dlws-context-vhost.h410 const struct lws_protocol_vhost_options *pvo;
452 const struct lws_protocol_vhost_options *headers;
456 const struct lws_protocol_vhost_options *reject_service_keywords;
1049 struct lws_protocol_vhost_options { struct
1050 const struct lws_protocol_vhost_options *next; /**< linked list */ argument
1051 …const struct lws_protocol_vhost_options *options; /**< child linked-list of more options for this … argument
1098 const struct lws_protocol_vhost_options *cgienv;
1102 const struct lws_protocol_vhost_options *extra_mimetypes;
1104 const struct lws_protocol_vhost_options *interpret;
Dlws-protocols-plugins.h179 LWS_VISIBLE LWS_EXTERN const struct lws_protocol_vhost_options *
180 lws_pvo_search(const struct lws_protocol_vhost_options *pvo, const char *name);
Dlws-cgi.h75 const struct lws_protocol_vhost_options *mp_cgienv);
/external/libwebsockets/minimal-examples/ws-client/minimal-ws-client-pmd-bulk/
Dminimal-ws-client-pmd-bulk.c39 static const struct lws_protocol_vhost_options pvo_options = {
46 static const struct lws_protocol_vhost_options pvo_interrupted = {
53 static const struct lws_protocol_vhost_options pvo = {
/external/libwebsockets/minimal-examples/ws-server/minimal-ws-server-echo/
Dminimal-ws-server-echo.c29 static const struct lws_protocol_vhost_options pvo_options = {
36 static const struct lws_protocol_vhost_options pvo_interrupted = {
43 static const struct lws_protocol_vhost_options pvo = {
Dprotocol_lws_minimal_server_echo.c88 (const struct lws_protocol_vhost_options *)in, in callback_minimal_server_echo()
91 (const struct lws_protocol_vhost_options *)in, in callback_minimal_server_echo()
/external/libwebsockets/minimal-examples/ws-server/minimal-ws-server-pmd-bulk/
Dminimal-ws-server-pmd-bulk.c33 static const struct lws_protocol_vhost_options pvo_options = {
40 static const struct lws_protocol_vhost_options pvo_interrupted = {
47 static const struct lws_protocol_vhost_options pvo = {
Dprotocol_lws_minimal_pmd_bulk.c103 (const struct lws_protocol_vhost_options *)in, in callback_minimal_pmd_bulk()
106 (const struct lws_protocol_vhost_options *)in, in callback_minimal_pmd_bulk()
/external/libwebsockets/minimal-examples/dbus-server/minimal-dbus-ws-proxy/
Dmain.c38 static const struct lws_protocol_vhost_options pvo_ads = {
45 static const struct lws_protocol_vhost_options pvo = {
/external/libwebsockets/minimal-examples/ws-server/minimal-ws-server-threads/
Dminimal-ws-server.c66 static const struct lws_protocol_vhost_options pvo_ops = {
73 static const struct lws_protocol_vhost_options pvo = {
Dprotocol_lws_minimal.c149 const struct lws_protocol_vhost_options *pvo; in callback_minimal()
167 (const struct lws_protocol_vhost_options *)in, in callback_minimal()
/external/libwebsockets/minimal-examples/ws-server/minimal-ws-server-threadpool/
Dminimal-ws-server-threadpool.c66 static const struct lws_protocol_vhost_options pvo_ops = {
73 static const struct lws_protocol_vhost_options pvo = {
Dprotocol_lws_minimal_threadpool.c140 const struct lws_protocol_vhost_options *pvo; in callback_minimal()
160 (const struct lws_protocol_vhost_options *)in, in callback_minimal()
/external/libwebsockets/minimal-examples/raw/minimal-raw-proxy/
Dminimal-raw-proxy.c35 static struct lws_protocol_vhost_options pvo1 = {
42 static const struct lws_protocol_vhost_options pvo = {
/external/libwebsockets/minimal-examples/http-server/minimal-http-server-fulltext-search/
Dminimal-http-server.c27 static struct lws_protocol_vhost_options pvo_idx = {
34 static const struct lws_protocol_vhost_options pvo = {
/external/libwebsockets/minimal-examples/ws-server/minimal-ws-server-threads-smp/
Dminimal-ws-server.c69 static const struct lws_protocol_vhost_options pvo_ops = {
76 static const struct lws_protocol_vhost_options pvo = {
/external/libwebsockets/minimal-examples/raw/minimal-raw-proxy-fallback/
Dminimal-raw-proxy-fallback.c61 static struct lws_protocol_vhost_options pvo1 = {
68 static const struct lws_protocol_vhost_options pvo = {
/external/libwebsockets/minimal-examples/http-server/minimal-http-server-deaddrop/
Dminimal-http-server-deaddrop.c38 static struct lws_protocol_vhost_options em3 = {
114 static struct lws_protocol_vhost_options pvo3 = {
/external/libwebsockets/plugins/
Dprotocol_dumb_increment.c49 const struct lws_protocol_vhost_options *opt; in callback_dumb_increment()
60 (const struct lws_protocol_vhost_options *)in, in callback_dumb_increment()
Dprotocol_lws_raw_test.c114 const struct lws_protocol_vhost_options *pvo = in callback_raw_test()
115 (const struct lws_protocol_vhost_options *)in; in callback_raw_test()
Dprotocol_lws_server_status.c106 const struct lws_protocol_vhost_options *pvo = in callback_lws_server_status()
107 (const struct lws_protocol_vhost_options *)in; in callback_lws_server_status()
/external/libwebsockets/test-apps/
Dtest-sshd.c81 struct lws_protocol_vhost_options *env;
132 const struct lws_protocol_vhost_options *pvo = priv->env, *pvo1; in ssh_ops_channel_destroy()
371 struct lws_protocol_vhost_options *pvo = malloc(sizeof(*pvo)); in ssh_cgi_env_add()
628 static const struct lws_protocol_vhost_options pvo_ssh_ops = {
635 static const struct lws_protocol_vhost_options pvo_ssh = {
/external/libwebsockets/plugins/ssh-base/
Dtelnet.c125 const struct lws_protocol_vhost_options *pvo = in lws_callback_raw_telnet()
126 (const struct lws_protocol_vhost_options *)in; in lws_callback_raw_telnet()

12