HomeSort by relevance Sort by last modified time
    Searched refs:endslash (Results 1 - 2 of 2) sorted by null

  /external/curl/lib/
cookie.c 627 char *endslash; local
629 endslash = strrchr(path, '/');
631 endslash = memrchr(path, '/', (size_t)(queryp - path));
632 if(endslash) {
633 size_t pathlen = (size_t)(endslash-path+1); /* include ending slash */
    [all...]
  /external/chromium-trace/catapult/third_party/Paste/paste/
httpserver.py 199 endslash = path.endswith('/')
201 if endslash and path != '/':
    [all...]

Completed in 150 milliseconds