Home
last modified time | relevance | path

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

/curl/lib/
H A Dcookie.c156 static bool pathmatch(const char *cookie_path, const char *request_uri) in pathmatch() argument
165 cookie_path_len = strlen(cookie_path); in pathmatch()
203 if(strncmp(cookie_path, uri_path, cookie_path_len)) { in pathmatch()
295 static char *sanitize_cookie_path(const char *cookie_path) in sanitize_cookie_path() argument
298 char *new_path = strdup(cookie_path); in sanitize_cookie_path()

Completed in 11 milliseconds