Searched refs:h2 (Results 1 - 7 of 7) sorted by relevance

/httpd/build/
H A Ddefault.pl111 <h2>Package List</h2>
194 <h2>Package Name: $(p.name)</h2>
311 print "<h2>Member Index</h2>\n";
322 print "<h2>Class Variables</h2>\n";
330 print "<h2>Class Methods</h2>\
[all...]
/httpd/docs/manual/style/css/
H A Dmanual-loose-100pc.css53 h2 {
57 .category h2 {
H A Dmanual-print.css135 /* h2 */
137 h2 {
148 .section h2,
149 .directive-section h2,
150 .category h2 {
156 h2 a,
157 h2 a:hover,
158 h2 a:active {
H A Dmanual.css202 /* h2 */
204 h2 {
212 .section h2 {
217 .directive-section h2 {
222 .category h2 {
229 h2 a,
230 h2 a:hover,
231 h2 a:active {
/httpd/modules/cache/
H A Dcache_storage.c283 const char *h1, *h2; local
290 h2 = cache_table_getm(r->pool, h->req_hdrs, vary);
291 if (h1 == h2) {
294 else if (h1 && h2 && !strcmp(h1, h2)) {
H A Dmod_cache.c780 const char *h1, *h2; local
783 && (h2 = cache_table_getm(pool, right, key)) && (strcmp(h1, h2))) {
/httpd/modules/proxy/
H A Dmod_proxy_ftp.c531 " <body>\n <h2>Directory of "
569 str = apr_psprintf(p, "</h2>\n\n <hr />\n\n<pre>");
572 str = apr_psprintf(p, "</h2>\n\n(%s)\n\n <hr />\n\n<pre>",
1420 /* 227 Entering Passive Mode (h1,h2,h3,h4,p1,p2). */
1515 /* 227 Entering Passive Mode (h1,h2,h3,h4,p1,p2). */
1533 unsigned int h0, h1, h2, h3, p0, p1; local
1556 "%d,%d,%d,%d,%d,%d", &h3, &h2, &h1, &h0, &p1, &p0) == 6)) {
1562 h3, h2, h1, h0, pasvport);
1586 apr_sockaddr_info_get(&pasv_addr, apr_psprintf(p, "%d.%d.%d.%d", h3, h2, h1, h0), connect_addr->family, pasvport, 0, p);
1609 unsigned int h0, h1, h2, h local
[all...]

Completed in 2313 milliseconds