Home
last modified time | relevance | path

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

/external/curl/lib/
Ddotdot.c58 char *queryp; in Curl_dedotdotify() local
76 queryp = strchr(clone, '?'); in Curl_dedotdotify()
77 if(queryp) in Curl_dedotdotify()
78 *queryp = 0; in Curl_dedotdotify()
158 if(queryp) { in Curl_dedotdotify()
163 size_t oindex = queryp - orgclone; in Curl_dedotdotify()
Dcookie.c605 char *queryp = strchr(path, '?'); in Curl_cookie_add() local
610 if(!queryp) in Curl_cookie_add()
613 endslash = memrchr(path, '/', (size_t)(queryp - path)); in Curl_cookie_add()