Searched refs:nstatp (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10/libresolv-57/
H A Dres_sendsigned.c39 res_state nstatp; local
51 nstatp = (res_state) malloc(sizeof(*statp));
52 if (nstatp == NULL) {
56 memcpy(nstatp, statp, sizeof(*statp));
57 nstatp->_pad = 9;
77 free(nstatp);
82 nstatp->nscount = 1;
87 free (nstatp);
97 if (newmsglen > NS_PACKETSZ || (nstatp->options & RES_IGNTC))
100 nstatp
[all...]

Completed in 67 milliseconds