Home
last modified time | relevance | path

Searched refs:cookie_path_match (Results 1 – 3 of 3) sorted by relevance

/dports/www/wget2/wget2-2.0.0/libwget/
H A Dcookie.h62 bool cookie_path_match(const char *cookie_path, const char *request_path);
H A Dcookie_parse.c69 bool cookie_path_match(const char *cookie_path, const char *request_path) in cookie_path_match() function
H A Dcookie.c245 if (!cookie_path_match(cookie->path, iri->path)) { in wget_cookie_create_request_header()