Searched refs:h1 (Results 1 - 8 of 8) sorted by relevance

/httpd/build/
H A Ddefault.pl109 <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 Dmanual-loose-100pc.css49 h1 {
H A Dmanual-print.css119 /* h1 */
121 h1 {
H A Dmanual.css189 /* h1 */
191 h1 {
/httpd/modules/cache/
H A Dcache_storage.c283 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 Dmod_cache.c780 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 Dhttp_protocol.c1109 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 Dmod_proxy_ftp.c1420 /* 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