Lines Matching refs:pool
52 buffer = apr_pstrcat(r->pool, "Max-Age=", apr_ltoa(r->pool, maxage), ";", NULL);
56 rfc2109 = apr_pstrcat(r->pool, name, "=", val, ";", buffer,
94 buffer = apr_pstrcat(r->pool, "Max-Age=", apr_ltoa(r->pool, maxage), ";", NULL);
98 rfc2965 = apr_pstrcat(r->pool, name2, "=", val, ";", buffer,
126 const char *rfc2109 = apr_pstrcat(r->pool, name, "=;Max-Age=0;",
154 const char *rfc2965 = apr_pstrcat(r->pool, name2, "=;Max-Age=0;",
180 char *cookie = apr_pstrdup(v->r->pool, val);
181 const char *name = apr_pstrcat(v->r->pool, v->name ? v->name : "", "=", NULL);
207 v->encoded = apr_pstrdup(v->r->pool, trim + len);
216 new_cookie = apr_pstrcat(v->r->pool, new_cookie, sep, next2, NULL);
251 v.new_cookies = apr_table_make(r->pool, 10);
268 r->headers_in = apr_table_overlay(r->pool, r->headers_in, v.new_cookies);