Searched defs:h2_len (Results 1 - 1 of 1) sorted by relevance
/httpd/modules/proxy/ | ||
H A D | proxy_util.c | 733 int h2_len; local 740 h2_len = strlen(host2); 755 while (h2_len > 0 && host2[h2_len - 1] == '.') { 756 --h2_len; 761 return h1_len == h2_len |
Completed in 1165 milliseconds