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

/httpd/modules/cache/
H A Dcache_util.c70 const size_t fhostlen = strlen(filter->hostname); local
73 if (fhostlen > uhostlen
76 url->hostname + uhostlen - fhostlen))) {
81 const size_t fhostlen = strlen(filter->hostname + 1); local
84 if (fhostlen > uhostlen
87 url->hostname + uhostlen - fhostlen))) {

Completed in 272 milliseconds