Home
last modified time | relevance | path

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

/curl/lib/
H A Dcookie.c147 char *uri_path = NULL; in pathmatch() local
158 uri_path = strdup(request_uri); in pathmatch()
159 if(!uri_path) in pathmatch()
161 pos = strchr(uri_path, '?'); in pathmatch()
166 if(0 == strlen(uri_path) || uri_path[0] != '/') { in pathmatch()
167 strstore(&uri_path, "/", 1); in pathmatch()
168 if(!uri_path) in pathmatch()
182 uri_path_len = strlen(uri_path); in pathmatch()
190 if(strncmp(cookie_path, uri_path, cookie_path_len)) { in pathmatch()
202 if(uri_path[cookie_path_len] == '/') { in pathmatch()
[all …]

Completed in 9 milliseconds