Home
last modified time | relevance | path

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

/dports/net/mDNSResponder/mDNSResponder-1310.140.1/Clients/dnssdutil/
H A Ddnssdutil.c6275 } DNSQueryContext; typedef
6277 static void DNSQueryPrintPrologue( const DNSQueryContext *inContext );
6284 DNSQueryContext * context = NULL; in DNSQueryCmd()
6305 context = (DNSQueryContext *) calloc( 1, sizeof( *context ) ); in DNSQueryCmd()
6437 static void DNSQueryPrintPrologue( const DNSQueryContext *inContext ) in DNSQueryPrintPrologue()
6461 DNSQueryContext * const context = (DNSQueryContext *) inContext; in DNSQueryReadHandler()
6527 DNSQueryContext * const context = (DNSQueryContext *) inContext; in DNSQueryCancelHandler()