Searched refs:ServiceInfo (Results 1 - 8 of 8) sorted by relevance

/macosx-10.9.5/mDNSResponder-522.92.1/Clients/ExplorerPlugin/
H A DExplorerBarWindow.h37 // ServiceInfo
39 struct ServiceInfo struct
50 ServiceInfo( void ) function in struct:ServiceInfo
58 ~ServiceInfo( void )
75 typedef CArray < ServiceInfo *, ServiceInfo * > ServiceInfoArray;
221 LONG OnServiceAdd( ServiceInfo * service );
222 LONG OnServiceRemove( ServiceInfo * service );
226 OSStatus StartResolve( ServiceInfo *inService );
H A DExplorerBarWindow.cpp73 DEBUG_LOCAL int FindServiceArrayIndex( const ServiceInfoArray &inArray, const ServiceInfo &inService, int &outIndex );
274 ServiceInfo * service;
295 service = reinterpret_cast < ServiceInfo * > ( mTree.GetItemData( item ) );
376 ServiceInfo * service;
396 service = new ServiceInfo;
446 LONG ExplorerBarWindow::OnServiceAdd( ServiceInfo * service )
487 LONG ExplorerBarWindow::OnServiceRemove( ServiceInfo * service )
530 OSStatus ExplorerBarWindow::StartResolve( ServiceInfo *inService )
750 DEBUG_LOCAL int FindServiceArrayIndex( const ServiceInfoArray &inArray, const ServiceInfo &inService, int &outIndex )
/macosx-10.9.5/mDNSResponder-522.92.1/mDNSMacOS9/
H A DMac OS Test Searcher.c32 typedef struct { ServiceInfo i; mDNSBool add; mDNSBool dom; OTLink link; } linkedServiceInfo;
52 ServiceInfo *s = &ls->i;
/macosx-10.9.5/bootp-268.1/IPConfiguration.bproj/
H A Dipconfigd_threads.h103 typedef struct ServiceInfo * ServiceRef;
H A Dipconfigd.c255 struct ServiceInfo { struct
/macosx-10.9.5/mDNSResponder-522.92.1/mDNSCore/
H A DmDNSEmbeddedAPI.h2010 } ServiceInfo; typedef in typeref:struct:__anon10954
2021 // and place it in the ServiceInfo structure. After the client has called mDNS_StopResolveService(), it may
2022 // dispose of the ServiceInfoQuery structure while retaining the results in the ServiceInfo structure.
2031 ServiceInfo *info;
2757 extern mStatus mDNS_StartResolveService(mDNS *const m, ServiceInfoQuery *query, ServiceInfo *info, mDNSServiceInfoQueryCallback *Callback, void *Context);
H A DmDNS.c12144 // On entry, the client must have set the name and InterfaceID fields of the ServiceInfo structure
12149 ServiceInfoQuery *query, ServiceInfo *info, mDNSServiceInfoQueryCallback *Callback, void *Context)
/macosx-10.9.5/mDNSResponder-522.92.1/mDNSMacOSX/
H A Ddaemon.c152 ServiceInfo i;

Completed in 328 milliseconds