Lines Matching refs:thisresplenp
691 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()
1183 if (__glibc_unlikely (*thisresplenp <= 0)) { in send_dg()
1191 if (__glibc_unlikely (*thisresplenp < HFIXEDSZ)) { in send_dg()