Searched refs:commentURL (Results 1 - 2 of 2) sorted by relevance

/httpd/include/
H A Dapreq_cookie.h59 char *commentURL; /**< RFC cookies may place an URL here */ member in struct:apreq_cookie_t
/httpd/server/
H A Dapreq_cookie.c105 if (!strncasecmp("commentURL", attr, 10)) {
106 c->commentURL = apr_pstrmemdup(p,val,vlen);
164 c->commentURL = NULL;
508 ADD_RFC_ATTR(commentURL);
525 NULL2EMPTY(c->commentURL), apr_time_sec(c->max_age));

Completed in 303 milliseconds