Searched refs:tokenlen (Results 1 – 3 of 3) sorted by relevance
177 size_t tokenlen = 0; in Curl_check_noproxy() local188 tokenlen++; in Curl_check_noproxy()191 if(tokenlen) { in Curl_check_noproxy()195 if(token[tokenlen - 1] == '.') in Curl_check_noproxy()196 tokenlen--; in Curl_check_noproxy()198 if(tokenlen && (*token == '.')) { in Curl_check_noproxy()201 tokenlen--; in Curl_check_noproxy()207 if(tokenlen == namelen) in Curl_check_noproxy()210 else if(tokenlen < namelen) { in Curl_check_noproxy()212 match = (name[namelen - tokenlen - 1] == '.') && in Curl_check_noproxy()[all …]
347 tokenlen = len(tokenlist)351 while (i < tokenlen) and (tokenlist[i].type in self.t_WS):354 if (i < tokenlen) and (tokenlist[i].value == '('):362 while i < tokenlen:
345 tokenlen = len(tokenlist)349 while (i < tokenlen) and (tokenlist[i].type in self.t_WS):352 if (i < tokenlen) and (tokenlist[i].value == '('):360 while i < tokenlen: