Home
last modified time | relevance | path

Searched refs:inRef (Results 1 – 7 of 7) sorted by relevance

/external/mdnsresponder/mDNSWindows/mdnsNSP/
DmdnsNSP.c151 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.c136 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/
Ddynamic_images.h210 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/
DBrowserDialog.h54 DNSBrowserRef inRef,
DBrowserDialog.cpp188 DNSBrowserRef inRef, in OnBrowserCallBack() argument
/external/mdnsresponder/mDNSWindows/DNSServiceBrowser/Windows/Sources/
DChooserDialog.cpp268 DNSBrowserRef inRef,
1185 DNSBrowserRef inRef, in BrowserCallBack() argument
1194 UNUSED_ALWAYS( inRef ); in BrowserCallBack()
/external/mdnsresponder/mDNSShared/
Ddnssd_clientshim.c709 DNSServiceRef inRef, in DNSServiceGetAddrInfoResponse() argument