Home
last modified time | relevance | path

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

/curl/lib/
H A Dnoproxy.c222 char checkip[128]; in Curl_check_noproxy() local
223 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 8 milliseconds