Searched refs:h1 (Results 1 - 8 of 8) sorted by relevance
/httpd/build/ |
H A D | default.pl | 109 <h1>Documentation for $project_name</h1> 147 <h1>To-do list for $project_name</h1> 226 <h1>$(c.fullname)</h1>
|
/httpd/docs/manual/style/css/ |
H A D | manual-loose-100pc.css | 49 h1 {
|
H A D | manual-print.css | 119 /* h1 */ 121 h1 {
|
H A D | manual.css | 189 /* h1 */ 191 h1 {
|
/httpd/modules/cache/ |
H A D | cache_storage.c | 283 const char *h1, *h2; local 289 h1 = cache_table_getm(r->pool, r->headers_in, vary); 291 if (h1 == h2) { 294 else if (h1 && h2 && !strcmp(h1, h2)) {
|
H A D | mod_cache.c | 780 const char *h1, *h2; local 782 if ((h1 = cache_table_getm(pool, left, key)) 783 && (h2 = cache_table_getm(pool, right, key)) && (strcmp(h1, h2))) {
|
/httpd/modules/http/ |
H A D | http_protocol.c | 1109 const char *error_notes, *h1, *s1; local 1321 && (h1 = apr_table_get(r->notes, "verbose-error-to")) != NULL 1322 && (strcmp(h1, "*") == 0)) { 1486 const char *h1; local 1514 h1 = &title[4]; 1523 "</title>\n</head><body>\n<h1>", h1, "</h1>\n",
|
/httpd/modules/proxy/ |
H A D | mod_proxy_ftp.c | 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, h3, p0, p1; local 1651 "%d.%d.%d.%d", &h3, &h2, &h1, &h0) == 4)) { 1655 rc = proxy_ftp_command(apr_psprintf(p, "PORT %d,%d,%d,%d,%d,%d" CRLF, h3, h2, h1, h0, p1, p0),
|
Completed in 342 milliseconds