Apache HTTPD
Macros | Functions
util_cookies.c File Reference
#include "util_cookies.h"
#include "apr_lib.h"
#include "apr_strings.h"
#include "http_config.h"
#include "http_core.h"
#include "http_log.h"

Go to the source code of this file.

Macros

#define LOG_PREFIX   "ap_cookie: "
 
#define APLOG_MODULE_INDEX   AP_CORE_MODULE_INDEX
 

Functions

apr_status_t ap_cookie_write (request_rec *r, const char *name, const char *val, const char *attrs, long maxage,...)
 
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_remove2 (request_rec *r, const char *name2, const char *attrs2,...)
 
static int extract_cookie_line (void *varg, const char *key, const char *val)
 
apr_status_t ap_cookie_read (request_rec *r, const char *name, const char **val, int remove)
 
apr_status_t ap_cookie_check_string (const char *string)
 

Macro Definition Documentation

◆ APLOG_MODULE_INDEX

#define APLOG_MODULE_INDEX   AP_CORE_MODULE_INDEX

Definition at line 28 of file util_cookies.c.

◆ LOG_PREFIX

#define LOG_PREFIX   "ap_cookie: "

Definition at line 24 of file util_cookies.c.

Function Documentation

◆ extract_cookie_line()

static int extract_cookie_line ( void *  varg,
const char key,
const char val 
)
static

Definition at line 177 of file util_cookies.c.