/third_party/libwebsockets/minimal-examples/ws-client/minimal-ws-client-echo/ |
D | minimal-ws-client-echo.c | 31 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 = {
|
D | protocol_lws_minimal_client_echo.c | 126 (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/ |
D | lws-context-vhost.h | 299 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; 1251 struct lws_protocol_vhost_options { struct 1252 const struct lws_protocol_vhost_options *next; /**< linked list */ argument 1253 …const struct lws_protocol_vhost_options *options; /**< child linked-list of more options for this … argument 1300 const struct lws_protocol_vhost_options *cgienv; 1304 const struct lws_protocol_vhost_options *extra_mimetypes; 1306 const struct lws_protocol_vhost_options *interpret;
|
D | lws-protocols-plugins.h | 216 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-server/minimal-ws-server-echo/ |
D | minimal-ws-server-echo.c | 29 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 = {
|
D | protocol_lws_minimal_server_echo.c | 88 (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-client/minimal-ws-client-pmd-bulk/ |
D | minimal-ws-client-pmd-bulk.c | 39 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 = {
|
D | protocol_lws_minimal_pmd_bulk.c | 134 (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-pmd-bulk/ |
D | minimal-ws-server-pmd-bulk.c | 33 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 = {
|
D | protocol_lws_minimal_pmd_bulk.c | 103 (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/ |
D | main.c | 38 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/ |
D | minimal-raw-proxy.c | 35 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/ |
D | minimal-ws-server-threadpool.c | 72 static const struct lws_protocol_vhost_options pvo_ops = { 79 static const struct lws_protocol_vhost_options pvo = {
|
D | protocol_lws_minimal_threadpool.c | 162 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/ |
D | minimal-ws-server.c | 72 static const struct lws_protocol_vhost_options pvo_ops = { 79 static const struct lws_protocol_vhost_options pvo = {
|
D | protocol_lws_minimal.c | 153 const struct lws_protocol_vhost_options *pvo; in callback_minimal() 171 (const struct lws_protocol_vhost_options *)in, in callback_minimal()
|
/third_party/libwebsockets/minimal-examples/http-server/minimal-http-server-fulltext-search/ |
D | minimal-http-server.c | 27 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/ |
D | minimal-http-server-deaddrop.c | 38 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/ |
D | minimal-raw-proxy-fallback.c | 61 static struct lws_protocol_vhost_options pvo1 = { 68 static const struct lws_protocol_vhost_options pvo = {
|
/third_party/libwebsockets/plugins/ |
D | protocol_dumb_increment.c | 53 const struct lws_protocol_vhost_options *opt; in callback_dumb_increment() 64 (const struct lws_protocol_vhost_options *)in, in callback_dumb_increment()
|
D | protocol_lws_raw_test.c | 123 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/ |
D | minimal-ws-server.c | 76 static const struct lws_protocol_vhost_options pvo_ops = { 83 static const struct lws_protocol_vhost_options pvo = {
|
/third_party/libwebsockets/test-apps/ |
D | test-sshd.c | 86 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/ |
D | minimal-ws-server.c | 78 static const struct lws_protocol_vhost_options pvo_ops = { 85 static const struct lws_protocol_vhost_options pvo = {
|
/third_party/libwebsockets/plugins/ssh-base/ |
D | telnet.c | 125 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()
|