OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:queryp
(Results
1 - 2
of
2
) sorted by null
/external/curl/lib/
dotdot.c
58
char *
queryp
;
local
76
queryp
= strchr(clone, '?');
77
if(
queryp
)
78
*
queryp
= 0;
158
if(
queryp
) {
163
size_t oindex =
queryp
- orgclone;
cookie.c
605
char *
queryp
= strchr(path, '?');
local
607
/*
queryp
is where the interesting part of the path ends, so now we
610
if(!
queryp
)
613
endslash = memrchr(path, '/', (size_t)(
queryp
- path));
[
all
...]
Completed in 657 milliseconds