Home
last modified time | relevance | path

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

/glibc-2.36/resolv/
Dres_send.c691 int *thisresplenp; in send_vc() local
699 thisresplenp = &resplen; in send_vc()
703 thisresplenp = resplen2; in send_vc()
707 *thisresplenp = rlen; in send_vc()
1129 int *thisresplenp; in send_dg() local
1138 thisresplenp = &resplen; in send_dg()
1142 thisresplenp = resplen2; in send_dg()
1152 && (__ioctl (pfd[0].fd, FIONREAD, thisresplenp) < 0 in send_dg()
1153 || *thisanssizp < *thisresplenp) in send_dg()
1179 *thisresplenp = __recvfrom (pfd[0].fd, (char *) *thisansp, in send_dg()
[all …]