Home | History | Annotate | Download | only in mDNSCore

Lines Matching refs:ServiceInfoQuery

1601 typedef struct ServiceInfoQuery_struct ServiceInfoQuery;
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];