Lines Matching refs:header
419 * As an HTTP header, the cookie must be set before the output is
452 /* if a header was specified, insert the new values from the header */
454 const char *override = apr_table_get(r->err_headers_out, conf->header);
456 override = apr_table_get(r->headers_out, conf->header);
459 apr_table_unset(r->err_headers_out, conf->header);
460 apr_table_unset(r->headers_out, conf->header);
548 new->header = (add->header_set == 0) ? base->header : add->header;
586 conf->header = arg;
631 "output header, if present, whose contents will be injected into the session."),