Searched refs:host_end (Results 1 – 1 of 1) sorted by relevance
1129 char *host_end; in Curl_loadhostpairs() local1142 host_end = strchr(&hostp->data[1], ':'); in Curl_loadhostpairs()1144 if(host_end) { in Curl_loadhostpairs()1145 hlen = host_end - &hostp->data[1]; in Curl_loadhostpairs()1146 num = strtoul(++host_end, NULL, 10); in Curl_loadhostpairs()1148 host_end = NULL; in Curl_loadhostpairs()1150 if(!host_end) { in Curl_loadhostpairs()1190 host_end = strchr(host_begin, ':'); in Curl_loadhostpairs()1191 if(!host_end) in Curl_loadhostpairs()1193 hlen = host_end - host_begin; in Curl_loadhostpairs()[all …]
Completed in 10 milliseconds