Searched defs:h1 (Results 1 - 4 of 4) sorted by relevance

/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 38 milliseconds