Lines Matching defs:name
50 const char *name;
60 * @param name The name of the cookie.
68 AP_DECLARE(apr_status_t) ap_cookie_write(request_rec * r, const char *name,
77 * @param name2 The name of the cookie.
94 * @param name The name of the cookie.
100 AP_DECLARE(apr_status_t) ap_cookie_remove(request_rec * r, const char *name,
108 * @param name2 The name of the cookie.
119 * Read a cookie called name, placing its value in val.
127 AP_DECLARE(apr_status_t) ap_cookie_read(request_rec * r, const char *name, const char **val,