Home
last modified time | relevance | path

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

/third_party/curl/lib/
H A Dcookie.c159 size_t uri_path_len; in pathmatch() local
195 uri_path_len = strlen(uri_path); in pathmatch()
197 if(uri_path_len < cookie_path_len) { in pathmatch()
209 if(cookie_path_len == uri_path_len) { in pathmatch()
214 /* here, cookie_path_len < uri_path_len */ in pathmatch()

Completed in 2 milliseconds