Home
last modified time | relevance | path

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

/external/curl/lib/
Ddotdot.c61 char *queryp; in Curl_dedotdotify() local
85 queryp = strchr(clone, '?'); in Curl_dedotdotify()
86 if(queryp) in Curl_dedotdotify()
87 *queryp = 0; in Curl_dedotdotify()
167 if(queryp) { in Curl_dedotdotify()
172 size_t oindex = queryp - orgclone; in Curl_dedotdotify()
Dcookie.c622 char *queryp = strchr(path, '?'); in Curl_cookie_add() local
627 if(!queryp) in Curl_cookie_add()
630 endslash = memrchr(path, '/', (size_t)(queryp - path)); in Curl_cookie_add()