Searched refs:mDNS_StopResolveService (Results 1 - 2 of 2) sorted by relevance

/external/mdnsresponder/mDNSCore/
H A DmDNSEmbeddedAPI.h1609 // and place it in the ServiceInfo structure. After the client has called mDNS_StopResolveService(), it may
2189 // found. After the service is resolved, the client should call mDNS_StopResolveService to complete the transaction.
2190 // The client can also call mDNS_StopResolveService at any time to abort the transaction.
2242 extern void mDNS_StopResolveService (mDNS *const m, ServiceInfoQuery *query);
H A DmDNS.c8923 query->qSRV.ThisQInterval = -1; // So that mDNS_StopResolveService() knows whether to cancel this question
8943 query->qTXT.ThisQInterval = -1; // So that mDNS_StopResolveService() knows whether to cancel this question
8963 query->qAv4.ThisQInterval = -1; // So that mDNS_StopResolveService() knows whether to cancel this question
8983 query->qAv6.ThisQInterval = -1; // So that mDNS_StopResolveService() knows whether to cancel this question
9021 if (status != mStatus_NoError) mDNS_StopResolveService(m, query);
9027 mDNSexport void mDNS_StopResolveService (mDNS *const m, ServiceInfoQuery *q) function

Completed in 53 milliseconds