Lines Matching defs:Query
13 typedef struct Query Query; typedef
67 struct Query { struct
68 DN *dp; /* domain */
69 ushort type; /* and type to look up */
70 Request *req;
71 RR *nsrp; /* name servers to consult */
74 Dest *dest; /* array of destinations */
75 Dest *curdest; /* pointer to next to fill */
76 int ndest; /* transmit to this many on this round */
78 int udpfd;
80 QLock tcplock; /* only one tcp call at a time per query */
81 int tcpset;
105 static int netquery(Query *, int); argument