width              12 core/ngx_string.c     u_char zero, ngx_uint_t hexadecimal, ngx_uint_t width);
width             153 core/ngx_string.c     ngx_uint_t             width, sign, hex, max_width, frac_width, n;
width             170 core/ngx_string.c             width = 0;
width             178 core/ngx_string.c                 width = width * 10 + *fmt++ - '0';
width             308 core/ngx_string.c                     width = NGX_INT_T_LEN;
width             353 core/ngx_string.c                     width = NGX_ATOMIC_T_LEN;
width             368 core/ngx_string.c                 buf = ngx_sprintf_num(buf, last, ui64, zero, 0, width);
width             407 core/ngx_string.c                 width = NGX_PTR_SIZE * 2;
width             454 core/ngx_string.c             buf = ngx_sprintf_num(buf, last, ui64, zero, hex, width);
width             469 core/ngx_string.c     ngx_uint_t hexadecimal, ngx_uint_t width)
width             537 core/ngx_string.c     while (len++ < width && buf < last) {
width              40 http/modules/ngx_http_image_filter_module.c     ngx_uint_t                   width;
width              62 http/modules/ngx_http_image_filter_module.c     ngx_uint_t                   width;
width             509 http/modules/ngx_http_image_filter_module.c     ctx->max_width = ngx_http_image_filter_get_value(r, conf->wcv, conf->width);
width             521 http/modules/ngx_http_image_filter_module.c         && ctx->width <= ctx->max_width
width             576 http/modules/ngx_http_image_filter_module.c                           ctx->width, ctx->height,
width             624 http/modules/ngx_http_image_filter_module.c     ngx_uint_t   width, height;
width             634 http/modules/ngx_http_image_filter_module.c         width = 0;
width             649 http/modules/ngx_http_image_filter_module.c                     && (width == 0 || height == 0))
width             651 http/modules/ngx_http_image_filter_module.c                     width = p[6] * 256 + p[7];
width             673 http/modules/ngx_http_image_filter_module.c         if (width == 0 || height == 0) {
width             692 http/modules/ngx_http_image_filter_module.c         width = p[7] * 256 + p[6];
width             703 http/modules/ngx_http_image_filter_module.c         width = p[18] * 256 + p[19];
width             714 http/modules/ngx_http_image_filter_module.c                    "image size: %d x %d", width, height);
width             716 http/modules/ngx_http_image_filter_module.c     ctx->width = width;
width            1166 http/modules/ngx_http_image_filter_module.c             conf->width = prev->width;
width            1293 http/modules/ngx_http_image_filter_module.c         imcf->width = (ngx_uint_t) n;