Home
last modified time | relevance | path

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

/third_party/libwebsockets/lib/roles/http/
Dcookie.c49 CE_HOSTONLY, /* these are bool, NULL = 0, non-NULL = 1 */ enumerator
248 c->f[CE_HOSTONLY] = b; in lws_cookie_parse_nsc()
249 c->l[CE_HOSTONLY] = 1; in lws_cookie_parse_nsc()
327 c->f[CE_HOSTONLY] = "T"; in lws_cookie_write_nsc()
328 c->l[CE_HOSTONLY] = 1; in lws_cookie_write_nsc()
361 c->f[CE_HOSTONLY] ? "TRUE" : "FALSE", in lws_cookie_write_nsc()
502 if (c.f[CE_HOSTONLY] && !hostdomain){ in lws_cookie_attach_cookies()