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

Function add_alias_regex

modules/mappers/mod_alias.c:240–244  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

238}
239
240static const char *add_alias_regex(cmd_parms *cmd, void *dummy,
241 const char *fake, const char *real)
242{
243 return add_alias_internal(cmd, dummy, fake, real, 1);
244}
245
246static const char *add_redirect_internal(cmd_parms *cmd,
247 alias_dir_conf *dirconf,

Callers

nothing calls this directly

Calls 1

add_alias_internalFunction · 0.85

Tested by

no test coverage detected