Lines Matching refs:hlen
1141 size_t hlen = 0; in Curl_loadhostpairs() local
1145 hlen = host_end - &hostp->data[1]; in Curl_loadhostpairs()
1147 if(!hlen || (num > 0xffff)) in Curl_loadhostpairs()
1156 entry_len = create_hostcache_id(&hostp->data[1], hlen, (int)num, in Curl_loadhostpairs()
1184 size_t hlen = 0; in Curl_loadhostpairs() local
1193 hlen = host_end - host_begin; in Curl_loadhostpairs()
1269 entry_len = create_hostcache_id(host_begin, hlen, port, in Curl_loadhostpairs()
1280 (int)hlen, host_begin, port); in Curl_loadhostpairs()
1296 dns = Curl_cache_addr(data, head, host_begin, hlen, port, permanent); in Curl_loadhostpairs()
1312 (int)hlen, host_begin, port, addresses, in Curl_loadhostpairs()
1317 if((hlen == 1) && (host_begin[0] == '*')) { in Curl_loadhostpairs()