Searched defs:ServiceInfoQuery (Results 1 - 1 of 1) sorted by relevance

/external/mdnsresponder/mDNSCore/
H A DmDNSEmbeddedAPI.h1601 typedef struct ServiceInfoQuery_struct ServiceInfoQuery; typedef in typeref:struct:ServiceInfoQuery_struct
1602 typedef void mDNSServiceInfoQueryCallback(mDNS *const m, ServiceInfoQuery *query);
1608 // The ServiceInfoQuery structure memory is working storage for mDNSCore to discover the requested information
1610 // dispose of the ServiceInfoQuery structure while retaining the results in the ServiceInfo structure.
2241 extern mStatus mDNS_StartResolveService(mDNS *const m, ServiceInfoQuery *query, ServiceInfo *info, mDNSServiceInfoQueryCallback *Callback, void *Context);
2242 extern void mDNS_StopResolveService (mDNS *const m, ServiceInfoQuery *query);
2950 char sizecheck_ServiceInfoQuery [(sizeof(ServiceInfoQuery) <= 3200) ? 1 : -1];

Completed in 137 milliseconds