Searched refs:checkip (Results 1 – 1 of 1) sorted by relevance
222 char checkip[128]; in Curl_check_noproxy() local223 if(tokenlen >= sizeof(checkip)) in Curl_check_noproxy()227 memcpy(checkip, check, tokenlen); in Curl_check_noproxy()228 checkip[tokenlen] = 0; in Curl_check_noproxy()229 check = checkip; in Curl_check_noproxy()
Completed in 3 milliseconds