OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:endslash
(Results
1 - 2
of
2
) sorted by null
/external/curl/lib/
cookie.c
609
char *
endslash
;
local
611
endslash
= strrchr(path, '/');
613
endslash
= memrchr(path, '/', (size_t)(queryp - path));
614
if(
endslash
) {
615
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 62 milliseconds