Home
last modified time | relevance | path

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

/external/curl/lib/
Dcookie.c148 static bool pathmatch(const char *cookie_path, const char *request_uri) in pathmatch() argument
157 cookie_path_len = strlen(cookie_path); in pathmatch()
195 if(strncmp(cookie_path, uri_path, cookie_path_len)) { in pathmatch()
222 static char *sanitize_cookie_path(const char *cookie_path) in sanitize_cookie_path() argument
225 char *new_path = strdup(cookie_path); in sanitize_cookie_path()