Home
last modified time | relevance | path

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

/freebsd/crypto/krb5/src/lib/krb5/os/
H A Dlocaladdr.c1106 krb5_address **addr_temp; member
1136 n = realloc (data->addr_temp, in allocate()
1142 data->addr_temp = n; in allocate()
1145 data->addr_temp[i] = 0; in allocate()
1227 data->addr_temp[data->cur_idx] = address; in add_addr()
1230 data->addr_temp[data->cur_idx++] = address; in add_addr()
1302 bigger = realloc (datap->addr_temp, in krb5_os_localaddr_profile()
1305 datap->addr_temp = bigger; in krb5_os_localaddr_profile()
1311 datap->addr_temp[datap->cur_idx++] = newaddrs[i]; in krb5_os_localaddr_profile()
1340 if (data.addr_temp) { in get_localaddrs()
[all …]