MCPcopy Create free account
hub / github.com/apache/httpd / header_request_ssl_var

Function header_request_ssl_var

modules/metadata/mod_headers.c:207–215  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

205}
206
207static const char *header_request_ssl_var(request_rec *r, char *name)
208{
209 const char *val = ap_ssl_var_lookup(r->pool, r->server,
210 r->connection, r, name);
211 if (val && val[0])
212 return unwrap_header(r->pool, val);
213 else
214 return "(null)";
215}
216
217static const char *header_request_loadavg(request_rec *r, char *a)
218{

Callers

nothing calls this directly

Calls 2

ap_ssl_var_lookupFunction · 0.85
unwrap_headerFunction · 0.85

Tested by

no test coverage detected