Lines Matching refs:nstatp
32 res_state nstatp; in res_nsendsigned() local
45 nstatp = (res_state) malloc(sizeof(*statp)); in res_nsendsigned()
46 if (nstatp == NULL) { in res_nsendsigned()
50 memcpy(nstatp, statp, sizeof(*statp)); in res_nsendsigned()
55 free(nstatp); in res_nsendsigned()
71 free(nstatp); in res_nsendsigned()
76 nstatp->nscount = 1; in res_nsendsigned()
81 free (nstatp); in res_nsendsigned()
91 if (newmsglen > PACKETSZ || nstatp->options & RES_USEVC) in res_nsendsigned()
94 nstatp->options |= RES_IGNTC; in res_nsendsigned()
96 nstatp->options |= RES_USEVC; in res_nsendsigned()
100 nstatp->options &= ~RES_DEBUG; in res_nsendsigned()
101 nstatp->pfcode &= ~RES_PRF_REPLY; in res_nsendsigned()
105 len = res_nsend(nstatp, newmsg, newmsglen, answer, anslen); in res_nsendsigned()
107 free (nstatp); in res_nsendsigned()
114 NULL, NULL, &tsig_time, nstatp->options & RES_KEEPTSIG); in res_nsendsigned()
136 free (nstatp); in res_nsendsigned()
148 nstatp->options &= ~RES_IGNTC; in res_nsendsigned()
164 free (nstatp); in res_nsendsigned()