Home | History | Annotate | Download | only in dnssdutil

Lines Matching refs:startIndex

15208 	size_t							startIndex;
15239 startIndex = ( ( inResultCount > 0 ) && namesAreDynamic && !namesAreUnique ) ? 1 : 0;
15240 results = CFArrayCreateMutable( NULL, (CFIndex)( inResultCount - startIndex ), &kCFTypeArrayCallBacks );
15251 for( i = startIndex; i < inResultCount; ++i )
15306 for( i = startIndex; i < inResultCount; ++i )