ngx_http_image_filter_get_value   96 http/modules/ngx_http_image_filter_module.c static ngx_uint_t ngx_http_image_filter_get_value(ngx_http_request_t *r,
ngx_http_image_filter_get_value  498 http/modules/ngx_http_image_filter_module.c     ctx->angle = ngx_http_image_filter_get_value(r, conf->acv, conf->angle);
ngx_http_image_filter_get_value  509 http/modules/ngx_http_image_filter_module.c     ctx->max_width = ngx_http_image_filter_get_value(r, conf->wcv, conf->width);
ngx_http_image_filter_get_value  514 http/modules/ngx_http_image_filter_module.c     ctx->max_height = ngx_http_image_filter_get_value(r, conf->hcv,
ngx_http_image_filter_get_value 1057 http/modules/ngx_http_image_filter_module.c         jq = ngx_http_image_filter_get_value(r, conf->jqcv, conf->jpeg_quality);