ngx_max           213 src/core/ngx_crypt.c     len = ngx_max(ngx_base64_decoded_length(encoded.len), 20);
ngx_max           843 src/http/modules/ngx_http_log_module.c     ms = ngx_max(ms, 0);
ngx_max          5031 src/http/ngx_http_upstream.c             ms = ngx_max(ms, 0);
ngx_max          2056 src/http/ngx_http_variables.c     ms = ngx_max(ms, 0);
ngx_max          2330 src/http/ngx_http_variables.c     cmcf->ncaptures = ngx_max(cmcf->ncaptures, re->ncaptures);
ngx_max           188 src/os/unix/ngx_files.h #define ngx_file_fs_size(sb)     ngx_max((sb)->st_size, (sb)->st_blocks * 512)
ngx_max           285 src/os/unix/ngx_files.h     ngx_max((dir)->info.st_size, (dir)->info.st_blocks * 512)