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