24#define LOG_PREFIX "ap_cookie: "
27#undef APLOG_MODULE_INDEX
28#define APLOG_MODULE_INDEX AP_CORE_MODULE_INDEX
41 const char *
attrs,
long maxage, ...)
83 const char *
attrs2,
long maxage, ...)
185 const char *
comma =
",";
187 const char *
semi =
";";
189 const char *
sep =
"";
257 "Cookie",
"Cookie2",
NULL);
260 "client submitted cookie '%s' more than once: %s", v.
name,
r->
uri);
const char apr_size_t len
APR general purpose library routines.
apr_status_t ap_cookie_write2(request_rec *r, const char *name2, const char *val, const char *attrs2, long maxage,...)
apr_status_t ap_cookie_remove(request_rec *r, const char *name, const char *attrs,...)
apr_status_t ap_cookie_read(request_rec *r, const char *name, const char **val, int remove)
apr_status_t ap_cookie_remove2(request_rec *r, const char *name2, const char *attrs2,...)
apr_status_t ap_cookie_check_string(const char *string)
apr_status_t ap_cookie_write(request_rec *r, const char *name, const char *val, const char *attrs, long maxage,...)
#define ap_strchr_c(s, c)
void const apr_table_t void const apr_table_t va_list vp
apr_table_t * new_cookies
A structure that represents the current request.
static int extract_cookie_line(void *varg, const char *key, const char *val)