Home | History | Annotate | Download | only in lib

Lines Matching refs:tok_end

4716   size_t tok_end;
4736 for(tok_start = 0; tok_start < no_proxy_len; tok_start = tok_end + 1) {
4746 for(tok_end = tok_start; tok_end < no_proxy_len &&
4747 strchr(separator, no_proxy[tok_end]) == NULL; ++tok_end)
4758 if((tok_end - tok_start) <= namelen) {
4760 const char *checkn = name + namelen - (tok_end - tok_start);
4762 tok_end - tok_start)) {
4763 if((tok_end - tok_start) == namelen || *(checkn - 1) == '.') {
4770 } /* if((tok_end - tok_start) <= namelen) */
4772 tok_start = tok_end + 1) */