Searched refs:t2 (Results 1 - 4 of 4) sorted by relevance

/httpd/modules/generators/
H A Dmod_autoindex.c1669 char *anchor, *t, *t2; local
1678 t2 = "Parent Directory";
1681 t2 = t;
1736 ap_escape_html(scratch, t2), "</a>", NULL);
1739 nwidth = strlen(t2);
1741 memcpy(name_scratch, t2, name_width - 3);
1746 t2 = name_scratch;
1750 ap_escape_html(scratch, t2),
1824 nwidth = strlen(t2);
1826 memcpy(name_scratch, t2, name_widt
[all...]
/httpd/modules/ldap/
H A Dutil_ldap_cache_mgr.c661 char *buf, *t1, *t2, *t3; local
858 t2 = apr_psprintf(pool, "%s (Compares)", n->url);
870 util_ald_cache_display_stats(r, n->compare_cache, t2, id2),
/httpd/server/mpm/motorz/
H A Dmotorz.c71 apr_time_t t2 = (apr_time_t) (((motorz_timer_t *) b)->expires); local
73 AP_DEBUG_ASSERT(t2);
74 return ((t1 < t2) ? -1 : 1);
/httpd/server/mpm/event/
H A Devent.c1472 apr_time_t t2 = (apr_time_t) ((timer_event_t *)b)->when; local
1474 AP_DEBUG_ASSERT(t2);
1475 return ((t1 < t2) ? -1 : 1);

Completed in 45 milliseconds