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

/httpd/modules/cache/
H A Dcache_util.c71 const size_t uhostlen = url->hostname ? strlen(url->hostname) : 0; local
73 if (fhostlen > uhostlen
76 url->hostname + uhostlen - fhostlen))) {
82 const size_t uhostlen = url->hostname ? strlen(url->hostname) : 0; local
84 if (fhostlen > uhostlen
87 url->hostname + uhostlen - fhostlen))) {

Completed in 14 milliseconds