Lines Matching defs:headers
115 "vhosts[].headers[].*",
116 "vhosts[].headers[]",
292 /* this catches, eg, vhosts[].headers[].xxx */
385 struct lws_protocol_vhost_options *pvo, *mp_cgienv, *headers;
496 /* this catches, eg, vhosts[].headers[].xxx */
501 headers = lwsws_align(a);
502 a->p += sizeof(*headers);
507 headers->next = a->info->headers;
508 a->info->headers = headers;
509 headers->name = a->p;
518 headers->value = a->p;
519 headers->options = NULL;