Home
last modified time | relevance | path

Searched refs:vhost_name (Results 1 – 18 of 18) sorted by relevance

/external/libwebsockets/minimal-examples/http-server/minimal-http-server-multivhost/
Dminimal-http-server.c138 info.vhost_name = "localhost1"; in main()
148 info.vhost_name = "localhost2"; in main()
158 info.vhost_name = "localhost3"; in main()
/external/libwebsockets/minimal-examples/http-server/minimal-http-server-tls-80/
Dminimal-http-server-tls-80.c110 info.vhost_name = "localhost80"; in main()
122 info.vhost_name = "localhost"; in main()
/external/libwebsockets/minimal-examples/http-server/minimal-http-server-tls-mem/
Dminimal-http-server-tls-mem.c435 info.vhost_name = "first"; in main()
449 info.vhost_name = "second"; in main()
/external/libwebsockets/minimal-examples/http-server/minimal-http-server-custom-headers/
Dminimal-http-server-custom-headers.c193 info.vhost_name = "http"; in main()
206 info.vhost_name = "https"; in main()
/external/libwebsockets/minimal-examples/http-server/minimal-http-server-dynamic/
Dminimal-http-server-dynamic.c276 info.vhost_name = "http"; in main()
289 info.vhost_name = "localhost"; in main()
/external/libwebsockets/minimal-examples/ws-server/minimal-ws-server/
Dminimal-ws-server.c87 info.vhost_name = "localhost"; in main()
/external/libwebsockets/lib/secure-streams/
Dpolicy.c457 if (!strncmp(x->vhost_name, ctx->buf, ctx->npos)) { in lws_ss_policy_parser_cb()
891 i.vhost_name = ts->name; in lws_ss_policy_set()
892 lwsl_debug("%s: %s\n", __func__, i.vhost_name); in lws_ss_policy_set()
897 ts->name, ts->ssx509[0]->vhost_name); in lws_ss_policy_set()
909 __func__, ts->ssx509[n]->vhost_name); in lws_ss_policy_set()
Dsecure-streams-process.c512 info.vhost_name = "ssproxy"; in lws_ss_proxy_create()
/external/libwebsockets/include/libwebsockets/
Dlws-secure-streams-policy.h81 const char *vhost_name; /**< vhost name using cert ctx */ member
Dlws-context-vhost.h403 const char *vhost_name; member
/external/libwebsockets/minimal-examples/ws-server/minimal-ws-server-timer/
Dminimal-ws-server.c113 info.vhost_name = "localhost"; in main()
/external/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-alexa/
Dmain.c401 info.vhost_name = "asound"; in main()
/external/libwebsockets/lib/roles/http/server/
Dlejp-conf.c518 a->info->vhost_name); in lejp_vhosts_cb()
609 a->info->vhost_name = a->p; in lejp_vhosts_cb()
850 a->info->vhost_name, ctx->buf); in lejp_vhosts_cb()
/external/libwebsockets/test-apps/
Dtest-sshd.c679 info.vhost_name = "sshd"; in main()
/external/libwebsockets/lib/core-net/
Dvhost.c499 if (!info->vhost_name) in lws_create_vhost()
502 vh->name = info->vhost_name; in lws_create_vhost()
/external/libwebsockets/READMEs/
DREADME.plugin-sshd-base.md187 info.vhost_name = "sshd";
/external/libwebsockets/lib/core/
Dcontext.c746 ii.vhost_name = "system"; in lws_create_context()
/external/libwebsockets/lib/plat/freertos/esp32/
Desp32-helpers.c1068 info->vhost_name = "default"; in lws_esp32_set_creation_defaults()