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

/macosx-10.10/apache-793/httpd/server/
H A Dutil_expr_eval.c852 int dont_vary = (info->flags & AP_EXPR_FLAG_DONT_VARY); local
867 ctx.vary_this = dont_vary ? NULL : &vary_this;
887 int dont_vary, rc; local
900 dont_vary = (info->flags & AP_EXPR_FLAG_DONT_VARY);
911 ctx.vary_this = dont_vary ? NULL : &vary_this;

Completed in 260 milliseconds