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

  /src/external/bsd/nvi/dist/motif_l/
m_menu.c 132 static Bool have_answer;
136 have_answer = True;
154 for ( have_answer = False; ! have_answer; )
186 have_answer = True;
130 static Bool have_answer; variable
  /src/external/bsd/libevent/dist/
evdns.c 206 unsigned int have_answer : 1; member in struct:reply
900 if (flags & (_RCODE_MASK | _TC_MASK) || !reply || !reply->have_answer) {
911 } else if (reply && !reply->have_answer) {
1146 reply.have_answer = 1;
1156 reply.have_answer = 1;
1184 reply.have_answer = 1;
1192 if (!reply.have_answer) {
  /src/external/bsd/ntp/dist/sntp/libevent/
evdns.c 204 unsigned int have_answer : 1; member in struct:reply
898 if (flags & (_RCODE_MASK | _TC_MASK) || !reply || !reply->have_answer) {
909 } else if (reply && !reply->have_answer) {
1144 reply.have_answer = 1;
1154 reply.have_answer = 1;
1182 reply.have_answer = 1;
1190 if (!reply.have_answer) {
  /src/external/mpl/bind/dist/lib/dns/
resolver.c 501 #define HAVE_ANSWER(f) \
1584 if (!HAVE_ANSWER(fctx)) {
1617 if (HAVE_ANSWER(fctx) && fctx->spilled &&
5962 bool have_answer = false; local
6003 have_answer = true;
6410 if (result == ISC_R_SUCCESS && have_answer) {
6660 if (!HAVE_ANSWER(fctx)) {
6706 if (!HAVE_ANSWER(fctx)) {
9841 } else if (result == ISC_R_SUCCESS && !HAVE_ANSWER(fctx)) {
  /src/external/mpl/dhcp/bind/dist/lib/dns/
resolver.c 444 #define HAVE_ANSWER(f) \
1793 if (!HAVE_ANSWER(fctx)) {
1817 if (HAVE_ANSWER(fctx) && fctx->spilled &&
6384 bool have_answer = false; local
6429 have_answer = true;
6819 if (result == ISC_R_SUCCESS && have_answer) {
7060 if (!HAVE_ANSWER(fctx)) {
7097 if (!HAVE_ANSWER(fctx)) {
10148 } else if (result == ISC_R_SUCCESS && !HAVE_ANSWER(fctx)) {

Completed in 44 milliseconds