Searched defs:question2 (Results 1 - 2 of 2) sorted by relevance

/external/srec/seti/sltsEngine/include/
H A Dlts_seq_internal.h104 short *question2; /*also used to hold backoff_output for leaf nodes*/ member in struct:RT_LTREE
/external/mdnsresponder/mDNSShared/
H A Duds_daemon.c2491 DNSQuestion **question2; local
2495 question2 = mDNSNULL;
2497 question2 = &request->u.queryrecord.q2;
2501 question2 = &request->u.addrinfo.q42;
2503 question2 = &request->u.addrinfo.q62;
2505 if (!question2)
2507 LogMsg("SendAdditionalQuery: question2 NULL for %##s (%s)", q->qname.c, DNSTypeName(q->qtype));
2521 if (*question2)
2523 LogInfo("SendAdditionalQuery: question2 already sent for %##s (%s), no more q2", q->qname.c, DNSTypeName(q->qtype));
2534 *question2
[all...]

Completed in 124 milliseconds