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

/macosx-10.10.1/libresolv-57/
H A Dres_debug.c164 sflag = (statp->pfcode & pflag);
165 if (statp->pfcode && !sflag)
182 (statp->pfcode & RES_PRF_HEAD1))
186 if (rrnum == 0 && sflag != 0 && (statp->pfcode & RES_PRF_HEAD1))
254 if ((!statp->pfcode) || (statp->pfcode & RES_PRF_HEADX) || rcode)
258 if ((!statp->pfcode) || (statp->pfcode & RES_PRF_HEADX))
260 if ((!statp->pfcode) || (statp->pfcode
[all...]
H A Dres_sendsigned.c118 Dprint(nstatp->pfcode & RES_PRF_REPLY,
129 Dprint(nstatp->pfcode & RES_PRF_REPLY, (stdout, ";; TSIG ok\n"));
H A Dres_send.c526 DprintQ((statp->options & RES_DEBUG) || (statp->pfcode & RES_PRF_QUERY), (stdout, ";; res_send()\n"), buf, buflen);
735 Dprint((statp->options & RES_DEBUG) || ((statp->pfcode & RES_PRF_REPLY) && (statp->pfcode & RES_PRF_HEAD1)), (stdout, ";; got answer:\n"));
736 DprintQ((statp->options & RES_DEBUG) || (statp->pfcode & RES_PRF_REPLY), (stdout, "%s", ""), ans, (*anssiz > reply_buf_size) ? reply_buf_size : *anssiz);
1083 DprintQ((statp->options & RES_DEBUG) || (statp->pfcode & RES_PRF_REPLY), (stdout, ";; old answer (unexpected):\n"), ans, (resplen > *anssiz) ? *anssiz : resplen);
1427 DprintQ((statp->options & RES_DEBUG) || (statp->pfcode & RES_PRF_REPLY), (stdout, ";; old answer:\n"), ans, (resplen > *anssiz) ? *anssiz : resplen);
1443 DprintQ((statp->options & RES_DEBUG) || (statp->pfcode & RES_PRF_REPLY), (stdout, ";; not our server:\n"), ans, (resplen > *anssiz) ? *anssiz : resplen);
1474 DprintQ((statp->options & RES_DEBUG) || (statp->pfcode & RES_PRF_REPLY), (stdout, ";; wrong query name:\n"), ans, (resplen > *anssiz) ? *anssiz : resplen);
1484 if (!statp->pfcode) return anhp->rcode;
H A Dres_findzonecut.c197 save_pfcode = statp->pfcode;
198 statp->pfcode |= RES_PRF_HEAD2 | RES_PRF_HEAD1 | RES_PRF_HEADX |
223 statp->pfcode = save_pfcode;
H A Dresolv.h191 u_int pfcode; /* RES_PRF_ flags - see below. */ member in struct:__res_state
193 u_long pfcode; /* RES_PRF_ flags - see below. */ member in struct:__res_state
285 * Resolver "pfcode" values. Used by dig.
H A Dres_init.c585 statp->pfcode = 0;

Completed in 91 milliseconds