Searched refs:inRef (Results 1 – 7 of 7) sorted by relevance
/external/mdnsresponder/mDNSWindows/mdnsNSP/ |
D | mdnsNSP.c | 151 DEBUG_LOCAL OSStatus QueryRetain( QueryRef inRef ); 152 DEBUG_LOCAL OSStatus QueryRelease( QueryRef inRef ); 156 DNSServiceRef inRef, 170 DNSServiceRef inRef, 184 QueryRef inRef, 192 QueryRef inRef, 197 DEBUG_LOCAL size_t QueryCopyQuerySetSize( QueryRef inRef, const WSAQUERYSETW *inQuerySet, DWORD inQ… 1029 DEBUG_LOCAL OSStatus QueryRetain( QueryRef inRef ) in QueryRetain() argument 1036 if( obj == inRef ) in QueryRetain() 1043 ++inRef->refCount; in QueryRetain() [all …]
|
/external/python/cpython2/Mac/Modules/launch/ |
D | _Launchmodule.c | 136 FSRef inRef; in Launch_LSCopyDisplayNameForRef() local 139 PyMac_GetFSRef, &inRef)) in Launch_LSCopyDisplayNameForRef() 141 _err = LSCopyDisplayNameForRef(&inRef, in Launch_LSCopyDisplayNameForRef() 170 FSRef inRef; in Launch_LSSetExtensionHiddenForRef() local 173 PyMac_GetFSRef, &inRef, in Launch_LSSetExtensionHiddenForRef() 176 _err = LSSetExtensionHiddenForRef(&inRef, in Launch_LSSetExtensionHiddenForRef() 393 FSRef inRef; in Launch_LSOpenFSRef() local 396 PyMac_GetFSRef, &inRef)) in Launch_LSOpenFSRef() 398 _err = LSOpenFSRef(&inRef, in Launch_LSOpenFSRef()
|
/external/google-breakpad/src/client/mac/handler/ |
D | dynamic_images.h | 210 DynamicImageRef(const DynamicImageRef &inRef) : p(inRef.p) {} in DynamicImageRef() argument 212 bool operator<(const DynamicImageRef &inRef) const { 214 < (*const_cast<DynamicImageRef&>(inRef).p);
|
/external/mdnsresponder/mDNSWindows/DNSServiceBrowser/WindowsCE/Sources/ |
D | BrowserDialog.h | 54 DNSBrowserRef inRef,
|
D | BrowserDialog.cpp | 188 DNSBrowserRef inRef, in OnBrowserCallBack() argument
|
/external/mdnsresponder/mDNSWindows/DNSServiceBrowser/Windows/Sources/ |
D | ChooserDialog.cpp | 268 DNSBrowserRef inRef, 1185 DNSBrowserRef inRef, in BrowserCallBack() argument 1194 UNUSED_ALWAYS( inRef ); in BrowserCallBack()
|
/external/mdnsresponder/mDNSShared/ |
D | dnssd_clientshim.c | 709 DNSServiceRef inRef, in DNSServiceGetAddrInfoResponse() argument
|