max_width         153 core/ngx_string.c     ngx_uint_t             width, sign, hex, max_width, frac_width, n;
max_width         173 core/ngx_string.c             max_width = 0;
max_width         191 core/ngx_string.c                     max_width = 1;
max_width         307 core/ngx_string.c                 if (max_width) {
max_width         352 core/ngx_string.c                 if (max_width) {
max_width          64 http/modules/ngx_http_image_filter_module.c     ngx_uint_t                   max_width;
max_width         509 http/modules/ngx_http_image_filter_module.c     ctx->max_width = ngx_http_image_filter_get_value(r, conf->wcv, conf->width);
max_width         510 http/modules/ngx_http_image_filter_module.c     if (ctx->max_width == 0) {
max_width         521 http/modules/ngx_http_image_filter_module.c         && ctx->width <= ctx->max_width
max_width         749 http/modules/ngx_http_image_filter_module.c         && (ngx_uint_t) sx <= ctx->max_width
max_width         786 http/modules/ngx_http_image_filter_module.c         if ((ngx_uint_t) dx > ctx->max_width) {
max_width         787 http/modules/ngx_http_image_filter_module.c             dy = dy * ctx->max_width / dx;
max_width         789 http/modules/ngx_http_image_filter_module.c             dx = ctx->max_width;
max_width         809 http/modules/ngx_http_image_filter_module.c             < ctx->max_width * 100 / ctx->max_height)
max_width         811 http/modules/ngx_http_image_filter_module.c             if ((ngx_uint_t) dx > ctx->max_width) {
max_width         812 http/modules/ngx_http_image_filter_module.c                 dy = dy * ctx->max_width / dx;
max_width         814 http/modules/ngx_http_image_filter_module.c                 dx = ctx->max_width;
max_width         888 http/modules/ngx_http_image_filter_module.c         if ((ngx_uint_t) dx > ctx->max_width) {
max_width         889 http/modules/ngx_http_image_filter_module.c             ox = dx - ctx->max_width;