Home
last modified time | relevance | path

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

12

/third_party/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.c126 (const struct lws_protocol_vhost_options *)in, in callback_minimal_client_echo()
129 (const struct lws_protocol_vhost_options *)in, in callback_minimal_client_echo()
132 (const struct lws_protocol_vhost_options *)in, in callback_minimal_client_echo()
135 (const struct lws_protocol_vhost_options *)in, in callback_minimal_client_echo()
138 (const struct lws_protocol_vhost_options *)in, in callback_minimal_client_echo()
141 (const struct lws_protocol_vhost_options *)in, in callback_minimal_client_echo()
/third_party/libwebsockets/include/libwebsockets/
Dlws-context-vhost.h299 const struct lws_protocol_vhost_options *headers;
303 const struct lws_protocol_vhost_options *reject_service_keywords;
310 const struct lws_protocol_vhost_options *pvo;
1253 struct lws_protocol_vhost_options { struct
1254 const struct lws_protocol_vhost_options *next; /**< linked list */ argument
1255 …const struct lws_protocol_vhost_options *options; /**< child linked-list of more options for this … argument
1302 const struct lws_protocol_vhost_options *cgienv;
1306 const struct lws_protocol_vhost_options *extra_mimetypes;
1308 const struct lws_protocol_vhost_options *interpret;
Dlws-protocols-plugins.h216 LWS_VISIBLE LWS_EXTERN const struct lws_protocol_vhost_options *
217 lws_pvo_search(const struct lws_protocol_vhost_options *pvo, const char *name);
/third_party/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 = {
Dprotocol_lws_minimal_pmd_bulk.c134 (const struct lws_protocol_vhost_options *)in, in callback_minimal_pmd_bulk()
137 (const struct lws_protocol_vhost_options *)in, in callback_minimal_pmd_bulk()
/third_party/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()
/third_party/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()
/third_party/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 = {
/third_party/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 = {
/third_party/libwebsockets/minimal-examples/ws-server/minimal-ws-server-threadpool/
Dminimal-ws-server-threadpool.c72 static const struct lws_protocol_vhost_options pvo_ops = {
79 static const struct lws_protocol_vhost_options pvo = {
Dprotocol_lws_minimal_threadpool.c162 const struct lws_protocol_vhost_options *pvo; in callback_minimal()
184 (const struct lws_protocol_vhost_options *)in, in callback_minimal()
/third_party/libwebsockets/minimal-examples/ws-server/minimal-ws-server-threads/
Dminimal-ws-server.c72 static const struct lws_protocol_vhost_options pvo_ops = {
79 static const struct lws_protocol_vhost_options pvo = {
/third_party/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 = {
/third_party/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 = {
/third_party/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 = {
/third_party/libwebsockets/plugins/
Dprotocol_dumb_increment.c53 const struct lws_protocol_vhost_options *opt; in callback_dumb_increment()
64 (const struct lws_protocol_vhost_options *)in, in callback_dumb_increment()
Dprotocol_lws_raw_test.c123 const struct lws_protocol_vhost_options *pvo = in callback_raw_test()
124 (const struct lws_protocol_vhost_options *)in; in callback_raw_test()
/third_party/libwebsockets/minimal-examples/ws-server/minimal-ws-server-threads-smp/
Dminimal-ws-server.c76 static const struct lws_protocol_vhost_options pvo_ops = {
83 static const struct lws_protocol_vhost_options pvo = {
Dprotocol_lws_minimal.c153 const struct lws_protocol_vhost_options *pvo; in callback_minimal()
172 (const struct lws_protocol_vhost_options *)in, in callback_minimal()
/third_party/libwebsockets/test-apps/
Dtest-sshd.c86 struct lws_protocol_vhost_options *env;
137 const struct lws_protocol_vhost_options *pvo = priv->env, *pvo1; in ssh_ops_channel_destroy()
376 struct lws_protocol_vhost_options *pvo = malloc(sizeof(*pvo)); in ssh_cgi_env_add()
633 static const struct lws_protocol_vhost_options pvo_ssh_ops = {
640 static const struct lws_protocol_vhost_options pvo_ssh = {
/third_party/libwebsockets/minimal-examples/ws-server/minimal-ws-server-threads-foreign-libuv-smp/
Dminimal-ws-server.c78 static const struct lws_protocol_vhost_options pvo_ops = {
85 static const struct lws_protocol_vhost_options pvo = {
/third_party/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