Searched refs:cookie_path_match (Results 1 – 3 of 3) sorted by relevance
62 bool cookie_path_match(const char *cookie_path, const char *request_path);
69 bool cookie_path_match(const char *cookie_path, const char *request_path) in cookie_path_match() function
245 if (!cookie_path_match(cookie->path, iri->path)) { in wget_cookie_create_request_header()