| 1263 | } |
| 1264 | |
| 1265 | static char *rewrite_mapfunc_unescape(request_rec *r, char *key) |
| 1266 | { |
| 1267 | ap_unescape_url(key); |
| 1268 | |
| 1269 | return key; |
| 1270 | } |
| 1271 | |
| 1272 | static char *select_random_value_part(request_rec *r, char *value) |
| 1273 | { |
nothing calls this directly
no test coverage detected