Home
last modified time | relevance | path

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

/third_party/curl/lib/
H A Dcookie.c817 char *endslash; in Curl_cookie_add() local
819 endslash = strrchr(path, '/'); in Curl_cookie_add()
821 endslash = memrchr(path, '/', (queryp - path)); in Curl_cookie_add()
822 if(endslash) { in Curl_cookie_add()
823 size_t pathlen = (endslash-path + 1); /* include end slash */ in Curl_cookie_add()

Completed in 2 milliseconds