max               282 core/ngx_inet.c     size_t       max, n;
max               291 core/ngx_inet.c     max = 1;
max               298 core/ngx_inet.c             if (max < n) {
max               300 core/ngx_inet.c                 max = n;
max               312 core/ngx_inet.c     if (max < n) {
max               314 core/ngx_inet.c         max = n;
max               322 core/ngx_inet.c         if ((max == 5 && p[10] == 0xff && p[11] == 0xff)
max               323 core/ngx_inet.c             || (max == 6)
max               324 core/ngx_inet.c             || (max == 7 && p[14] != 0 && p[15] != 1))
max               336 core/ngx_inet.c             i += (max - 1) * 2;
max                43 core/ngx_open_file_cache.c ngx_open_file_cache_init(ngx_pool_t *pool, ngx_uint_t max, time_t inactive)
max                59 core/ngx_open_file_cache.c     cache->max = max;
max               338 core/ngx_open_file_cache.c     if (cache->current >= cache->max) {
max                85 core/ngx_open_file_cache.h     ngx_uint_t               max;
max               112 core/ngx_open_file_cache.h     ngx_uint_t max, time_t inactive);
max                31 core/ngx_palloc.c     p->max = (size < NGX_MAX_ALLOC_FROM_POOL) ? size : NGX_MAX_ALLOC_FROM_POOL;
max               121 core/ngx_palloc.c     if (size <= pool->max) {
max               151 core/ngx_palloc.c     if (size <= pool->max) {
max                58 core/ngx_palloc.h     size_t                max;
max               100 core/ngx_parse.c     ngx_uint_t   max, valid;
max               138 core/ngx_parse.c             max = 68;
max               147 core/ngx_parse.c             max = 828;
max               156 core/ngx_parse.c             max = 3550;
max               165 core/ngx_parse.c             max = 24855;
max               174 core/ngx_parse.c             max = 596523;
max               185 core/ngx_parse.c                 max = 2147483647;
max               194 core/ngx_parse.c             max = 35791394;
max               203 core/ngx_parse.c             max = 2147483647;
max               212 core/ngx_parse.c             max = 2147483647;
max               222 core/ngx_parse.c             max /= 1000;
max               225 core/ngx_parse.c         if ((ngx_uint_t) value > max) {
max               116 core/ngx_string.c ngx_snprintf(u_char *buf, size_t max, const char *fmt, ...)
max               122 core/ngx_string.c     p = ngx_vslprintf(buf, buf + max, fmt, args);
max               149 core/ngx_string.h u_char * ngx_cdecl ngx_snprintf(u_char *buf, size_t max, const char *fmt, ...);
max               153 core/ngx_string.h #define ngx_vsnprintf(buf, max, fmt, args)                                   \
max               154 core/ngx_string.h     ngx_vslprintf(buf, buf + (max), fmt, args)
max                68 event/modules/ngx_eventport_module.c int port_getn(int port, port_event_t list[], uint_t max, uint_t *nget,
max              1232 http/modules/ngx_http_log_module.c     ngx_int_t    max, min_uses;
max              1241 http/modules/ngx_http_log_module.c     max = 0;
max              1250 http/modules/ngx_http_log_module.c             max = ngx_atoi(value[i].data + 4, value[i].len - 4);
max              1251 http/modules/ngx_http_log_module.c             if (max == NGX_ERROR) {
max              1313 http/modules/ngx_http_log_module.c     if (max == 0) {
max              1319 http/modules/ngx_http_log_module.c     llcf->open_file_cache = ngx_open_file_cache_init(cf->pool, max, inactive);
max              4205 http/ngx_http_core_module.c     ngx_int_t    max;
max              4214 http/ngx_http_core_module.c     max = 0;
max              4221 http/ngx_http_core_module.c             max = ngx_atoi(value[i].data + 4, value[i].len - 4);
max              4222 http/ngx_http_core_module.c             if (max == NGX_ERROR) {
max              4261 http/ngx_http_core_module.c     if (max == 0) {
max              4267 http/ngx_http_core_module.c     clcf->open_file_cache = ngx_open_file_cache_init(cf->pool, max, inactive);