Searched refs:nTargets (Results 1 - 5 of 5) sorted by relevance

/macosx-10.9.5/WebKit-7537.78.2/win/Interfaces/Accessible2/
H A DAccessible2_2.idl108 @param [out] nTargets
118 [out, size_is(,*nTargets)] IUnknown ***targets,
119 [out, retval] long *nTargets
H A DAccessibleRelation.idl184 @param [out] nTargets
187 [propget] HRESULT nTargets
189 [out, retval] long *nTargets
214 @param [out] nTargets
222 [out, size_is(maxTargets), length_is(*nTargets)]
224 [out, retval] long *nTargets
/macosx-10.9.5/WebKit-7537.78.2/win/
H A DAccessibleBase.h51 virtual HRESULT STDMETHODCALLTYPE get_relationTargetsOfType(BSTR type, long maxTargets, IUnknown*** targets, long* nTargets);
H A DAccessibleBase.cpp159 HRESULT AccessibleBase::get_relationTargetsOfType(BSTR type, long maxTargets, IUnknown*** targets, long* nTargets) argument
/macosx-10.9.5/configd-596.15/SystemConfiguration.fproj/
H A DSCNetworkReachability.c5722 CFIndex nTargets; local
5750 nTargets = (watchers != NULL) ? CFSetGetCount(watchers) : 0;
5751 if (nTargets == 0) {
5877 if (nTargets > (CFIndex)(sizeof(targets_q) / sizeof(CFTypeRef)))
5878 targets = CFAllocatorAllocate(NULL, nTargets * sizeof(CFTypeRef), 0);
5880 for (i = 0; i < nTargets; i++) {

Completed in 207 milliseconds