Home
last modified time | relevance | path

Searched refs:result_time (Results 1 – 2 of 2) sorted by relevance

/external/libchrome/base/time/
Dtime.cc254 PRTime result_time = 0; in FromStringInternal() local
257 &result_time); in FromStringInternal()
261 result_time += kTimeTToMicrosecondsOffset; in FromStringInternal()
262 *parsed_time = Time(result_time); in FromStringInternal()
/external/tlsdate/src/
Dtlsdate-helper.c1115 uint32_t result_time; in run_ssl() local
1192 memcpy(&result_time, ssl->s3->server_random, sizeof (uint32_t)); in run_ssl()
1193 verb("V: In TLS response, T=%lu", (unsigned long)ntohl(result_time)); in run_ssl()
1206 if (1 != read_http_date_from_ssl(ssl, &result_time)) in run_ssl()
1208 verb ("V: Received HTTP response. T=%lu", (unsigned long)result_time); in run_ssl()
1210 result_time = htonl(result_time); in run_ssl()
1221 memcpy(time_map, &result_time, sizeof (uint32_t)); in run_ssl()