t                1682 core/ngx_string.c     ngx_str_node_t      *n, *t;
t                1688 core/ngx_string.c         t = (ngx_str_node_t *) temp;
t                1694 core/ngx_string.c         } else if (n->str.len != t->str.len) {
t                1696 core/ngx_string.c             p = (n->str.len < t->str.len) ? &temp->left : &temp->right;
t                1699 core/ngx_string.c             p = (ngx_memcmp(n->str.data, t->str.data, n->str.len) < 0)
t                 233 core/ngx_times.c ngx_http_time(u_char *buf, time_t t)
t                 237 core/ngx_times.c     ngx_gmtime(t, &tm);
t                 251 core/ngx_times.c ngx_http_cookie_time(u_char *buf, time_t t)
t                 255 core/ngx_times.c     ngx_gmtime(t, &tm);
t                 278 core/ngx_times.c ngx_gmtime(time_t t, ngx_tm_t *tp)
t                 285 core/ngx_times.c     n = (ngx_uint_t) t;
t                  25 core/ngx_times.h u_char *ngx_http_time(u_char *buf, time_t t);
t                  26 core/ngx_times.h u_char *ngx_http_cookie_time(u_char *buf, time_t t);
t                  27 core/ngx_times.h void ngx_gmtime(time_t t, ngx_tm_t *tp);
t                1607 http/modules/ngx_http_charset_filter_module.c     ngx_uint_t                     i, t;
t                1624 http/modules/ngx_http_charset_filter_module.c         for (t = 0; t < mcf->tables.nelts; t++) {
t                1626 http/modules/ngx_http_charset_filter_module.c             if (c == tables[t].src && recode[i].dst == tables[t].dst) {
t                1630 http/modules/ngx_http_charset_filter_module.c             if (c == tables[t].dst && recode[i].dst == tables[t].src) {
t                1645 http/modules/ngx_http_charset_filter_module.c     for (t = 0; t < mcf->tables.nelts; t++) {
t                1647 http/modules/ngx_http_charset_filter_module.c         src = charset[tables[t].src].tables;
t                1655 http/modules/ngx_http_charset_filter_module.c             charset[tables[t].src].tables = src;
t                1658 http/modules/ngx_http_charset_filter_module.c         dst = charset[tables[t].dst].tables;
t                1666 http/modules/ngx_http_charset_filter_module.c             charset[tables[t].dst].tables = dst;
t                1669 http/modules/ngx_http_charset_filter_module.c         src[tables[t].dst] = tables[t].src2dst;
t                1670 http/modules/ngx_http_charset_filter_module.c         dst[tables[t].src] = tables[t].dst2src;
t                 728 http/modules/ngx_http_image_filter_module.c                                    red, green, blue, t;
t                 867 http/modules/ngx_http_image_filter_module.c             t = dx;
t                 869 http/modules/ngx_http_image_filter_module.c             dy = t;
t                 128 http/ngx_http.h size_t ngx_http_get_time(char *buf, time_t t);
t                  49 os/unix/ngx_freebsd_rfork_thread.h #define ngx_thread_join(t, p)
t                  62 os/unix/ngx_thread.h #define ngx_thread_join(t, p)  pthread_join(t, p)
t                  42 os/unix/ngx_time.c     struct tm  *t;
t                  47 os/unix/ngx_time.c     t = localtime(&s);
t                  49 os/unix/ngx_time.c     strftime(buf, 4, "%H", t);
t                  62 os/unix/ngx_time.c     ngx_tm_t  *t;
t                  64 os/unix/ngx_time.c     t = localtime(&s);
t                  65 os/unix/ngx_time.c     *tm = *t;
t                  81 os/unix/ngx_time.c     struct tm  *t;
t                  83 os/unix/ngx_time.c     t = localtime(&s);
t                  84 os/unix/ngx_time.c     *tm = *t;
t                  97 os/unix/ngx_time.c     struct tm  *t;
t                  99 os/unix/ngx_time.c     t = gmtime(&s);
t                 100 os/unix/ngx_time.c     *tm = *t;