Home | History | Annotate | Download | only in dns

Lines Matching refs:query

42 // This class is not aware of query-response pairing or anything else about DNS.
44 // This class is not re-entrant: the observer is not permitted to wait for a call to query()
61 // Send a query on the provided SSL socket. |query| contains
62 // the body of a query, not including the ID header. This function will typically return before
63 // the query is actually sent. If this function fails, DnsTlsSocketObserver will be
67 bool query(uint16_t id, const Slice query) override;
98 struct Query {
100 Slice query;
103 bool sendQuery(const Query& q) REQUIRES(mLock);
106 // SOCK_SEQPACKET socket pair used for sending queries from myriad query
109 // select() for input from either a remote server or a query thread.