Home
last modified time | relevance | path

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

/third_party/curl/lib/
H A Dcookie.c811 char *queryp = strchr(path, '?'); in Curl_cookie_add() local
814 * queryp is where the interesting part of the path ends, so now we in Curl_cookie_add()
818 if(!queryp) in Curl_cookie_add()
821 endslash = memrchr(path, '/', (queryp - path)); in Curl_cookie_add()

Completed in 2 milliseconds