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

/httpd/modules/http/
H A Dhttp_etag.c170 char *variant_etag, *vlv; local
182 /* If we have a variant list validator (vlv) due to the
185 * list validator (vlv). This merging makes revalidation
198 vlv = r->vlist_validator;
199 vlv_weak = (vlv[0] == 'W');
203 /* If we get a blank etag back, don't append vlv and stop now. */
208 /* merge variant_etag and vlv into a structured etag */
211 vlv += 3;
214 vlv++;
216 etag = apr_pstrcat(r->pool, variant_etag, ";", vlv, NUL
[all...]

Completed in 9 milliseconds