Searched refs:cookie_path (Results 1 – 1 of 1) sorted by relevance
168 static bool pathmatch(const char *cookie_path, const char *request_uri) in pathmatch() argument177 cookie_path_len = strlen(cookie_path); in pathmatch()215 if(strncmp(cookie_path, uri_path, cookie_path_len)) { in pathmatch()298 static char *sanitize_cookie_path(const char *cookie_path) in sanitize_cookie_path() argument301 char *new_path = strdup(cookie_path); in sanitize_cookie_path()