msec               78 core/ngx_times.c     ngx_uint_t       msec;
msec               89 core/ngx_times.c     msec = tv.tv_usec / 1000;
msec               91 core/ngx_times.c     ngx_current_msec = (ngx_msec_t) sec * 1000 + msec;
msec               96 core/ngx_times.c         tp->msec = msec;
msec              110 core/ngx_times.c     tp->msec = msec;
msec               17 core/ngx_times.h     ngx_uint_t  msec;
msec              541 event/ngx_event.c     ngx_random_number = (tp->msec << 16) + ngx_pid;
msec              218 http/modules/ngx_http_limit_req_module.c         lr->last = (ngx_msec_t) (tp->sec * 1000 + tp->msec);
msec              385 http/modules/ngx_http_limit_req_module.c                 now = (ngx_msec_t) (tp->sec * 1000 + tp->msec);
msec              436 http/modules/ngx_http_limit_req_module.c     now = (ngx_msec_t) (tp->sec * 1000 + tp->msec);
msec              531 http/modules/ngx_http_log_module.c     return ngx_sprintf(buf, "%T.%03M", tp->sec, tp->msec);
msec              545 http/modules/ngx_http_log_module.c              ((tp->sec - r->start_sec) * 1000 + (tp->msec - r->start_msec));
msec             2285 http/ngx_http_core_module.c     r->start_msec = tp->msec;
msec              493 http/ngx_http_request.c     r->start_msec = tp->msec;
msec             1073 http/ngx_http_upstream.c         u->state->response_msec = tp->msec - u->state->response_msec;
msec             1087 http/ngx_http_upstream.c     u->state->response_msec = tp->msec;
msec             2947 http/ngx_http_upstream.c         u->state->response_msec = tp->msec - u->state->response_msec;