Home
last modified time | relevance | path

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

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