Searched refs:cookie_path (Results 1 – 1 of 1) sorted by relevance
148 static bool pathmatch(const char *cookie_path, const char *request_uri) in pathmatch() argument157 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() argument225 char *new_path = strdup(cookie_path); in sanitize_cookie_path()