tag               184 core/ngx_buf.c     ngx_chain_t **out, ngx_buf_tag_t tag)
tag               204 core/ngx_buf.c         if ((*busy)->buf->tag != tag) {
tag                27 core/ngx_buf.h     ngx_buf_tag_t    tag;
tag               103 core/ngx_buf.h     ngx_buf_tag_t                tag;
tag               158 core/ngx_buf.h     ngx_chain_t **out, ngx_buf_tag_t tag);
tag              1262 core/ngx_cycle.c ngx_shared_memory_add(ngx_conf_t *cf, ngx_str_t *name, size_t size, void *tag)
tag              1300 core/ngx_cycle.c         if (tag != shm_zone[i].tag) {
tag              1323 core/ngx_cycle.c     shm_zone->tag = tag;
tag                32 core/ngx_cycle.h     void                     *tag;
tag               128 core/ngx_cycle.h     size_t size, void *tag);
tag               211 core/ngx_output_chain.c         ngx_chain_update_chains(&ctx->free, &ctx->busy, &out, ctx->tag);
tag               446 core/ngx_output_chain.c     b->tag = ctx->tag;
tag               641 event/ngx_event_pipe.c         ngx_chain_update_chains(&p->free, &p->busy, &out, p->tag);
tag               829 event/ngx_event_pipe.c     b->tag = p->tag;
tag                63 event/ngx_event_pipe.h     ngx_buf_tag_t      tag;
tag               617 http/modules/ngx_http_charset_filter_module.c             if (b->tag != (ngx_buf_tag_t) &ngx_http_charset_filter_module) {
tag              1115 http/modules/ngx_http_charset_filter_module.c     cl->buf->tag = (ngx_buf_tag_t) &ngx_http_charset_filter_module;
tag              1159 http/modules/ngx_http_charset_filter_module.c     cl->buf->tag = (ngx_buf_tag_t) &ngx_http_charset_filter_module;
tag               580 http/modules/ngx_http_fastcgi_module.c     u->output.tag = (ngx_buf_tag_t) &ngx_http_fastcgi_module;
tag              1713 http/modules/ngx_http_fastcgi_module.c         b->tag = p->tag;
tag               569 http/modules/ngx_http_gzip_filter_module.c             buf->tag = (ngx_buf_tag_t) &ngx_http_gzip_filter_module;
tag               685 http/modules/ngx_http_gzip_filter_module.c     if (ctx->in_buf->tag == (ngx_buf_tag_t) &ngx_http_gzip_filter_module) {
tag               741 http/modules/ngx_http_gzip_filter_module.c         ctx->out_buf->tag = (ngx_buf_tag_t) &ngx_http_gzip_filter_module;
tag               174 http/modules/ngx_http_memcached_module.c     u->output.tag = (ngx_buf_tag_t) &ngx_http_memcached_module;
tag               450 http/modules/ngx_http_memcached_module.c     cl->buf->tag = u->output.tag;
tag               588 http/modules/ngx_http_proxy_module.c     u->output.tag = (ngx_buf_tag_t) &ngx_http_proxy_module;
tag               402 http/modules/ngx_http_scgi_module.c     u->output.tag = (ngx_buf_tag_t) &ngx_http_scgi_module;
tag               435 http/modules/ngx_http_uwsgi_module.c     u->output.tag = (ngx_buf_tag_t) &ngx_http_uwsgi_module;
tag               115 http/ngx_http_copy_filter_module.c         ctx->tag = (ngx_buf_tag_t) &ngx_http_copy_filter_module;
tag              1171 http/ngx_http_upstream.c         r->request_body->buf->tag = u->output.tag;
tag              1489 http/ngx_http_upstream.c         u->buffer.tag = u->output.tag;
tag              2206 http/ngx_http_upstream.c     p->tag = u->output.tag;
tag              2387 http/ngx_http_upstream.c                                         &u->out_bufs, u->output.tag);
tag              2505 http/ngx_http_upstream.c     cl->buf->tag = u->output.tag;
tag               214 mail/ngx_mail.h     ngx_str_t               tag;
tag               523 mail/ngx_mail_auth_http_module.c                     size = s->tag.len + sizeof("NO ") - 1 + len
tag               549 mail/ngx_mail_auth_http_module.c                     p = ngx_cpymem(p, s->tag.data, s->tag.len);
tag               106 mail/ngx_mail_imap_handler.c     ngx_uint_t           tag, i;
tag               136 mail/ngx_mail_imap_handler.c     tag = 1;
tag               178 mail/ngx_mail_imap_handler.c                 tag = (rc != NGX_OK);
tag               207 mail/ngx_mail_imap_handler.c             tag = 0;
tag               227 mail/ngx_mail_imap_handler.c         tag = 0;
tag               248 mail/ngx_mail_imap_handler.c     if (tag) {
tag               249 mail/ngx_mail_imap_handler.c         if (s->tag.len == 0) {
tag               250 mail/ngx_mail_imap_handler.c             ngx_str_set(&s->tag, imap_star);
tag               253 mail/ngx_mail_imap_handler.c         if (s->tagged_line.len < s->tag.len + s->text.len + s->out.len) {
tag               254 mail/ngx_mail_imap_handler.c             s->tagged_line.len = s->tag.len + s->text.len + s->out.len;
tag               268 mail/ngx_mail_imap_handler.c         p = ngx_cpymem(p, s->tag.data, s->tag.len);
tag               271 mail/ngx_mail_imap_handler.c         s->out.len = s->text.len + s->tag.len + s->out.len;
tag               280 mail/ngx_mail_imap_handler.c             s->arg_start = s->buffer->start + s->tag.len;
tag               287 mail/ngx_mail_imap_handler.c             s->tag.len = 0;
tag               242 mail/ngx_mail_parse.c                 s->tag.len = p - s->buffer->start + 1;
tag               243 mail/ngx_mail_parse.c                 s->tag.data = s->buffer->start;
tag               369 mail/ngx_mail_proxy_module.c         line.len = s->tag.len + sizeof("LOGIN ") - 1
tag               378 mail/ngx_mail_proxy_module.c                                &s->tag, s->login.len)
tag               769 mail/ngx_mail_proxy_module.c             if (ngx_strncmp(p, s->tag.data, s->tag.len) == 0) {
tag               770 mail/ngx_mail_proxy_module.c                 p += s->tag.len;