np               1187 core/ngx_conf_file.c     ngx_int_t        *np;
np               1192 core/ngx_conf_file.c     np = (ngx_int_t *) (p + cmd->offset);
np               1194 core/ngx_conf_file.c     if (*np != NGX_CONF_UNSET) {
np               1199 core/ngx_conf_file.c     *np = ngx_atoi(value[1].data, value[1].len);
np               1200 core/ngx_conf_file.c     if (*np == NGX_ERROR) {
np               1206 core/ngx_conf_file.c         return post->post_handler(cf, post, np);
np               1380 core/ngx_conf_file.c     ngx_uint_t       *np, i;
np               1384 core/ngx_conf_file.c     np = (ngx_uint_t *) (p + cmd->offset);
np               1386 core/ngx_conf_file.c     if (*np != NGX_CONF_UNSET_UINT) {
np               1400 core/ngx_conf_file.c         *np = e[i].value;
np               1417 core/ngx_conf_file.c     ngx_uint_t          *np, i, m;
np               1422 core/ngx_conf_file.c     np = (ngx_uint_t *) (p + cmd->offset);
np               1435 core/ngx_conf_file.c             if (*np & mask[m].mask) {
np               1440 core/ngx_conf_file.c                 *np |= mask[m].mask;
np               1483 core/ngx_conf_file.c     ngx_int_t  *np = data;
np               1486 core/ngx_conf_file.c         if (*np >= bounds->low) {
np               1496 core/ngx_conf_file.c     if (*np >= bounds->low && *np <= bounds->high) {
np               2837 http/modules/ngx_http_fastcgi_module.c     ssize_t *np = data;
np               2839 http/modules/ngx_http_fastcgi_module.c     if ((u_long) *np >= ngx_freebsd_net_inet_tcp_sendspace) {
np               2849 http/modules/ngx_http_fastcgi_module.c     ssize_t *np = data;
np               2854 http/modules/ngx_http_fastcgi_module.c     *np = 0;
np               1163 http/modules/ngx_http_gzip_filter_module.c     size_t *np = data;
np               1171 http/modules/ngx_http_gzip_filter_module.c         if (wsize == *np) {
np               1172 http/modules/ngx_http_gzip_filter_module.c             *np = wbits;
np               1187 http/modules/ngx_http_gzip_filter_module.c     size_t *np = data;
np               1195 http/modules/ngx_http_gzip_filter_module.c         if (hsize == *np) {
np               1196 http/modules/ngx_http_gzip_filter_module.c             *np = memlevel;
np               2717 http/modules/ngx_http_proxy_module.c     ssize_t *np = data;
np               2719 http/modules/ngx_http_proxy_module.c     if ((u_long) *np >= ngx_freebsd_net_inet_tcp_sendspace) {
np               2729 http/modules/ngx_http_proxy_module.c     ssize_t *np = data;
np               2734 http/modules/ngx_http_proxy_module.c     *np = 0;
np               4498 http/ngx_http_core_module.c     ssize_t *np = data;
np               4500 http/ngx_http_core_module.c     if ((u_long) *np >= ngx_freebsd_net_inet_tcp_sendspace) {
np               4510 http/ngx_http_core_module.c     ssize_t *np = data;
np               4515 http/ngx_http_core_module.c     *np = 0;