Home | History | Annotate | Download | only in src

Lines Matching defs:time_map

959  * 'time_map'.
961 * @param time_map where to store the current time
967 run_ssl (uint32_t *time_map, int time_is_an_illusion, int http)
1093 memcpy (time_map, &timestamp, sizeof(uint32_t));
1101 * 'time_map'.
1103 * @param time_map where to store the current time
1109 run_ssl (uint32_t *time_map, int time_is_an_illusion, int http)
1221 memcpy(time_map, &result_time, sizeof (uint32_t));
1232 uint32_t *time_map;
1285 time_map = (uint32_t *) mmap (NULL, sizeof (uint32_t),
1288 if (MAP_FAILED == time_map)
1332 *time_map = 0;
1341 run_ssl (time_map, leap, http);
1342 (void) munmap (time_map, sizeof (uint32_t));
1358 server_time_s = *time_map;
1360 server_time_s = ntohl (*time_map);
1362 // We should never have a time_map of zero here;
1366 munmap (time_map, sizeof (uint32_t));