Home
last modified time | relevance | path

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

/curl/lib/
H A Dcookie.c143 static bool pathmatch(const char *cookie_path, const char *request_uri) in pathmatch() argument
152 cookie_path_len = strlen(cookie_path); in pathmatch()
190 if(strncmp(cookie_path, uri_path, cookie_path_len)) { in pathmatch()
282 static char *sanitize_cookie_path(const char *cookie_path) in sanitize_cookie_path() argument
285 char *new_path = strdup(cookie_path); in sanitize_cookie_path()

Completed in 7 milliseconds