Searched refs:queryStart (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/platform/
H A DKURL.cpp1242 int queryStart = pathEnd; local
1243 int queryEnd = queryStart;
1244 if (url[queryStart] == '?') {
1396 appendEscapingBadChars(p, url + queryStart, queryEnd - queryStart);
/macosx-10.9.5/configd-596.15/SystemConfiguration.fproj/
H A DSCNetworkReachability.c289 __mark_operation_start(struct timeval *queryStart, argument
292 (void) gettimeofday(queryStart, NULL);
303 struct timeval *queryStart,
315 if (!timerisset(queryStart)) {
319 timersub(queryEnd, queryStart, &queryElapsed);
300 __mark_operation_end(SCNetworkReachabilityRef target, Boolean found, query_type query_type, struct timeval *queryStart, struct timeval *queryEnd) argument

Completed in 200 milliseconds