Searched refs:queryp (Results 1 – 2 of 2) sorted by relevance
58 char *queryp; in Curl_dedotdotify() local76 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()
605 char *queryp = strchr(path, '?'); in Curl_cookie_add() local610 if(!queryp) in Curl_cookie_add()613 endslash = memrchr(path, '/', (size_t)(queryp - path)); in Curl_cookie_add()