blocked           191 http/ngx_http_copy_filter_module.c                 r->main->blocked++;
blocked           214 http/ngx_http_copy_filter_module.c     r->main->blocked++;
blocked           229 http/ngx_http_copy_filter_module.c     r->main->blocked--;
blocked           247 http/ngx_http_copy_filter_module.c     r->main->blocked--;
blocked           474 http/ngx_http_file_cache.c     r->main->blocked++;
blocked           498 http/ngx_http_file_cache.c     r->main->blocked--;
blocked          1908 http/ngx_http_request.c         if (r->main->blocked) {
blocked          2013 http/ngx_http_request.c     if (r->buffered || c->buffered || r->postponed || r->blocked) {
blocked          2087 http/ngx_http_request.c                    mr->count, mr->blocked);
blocked          2091 http/ngx_http_request.c         if (mr->blocked) {
blocked          2909 http/ngx_http_request.c                    "http request count:%d blk:%d", r->count, r->blocked);
blocked          2917 http/ngx_http_request.c     if (r->count || r->blocked) {
blocked           429 http/ngx_http_request.h     unsigned                          blocked:8;
blocked           200 mail/ngx_mail.h     unsigned                blocked:1;
blocked           574 mail/ngx_mail_handler.c         if (s->blocked) {
blocked           124 mail/ngx_mail_imap_handler.c         s->blocked = 1;
blocked           128 mail/ngx_mail_imap_handler.c     s->blocked = 0;
blocked           139 mail/ngx_mail_pop3_handler.c         s->blocked = 1;
blocked           143 mail/ngx_mail_pop3_handler.c     s->blocked = 0;
blocked           404 mail/ngx_mail_smtp_handler.c         s->blocked = 1;
blocked           408 mail/ngx_mail_smtp_handler.c     s->blocked = 0;