NGX_HTML_ENTITY_LEN  743 http/modules/ngx_http_charset_filter_module.c             if (size < NGX_HTML_ENTITY_LEN) {
NGX_HTML_ENTITY_LEN  744 http/modules/ngx_http_charset_filter_module.c                 size += NGX_HTML_ENTITY_LEN;
NGX_HTML_ENTITY_LEN  830 http/modules/ngx_http_charset_filter_module.c     if (size < NGX_HTML_ENTITY_LEN) {
NGX_HTML_ENTITY_LEN  831 http/modules/ngx_http_charset_filter_module.c         size += NGX_HTML_ENTITY_LEN;
NGX_HTML_ENTITY_LEN  876 http/modules/ngx_http_charset_filter_module.c         if ((size_t) (b->end - dst) < NGX_HTML_ENTITY_LEN) {
NGX_HTML_ENTITY_LEN  879 http/modules/ngx_http_charset_filter_module.c             size = buf->last - src + NGX_HTML_ENTITY_LEN;