Searched refs:old_heads (Results 1 - 1 of 1) sorted by path

/freebsd-11-stable/contrib/ntp/sntp/libevent/
H A Devdns.c3388 struct request **old_heads = base->req_heads, **new_heads, *req; local
3399 if (old_heads) {
3401 while (old_heads[i]) {
3402 req = old_heads[i];
3403 evdns_request_remove(req, &old_heads[i]);
3407 mm_free(old_heads);

Completed in 122 milliseconds