Home
last modified time | relevance | path

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

/external/curl/lib/
Dcookie.c609 char *endslash; in Curl_cookie_add() local
611 endslash = strrchr(path, '/'); in Curl_cookie_add()
613 endslash = memrchr(path, '/', (size_t)(queryp - path)); in Curl_cookie_add()
614 if(endslash) { in Curl_cookie_add()
615 size_t pathlen = (size_t)(endslash-path+1); /* include ending slash */ in Curl_cookie_add()
/external/chromium-trace/catapult/third_party/Paste/paste/
Dhttpserver.py199 endslash = path.endswith('/')
201 if endslash and path != '/':