Home
last modified time | relevance | path

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

/dports/www/wget2/wget2-2.0.0/libwget/
H A Dcookie_parse.c72 size_t cookie_path_length, iri_path_length; in cookie_path_match() local
92 iri_path_length = 0; in cookie_path_match()
94 iri_path_length = last_slash - request_path; in cookie_path_match()
99 if (iri_path_length < cookie_path_length) in cookie_path_match()
103 if (iri_path_length == 0 && cookie_path_length == 0) in cookie_path_match()