Home
last modified time | relevance | path

Searched refs:cgienv (Results 1 – 6 of 6) sorted by relevance

/external/libwebsockets/include/libwebsockets/
Dlws-context-vhost.h1098 const struct lws_protocol_vhost_options *cgienv; member
/external/libwebsockets/lib/roles/http/server/
Dlejp-conf.c705 a->p += sizeof(*a->m.cgienv); in lejp_vhosts_cb()
707 mp_cgienv->next = a->m.cgienv; in lejp_vhosts_cb()
708 a->m.cgienv = mp_cgienv; in lejp_vhosts_cb()
Dserver.c1632 if (hit->cgienv && wsi->protocol->callback(wsi, in lws_http_action()
1634 wsi->user_space, (void *)hit->cgienv, 0)) in lws_http_action()
1662 hit->cgienv); in lws_http_action()
/external/libwebsockets/lib/roles/ws/
Dserver-ws.c707 if (hit && hit->cgienv && in handshake_0405()
709 wsi->user_space, (void *)hit->cgienv, 0)) in handshake_0405()
/external/libwebsockets/lib/roles/h2/
Dhttp2.c2515 if (hit && hit->cgienv && in lws_h2_ws_handshake()
2517 (void *)hit->cgienv, 0)) in lws_h2_ws_handshake()
/external/libwebsockets/READMEs/
DREADME.coding.md1202 struct lws_protocol_vhost_options *cgienv;