Home
last modified time | relevance | path

Searched refs:LWS_SERVER_OPTION_STS (Results 1 – 4 of 4) sorted by relevance

/third_party/libwebsockets/include/libwebsockets/
Dlws-context-vhost.h95 #define LWS_SERVER_OPTION_STS (1ll << 15) macro
/third_party/libwebsockets/lib/roles/http/server/
Dlejp-conf.c643 a->info->options |= (uint64_t)LWS_SERVER_OPTION_STS; in lejp_vhosts_cb()
645 a->info->options &= (uint64_t)~(LWS_SERVER_OPTION_STS); in lejp_vhosts_cb()
/third_party/libwebsockets/lib/roles/http/
Dheader.c393 if (wsi->a.vhost->options & LWS_SERVER_OPTION_STS) in lws_add_http_header_status()
/third_party/libwebsockets/lib/core-net/
Dvhost.c970 if (vh->options & LWS_SERVER_OPTION_STS) in lws_create_vhost()