Lines Matching refs:name
31 const char *name;
69 ap_cookie_write(r, conf->name, z->encoded, conf->name_attrs,
74 ap_cookie_remove(r, conf->name, conf->name_attrs, r->headers_out,
100 * Isolate the cookie with the name "name", and if present, extract
104 * same name are removed from the cookies passed in the request, so
121 const char *name = NULL;
135 name = conf->name2;
138 name = conf->name;
145 note = apr_pstrcat(m->pool, MOD_SESSION_COOKIE, name, NULL);
153 ap_cookie_read(r, name, &val, conf->remove);
187 new->name = (add->name_set == 0) ? base->name : add->name;
220 conf->name = cookie;
259 "The name of the RFC2109 cookie carrying the session"),
261 "The name of the RFC2965 cookie carrying the session"),