Home
last modified time | relevance | path

Searched refs:reject_service_keywords (Results 1 – 5 of 5) sorted by relevance

/third_party/libwebsockets/include/libwebsockets/
Dlws-context-vhost.h303 const struct lws_protocol_vhost_options *reject_service_keywords; member
/third_party/libwebsockets/lib/roles/http/server/
Dlejp-conf.c299 rej->next = a->info->reject_service_keywords; in lejp_globals_cb()
300 a->info->reject_service_keywords = rej; in lejp_globals_cb()
Dserver.c2287 if (wsi->a.context->reject_service_keywords) { in lws_handshake_server()
2289 wsi->a.context->reject_service_keywords; in lws_handshake_server()
/third_party/libwebsockets/lib/core/
Dprivate-lib-core.h664 const struct lws_protocol_vhost_options *reject_service_keywords; member
Dcontext.c919 context->reject_service_keywords = info->reject_service_keywords; in lws_create_context()