Home
last modified time | relevance | path

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

/third_party/curl/lib/
Durl.c2311 const char *checkn = name + namelen - (tok_end - tok_start); local
2312 if(strncasecompare(no_proxy + tok_start, checkn,
2314 if((tok_end - tok_start) == namelen || *(checkn - 1) == '.') {