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

Function rewrite_mapfunc_toupper

modules/mappers/mod_rewrite.c:1246–1251  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1244 */
1245
1246static char *rewrite_mapfunc_toupper(request_rec *r, char *key)
1247{
1248 ap_str_toupper(key);
1249
1250 return key;
1251}
1252
1253static char *rewrite_mapfunc_tolower(request_rec *r, char *key)
1254{

Callers

nothing calls this directly

Calls 1

ap_str_toupperFunction · 0.85

Tested by

no test coverage detected