HomeSort by: relevance | last modified time | path
    Searched defs:nstatp (Results 1 - 1 of 1) sorted by relevancy

  /src/lib/libresolv/
res_sendsigned.c 35 res_state nstatp; local in function:res_nsendsigned
48 nstatp = (res_state) malloc(sizeof(*statp));
49 if (nstatp == NULL) {
53 memcpy(nstatp, statp, sizeof(*statp));
58 free(nstatp);
74 free(nstatp);
79 nstatp->nscount = 1;
84 free (nstatp);
94 if (newmsglen > PACKETSZ || nstatp->options & RES_USEVC)
97 nstatp->options |= RES_IGNTC
    [all...]

Completed in 155 milliseconds