Home
last modified time | relevance | path

Searched refs:dispatch_query (Results 1 – 7 of 7) sorted by relevance

/dports/dns/bind911/bind-9.11.37/lib/samples/
H A Dsample-async.c73 static isc_result_t dispatch_query(struct query_trans *trans);
189 result = dispatch_query(trans); in process_answer()
203 dispatch_query(struct query_trans *trans) { in dispatch_query() function
383 result = dispatch_query(&query_array[i]); in main()
/dports/dns/samba-nsupdate/bind-9.16.5/lib/samples/
H A Dsample-async.c68 dispatch_query(struct query_trans *trans);
190 result = dispatch_query(trans); in process_answer()
206 dispatch_query(struct query_trans *trans) { in dispatch_query() function
387 result = dispatch_query(&query_array[i]); in main()
/dports/textproc/sonic/sonic-1.3.0/src/channel/
H A Dmessage.rs167 "QUERY" => ChannelCommandSearch::dispatch_query, in handle()
H A Dcommand.rs374 pub fn dispatch_query(mut parts: SplitWhitespace) -> ChannelResult { in dispatch_query() method
/dports/dns/bind911/bind-9.11.37/contrib/queryperf/
H A Dqueryperf.c1396 dispatch_query(unsigned short int id, char *dom, int qt, u_char **pktp, in dispatch_query() function
1481 if (dispatch_query(use_query_id, domain, query_type, in send_query()
/dports/devel/py-ipyparallel/ipyparallel-6.3.0/ipyparallel/controller/
H A Dhub.py420 self.query.on_recv(self.dispatch_query)
532 def dispatch_query(self, msg): member in Hub
/dports/textproc/sonic/sonic-1.3.0/
H A DINNER_WORKINGS.md107 …to the proper command handler, which would be `ChannelCommandSearch::dispatch_query` (_code: [Chan…