Home
last modified time | relevance | path

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

/external/curl/lib/
Dcookie.c627 char *endslash; in Curl_cookie_add() local
629 endslash = strrchr(path, '/'); in Curl_cookie_add()
631 endslash = memrchr(path, '/', (size_t)(queryp - path)); in Curl_cookie_add()
632 if(endslash) { in Curl_cookie_add()
633 size_t pathlen = (size_t)(endslash-path+1); /* include ending slash */ in Curl_cookie_add()