Home
last modified time | relevance | path

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

/third_party/curl/lib/
Durl.c2264 size_t tok_end; local
2287 for(tok_start = 0; tok_start < no_proxy_len; tok_start = tok_end + 1) {
2297 for(tok_end = tok_start; tok_end < no_proxy_len &&
2298 strchr(separator, no_proxy[tok_end]) == NULL; ++tok_end)
2309 if((tok_end - tok_start) <= namelen) {
2311 const char *checkn = name + namelen - (tok_end - tok_start);
2313 tok_end - tok_start)) {
2314 if((tok_end - tok_start) == namelen || *(checkn - 1) == '.') {