max_height         65 http/modules/ngx_http_image_filter_module.c     ngx_uint_t                   max_height;
max_height        514 http/modules/ngx_http_image_filter_module.c     ctx->max_height = ngx_http_image_filter_get_value(r, conf->hcv,
max_height        516 http/modules/ngx_http_image_filter_module.c     if (ctx->max_height == 0) {
max_height        522 http/modules/ngx_http_image_filter_module.c         && ctx->height <= ctx->max_height
max_height        750 http/modules/ngx_http_image_filter_module.c         && (ngx_uint_t) sy <= ctx->max_height)
max_height        792 http/modules/ngx_http_image_filter_module.c         if ((ngx_uint_t) dy > ctx->max_height) {
max_height        793 http/modules/ngx_http_image_filter_module.c             dx = dx * ctx->max_height / dy;
max_height        795 http/modules/ngx_http_image_filter_module.c             dy = ctx->max_height;
max_height        809 http/modules/ngx_http_image_filter_module.c             < ctx->max_width * 100 / ctx->max_height)
max_height        819 http/modules/ngx_http_image_filter_module.c             if ((ngx_uint_t) dy > ctx->max_height) {
max_height        820 http/modules/ngx_http_image_filter_module.c                 dx = dx * ctx->max_height / dy;
max_height        822 http/modules/ngx_http_image_filter_module.c                 dy = ctx->max_height;
max_height        895 http/modules/ngx_http_image_filter_module.c         if ((ngx_uint_t) dy > ctx->max_height) {
max_height        896 http/modules/ngx_http_image_filter_module.c             oy = dy - ctx->max_height;