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

/macosx-10.10.1/WebKit-7600.1.25/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.10.1/WebKit-7600.1.25/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.10.1/configd-699.1.5/SystemConfiguration.fproj/
H A DSCNetworkReachability.c5008 CFIndex nTargets; local
5035 nTargets = (watchers != NULL) ? CFSetGetCount(watchers) : 0;
5036 if (nTargets == 0) {
5164 if (nTargets > (CFIndex)(sizeof(targets_q) / sizeof(CFTypeRef)))
5165 targets = CFAllocatorAllocate(NULL, nTargets * sizeof(CFTypeRef), 0);
5167 for (i = 0; i < nTargets; i++) {

Completed in 209 milliseconds