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

Function do_expand_cookie

modules/mappers/mod_rewrite.c:2830–2838  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2828}
2829
2830static void do_expand_cookie(data_item *cookie, rewrite_ctx *ctx)
2831{
2832 while (cookie) {
2833 add_cookie(ctx->r, do_expand(cookie->data, ctx, NULL, NULL));
2834 cookie = cookie->next;
2835 }
2836
2837 return;
2838}
2839
2840#if APR_HAS_USER
2841/*

Callers 1

apply_rewrite_ruleFunction · 0.85

Calls 2

add_cookieFunction · 0.85
do_expandFunction · 0.85

Tested by

no test coverage detected