/external/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 | 127 (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/ |
D | lws-context-vhost.h | 410 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;
|
D | lws-protocols-plugins.h | 179 LWS_VISIBLE LWS_EXTERN const struct lws_protocol_vhost_options * 180 lws_pvo_search(const struct lws_protocol_vhost_options *pvo, const char *name);
|
D | lws-cgi.h | 75 const struct lws_protocol_vhost_options *mp_cgienv);
|
/external/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 = {
|
/external/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()
|
/external/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()
|
/external/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 = {
|
/external/libwebsockets/minimal-examples/ws-server/minimal-ws-server-threads/ |
D | minimal-ws-server.c | 66 static const struct lws_protocol_vhost_options pvo_ops = { 73 static const struct lws_protocol_vhost_options pvo = {
|
D | protocol_lws_minimal.c | 149 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/ |
D | minimal-ws-server-threadpool.c | 66 static const struct lws_protocol_vhost_options pvo_ops = { 73 static const struct lws_protocol_vhost_options pvo = {
|
D | protocol_lws_minimal_threadpool.c | 140 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/ |
D | minimal-raw-proxy.c | 35 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/ |
D | minimal-http-server.c | 27 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/ |
D | minimal-ws-server.c | 69 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/ |
D | minimal-raw-proxy-fallback.c | 61 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/ |
D | minimal-http-server-deaddrop.c | 38 static struct lws_protocol_vhost_options em3 = { 114 static struct lws_protocol_vhost_options pvo3 = {
|
/external/libwebsockets/plugins/ |
D | protocol_dumb_increment.c | 49 const struct lws_protocol_vhost_options *opt; in callback_dumb_increment() 60 (const struct lws_protocol_vhost_options *)in, in callback_dumb_increment()
|
D | protocol_lws_raw_test.c | 114 const struct lws_protocol_vhost_options *pvo = in callback_raw_test() 115 (const struct lws_protocol_vhost_options *)in; in callback_raw_test()
|
D | protocol_lws_server_status.c | 106 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/ |
D | test-sshd.c | 81 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/ |
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()
|