Home
last modified time | relevance | path

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

/dports/net/mDNSResponder/mDNSResponder-1310.140.1/Clients/dnssdutil/
H A Ddnssdutil.c5488 } BrowseAllContext; typedef
5499 BrowseAllContext * context; // Back pointer to parent context.
5502 static void _BrowseAllContextFree( BrowseAllContext *inContext );
5508 BrowseAllContext * inContext,
5521 BrowseAllContext * context = NULL; in BrowseAllCmd()
5535 context = (BrowseAllContext *) calloc( 1, sizeof( *context ) ); in BrowseAllCmd()
5612 static void _BrowseAllContextFree( BrowseAllContext *inContext ) in _BrowseAllContextFree()
5630 BrowseAllContext * const context = (BrowseAllContext *) inContext; in _BrowseAllServiceBrowserCallback()
5721 BrowseAllContext * inContext, in _BrowseAllConnectionCreate()
5783 BrowseAllContext * const context = connection->context; in _BrowseAllConnectionHandler()
[all …]