Home
last modified time | relevance | path

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

/curl/lib/
H A Dhostip.c1176 char *addr_end; in Curl_loadhostpairs() local
1210 addr_end = strchr(addr_begin, ','); in Curl_loadhostpairs()
1211 if(!addr_end) in Curl_loadhostpairs()
1212 addr_end = addr_begin + strlen(addr_begin); in Curl_loadhostpairs()
1213 end_ptr = addr_end; in Curl_loadhostpairs()
1217 if(addr_end == addr_begin || *(addr_end - 1) != ']') in Curl_loadhostpairs()
1220 --addr_end; in Curl_loadhostpairs()
1223 alen = addr_end - addr_begin; in Curl_loadhostpairs()

Completed in 13 milliseconds