tp                 48 core/ngx_cycle.c     ngx_time_t          *tp;
tp                 64 core/ngx_cycle.c     tp = ngx_timeofday();
tp                 65 core/ngx_cycle.c     tp->sec = 0;
tp                 79 core/ngx_times.c     ngx_time_t      *tp;
tp                 93 core/ngx_times.c     tp = &cached_time[slot];
tp                 95 core/ngx_times.c     if (tp->sec == sec) {
tp                 96 core/ngx_times.c         tp->msec = msec;
tp                107 core/ngx_times.c     tp = &cached_time[slot];
tp                109 core/ngx_times.c     tp->sec = sec;
tp                110 core/ngx_times.c     tp->msec = msec;
tp                124 core/ngx_times.c     tp->gmtoff = ngx_gettimezone();
tp                125 core/ngx_times.c     ngx_gmtime(sec + tp->gmtoff * 60, &tm);
tp                131 core/ngx_times.c     tp->gmtoff = cached_gmtoff;
tp                137 core/ngx_times.c     tp->gmtoff = cached_gmtoff;
tp                156 core/ngx_times.c                        tp->gmtoff < 0 ? '-' : '+',
tp                157 core/ngx_times.c                        ngx_abs(tp->gmtoff / 60), ngx_abs(tp->gmtoff % 60));
tp                165 core/ngx_times.c                        tp->gmtoff < 0 ? '-' : '+',
tp                166 core/ngx_times.c                        ngx_abs(tp->gmtoff / 60), ngx_abs(tp->gmtoff % 60));
tp                171 core/ngx_times.c     ngx_cached_time = tp;
tp                189 core/ngx_times.c     ngx_time_t      *tp;
tp                200 core/ngx_times.c     tp = &cached_time[slot];
tp                202 core/ngx_times.c     if (tp->sec == sec) {
tp                278 core/ngx_times.c ngx_gmtime(time_t t, ngx_tm_t *tp)
tp                360 core/ngx_times.c     tp->ngx_tm_sec = (ngx_tm_sec_t) sec;
tp                361 core/ngx_times.c     tp->ngx_tm_min = (ngx_tm_min_t) min;
tp                362 core/ngx_times.c     tp->ngx_tm_hour = (ngx_tm_hour_t) hour;
tp                363 core/ngx_times.c     tp->ngx_tm_mday = (ngx_tm_mday_t) mday;
tp                364 core/ngx_times.c     tp->ngx_tm_mon = (ngx_tm_mon_t) mon;
tp                365 core/ngx_times.c     tp->ngx_tm_year = (ngx_tm_year_t) year;
tp                366 core/ngx_times.c     tp->ngx_tm_wday = (ngx_tm_wday_t) wday;
tp                 27 core/ngx_times.h void ngx_gmtime(time_t t, ngx_tm_t *tp);
tp                387 event/modules/ngx_eventport_module.c     struct timespec     ts, *tp;
tp                390 event/modules/ngx_eventport_module.c         tp = NULL;
tp                395 event/modules/ngx_eventport_module.c         tp = &ts;
tp                403 event/modules/ngx_eventport_module.c     n = port_getn(ep, event_list, (u_int) nevents, &events, tp);
tp                498 event/modules/ngx_kqueue_module.c     struct timespec   ts, *tp;
tp                513 event/modules/ngx_kqueue_module.c         tp = NULL;
tp                530 event/modules/ngx_kqueue_module.c         tp = &ts;
tp                536 event/modules/ngx_kqueue_module.c     events = kevent(ngx_kqueue, change_list, n, event_list, (int) nevents, tp);
tp                298 event/modules/ngx_rtsig_module.c     struct timespec     ts, *tp;
tp                304 event/modules/ngx_rtsig_module.c         tp = NULL;
tp                309 event/modules/ngx_rtsig_module.c         tp = &ts;
tp                317 event/modules/ngx_rtsig_module.c     signo = sigtimedwait(&set, &si, tp);
tp                217 event/modules/ngx_select_module.c     struct timeval     tv, *tp;
tp                247 event/modules/ngx_select_module.c         tp = NULL;
tp                252 event/modules/ngx_select_module.c         tp = &tv;
tp                261 event/modules/ngx_select_module.c     ready = select(max_fd + 1, &work_read_fd_set, &work_write_fd_set, NULL, tp);
tp                224 event/modules/ngx_win32_select_module.c     struct timeval     tv, *tp;
tp                239 event/modules/ngx_win32_select_module.c         tp = NULL;
tp                244 event/modules/ngx_win32_select_module.c         tp = &tv;
tp                254 event/modules/ngx_win32_select_module.c         ready = select(0, &work_read_fd_set, &work_write_fd_set, NULL, tp);
tp                432 event/ngx_event.c     ngx_time_t          *tp;
tp                539 event/ngx_event.c     tp = ngx_timeofday();
tp                541 event/ngx_event.c     ngx_random_number = (tp->msec << 16) + ngx_pid;
tp                150 http/modules/ngx_http_autoindex_module.c     ngx_time_t                     *tp;
tp                404 http/modules/ngx_http_autoindex_module.c     tp = ngx_timeofday();
tp                468 http/modules/ngx_http_autoindex_module.c         ngx_gmtime(entry[i].mtime + tp->gmtoff * 60 * alcf->localtime, &tm);
tp                142 http/modules/ngx_http_limit_req_module.c     ngx_time_t                 *tp;
tp                217 http/modules/ngx_http_limit_req_module.c         tp = ngx_timeofday();
tp                218 http/modules/ngx_http_limit_req_module.c         lr->last = (ngx_msec_t) (tp->sec * 1000 + tp->msec);
tp                348 http/modules/ngx_http_limit_req_module.c     ngx_time_t                 *tp;
tp                383 http/modules/ngx_http_limit_req_module.c                 tp = ngx_timeofday();
tp                385 http/modules/ngx_http_limit_req_module.c                 now = (ngx_msec_t) (tp->sec * 1000 + tp->msec);
tp                427 http/modules/ngx_http_limit_req_module.c     ngx_time_t                 *tp;
tp                434 http/modules/ngx_http_limit_req_module.c     tp = ngx_timeofday();
tp                436 http/modules/ngx_http_limit_req_module.c     now = (ngx_msec_t) (tp->sec * 1000 + tp->msec);
tp                527 http/modules/ngx_http_log_module.c     ngx_time_t  *tp;
tp                529 http/modules/ngx_http_log_module.c     tp = ngx_timeofday();
tp                531 http/modules/ngx_http_log_module.c     return ngx_sprintf(buf, "%T.%03M", tp->sec, tp->msec);
tp                539 http/modules/ngx_http_log_module.c     ngx_time_t      *tp;
tp                542 http/modules/ngx_http_log_module.c     tp = ngx_timeofday();
tp                545 http/modules/ngx_http_log_module.c              ((tp->sec - r->start_sec) * 1000 + (tp->msec - r->start_msec));
tp               2599 http/modules/ngx_http_ssi_filter_module.c     ngx_time_t          *tp;
tp               2607 http/modules/ngx_http_ssi_filter_module.c     tp = ngx_timeofday();
tp               2620 http/modules/ngx_http_ssi_filter_module.c         v->len = ngx_sprintf(v->data, "%T", tp->sec) - v->data;
tp               2626 http/modules/ngx_http_ssi_filter_module.c         ngx_libc_gmtime(tp->sec, &tm);
tp               2628 http/modules/ngx_http_ssi_filter_module.c         ngx_libc_localtime(tp->sec, &tm);
tp                792 http/modules/ngx_http_userid_filter_module.c     struct timeval  tp;
tp                794 http/modules/ngx_http_userid_filter_module.c     ngx_gettimeofday(&tp);
tp                797 http/modules/ngx_http_userid_filter_module.c     start_value = ((tp.tv_usec / 20) << 16) | ngx_pid;
tp               2170 http/ngx_http_core_module.c     ngx_time_t                    *tp;
tp               2283 http/ngx_http_core_module.c     tp = ngx_timeofday();
tp               2284 http/ngx_http_core_module.c     r->start_sec = tp->sec;
tp               2285 http/ngx_http_core_module.c     r->start_msec = tp->msec;
tp                239 http/ngx_http_request.c     ngx_time_t                 *tp;
tp                491 http/ngx_http_request.c     tp = ngx_timeofday();
tp                492 http/ngx_http_request.c     r->start_sec = tp->sec;
tp                493 http/ngx_http_request.c     r->start_msec = tp->msec;
tp               1063 http/ngx_http_upstream.c     ngx_time_t        *tp;
tp               1071 http/ngx_http_upstream.c         tp = ngx_timeofday();
tp               1072 http/ngx_http_upstream.c         u->state->response_sec = tp->sec - u->state->response_sec;
tp               1073 http/ngx_http_upstream.c         u->state->response_msec = tp->msec - u->state->response_msec;
tp               1085 http/ngx_http_upstream.c     tp = ngx_timeofday();
tp               1086 http/ngx_http_upstream.c     u->state->response_sec = tp->sec;
tp               1087 http/ngx_http_upstream.c     u->state->response_msec = tp->msec;
tp               2929 http/ngx_http_upstream.c     ngx_time_t  *tp;
tp               2945 http/ngx_http_upstream.c         tp = ngx_timeofday();
tp               2946 http/ngx_http_upstream.c         u->state->response_sec = tp->sec - u->state->response_sec;
tp               2947 http/ngx_http_upstream.c         u->state->response_msec = tp->msec - u->state->response_msec;
tp                 60 os/unix/ngx_time.h #define ngx_gettimeofday(tp)  (void) gettimeofday(tp, NULL);