Home
last modified time | relevance | path

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

/curl/lib/
H A Dcookie.c820 char *endslash; in Curl_cookie_add() local
822 endslash = strrchr(path, '/'); in Curl_cookie_add()
824 endslash = memrchr(path, '/', (queryp - path)); in Curl_cookie_add()
825 if(endslash) { in Curl_cookie_add()
826 size_t pathlen = (endslash-path + 1); /* include end slash */ in Curl_cookie_add()

Completed in 6 milliseconds