command           613 http/modules/ngx_http_ssi_filter_module.c                 cmd = ngx_hash_find(&smcf->hash, ctx->key, ctx->command.data,
command           614 http/modules/ngx_http_ssi_filter_module.c                                     ctx->command.len);
command           620 http/modules/ngx_http_ssi_filter_module.c                                       &ctx->command);
command           633 http/modules/ngx_http_ssi_filter_module.c                                   &ctx->command);
command           643 http/modules/ngx_http_ssi_filter_module.c                         len = 5 + ctx->command.len + 4;
command           671 http/modules/ngx_http_ssi_filter_module.c                         b->last = ngx_cpymem(b->last, ctx->command.data,
command           672 http/modules/ngx_http_ssi_filter_module.c                                              ctx->command.len);
command           715 http/modules/ngx_http_ssi_filter_module.c                                   &ctx->command);
command           741 http/modules/ngx_http_ssi_filter_module.c                                               &param[i].key, &ctx->command);
command           764 http/modules/ngx_http_ssi_filter_module.c                                       &param[i].key, &ctx->command);
command           775 http/modules/ngx_http_ssi_filter_module.c                                       &prm->name, &ctx->command);
command          1124 http/modules/ngx_http_ssi_filter_module.c                 ctx->command.len = 1;
command          1125 http/modules/ngx_http_ssi_filter_module.c                 ctx->command.data = ngx_pnalloc(r->pool,
command          1127 http/modules/ngx_http_ssi_filter_module.c                 if (ctx->command.data == NULL) {
command          1131 http/modules/ngx_http_ssi_filter_module.c                 ctx->command.data[0] = ch;
command          1158 http/modules/ngx_http_ssi_filter_module.c                 if (ctx->command.len == NGX_HTTP_SSI_COMMAND_LEN) {
command          1161 http/modules/ngx_http_ssi_filter_module.c                                   &ctx->command, ch);
command          1167 http/modules/ngx_http_ssi_filter_module.c                 ctx->command.data[ctx->command.len++] = ch;
command          1238 http/modules/ngx_http_ssi_filter_module.c                               &ctx->param->key, &ctx->command);
command          1247 http/modules/ngx_http_ssi_filter_module.c                                   &ctx->param->key, ch, &ctx->command);
command          1278 http/modules/ngx_http_ssi_filter_module.c                               ch, &ctx->param->key, &ctx->command);
command          1310 http/modules/ngx_http_ssi_filter_module.c                               ch, &ctx->param->key, &ctx->command);
command          1334 http/modules/ngx_http_ssi_filter_module.c                                   &ctx->command);
command          1362 http/modules/ngx_http_ssi_filter_module.c                                   &ctx->command);
command          1414 http/modules/ngx_http_ssi_filter_module.c                               &ctx->command);
command          1430 http/modules/ngx_http_ssi_filter_module.c                               ch, &ctx->command);
command          1454 http/modules/ngx_http_ssi_filter_module.c                               ch, &ctx->command);
command          2323 http/modules/ngx_http_ssi_filter_module.c     if (ctx->command.len == 2) {
command            46 http/modules/ngx_http_ssi_filter_module.h     ngx_str_t                 command;
command           224 mail/ngx_mail.h     ngx_uint_t              command;
command           143 mail/ngx_mail_imap_handler.c                        s->command);
command           170 mail/ngx_mail_imap_handler.c             switch (s->command) {
command            46 mail/ngx_mail_parse.c                         s->command = NGX_POP3_USER;
command            50 mail/ngx_mail_parse.c                         s->command = NGX_POP3_PASS;
command            54 mail/ngx_mail_parse.c                         s->command = NGX_POP3_APOP;
command            58 mail/ngx_mail_parse.c                         s->command = NGX_POP3_QUIT;
command            62 mail/ngx_mail_parse.c                         s->command = NGX_POP3_CAPA;
command            66 mail/ngx_mail_parse.c                         s->command = NGX_POP3_AUTH;
command            70 mail/ngx_mail_parse.c                         s->command = NGX_POP3_NOOP;
command            74 mail/ngx_mail_parse.c                         s->command = NGX_POP3_STLS;
command           134 mail/ngx_mail_parse.c                 if (s->command == NGX_POP3_USER
command           135 mail/ngx_mail_parse.c                     || s->command == NGX_POP3_PASS)
command           198 mail/ngx_mail_parse.c     s->state = (s->command != NGX_POP3_AUTH) ? sw_start : sw_argument;
command           285 mail/ngx_mail_parse.c                         s->command = NGX_IMAP_NOOP;
command           299 mail/ngx_mail_parse.c                         s->command = NGX_IMAP_LOGIN;
command           314 mail/ngx_mail_parse.c                         s->command = NGX_IMAP_LOGOUT;
command           332 mail/ngx_mail_parse.c                         s->command = NGX_IMAP_STARTTLS;
command           352 mail/ngx_mail_parse.c                         s->command = NGX_IMAP_CAPABILITY;
command           373 mail/ngx_mail_parse.c                         s->command = NGX_IMAP_AUTHENTICATE;
command           603 mail/ngx_mail_parse.c     s->state = (s->command != NGX_IMAP_AUTHENTICATE) ? sw_start : sw_argument;
command           651 mail/ngx_mail_parse.c                         s->command = NGX_SMTP_HELO;
command           655 mail/ngx_mail_parse.c                         s->command = NGX_SMTP_EHLO;
command           659 mail/ngx_mail_parse.c                         s->command = NGX_SMTP_QUIT;
command           663 mail/ngx_mail_parse.c                         s->command = NGX_SMTP_AUTH;
command           667 mail/ngx_mail_parse.c                         s->command = NGX_SMTP_NOOP;
command           671 mail/ngx_mail_parse.c                         s->command = NGX_SMTP_MAIL;
command           675 mail/ngx_mail_parse.c                         s->command = NGX_SMTP_RSET;
command           679 mail/ngx_mail_parse.c                         s->command = NGX_SMTP_RCPT;
command           683 mail/ngx_mail_parse.c                         s->command = NGX_SMTP_VRFY;
command           687 mail/ngx_mail_parse.c                         s->command = NGX_SMTP_EXPN;
command           691 mail/ngx_mail_parse.c                         s->command = NGX_SMTP_HELP;
command           708 mail/ngx_mail_parse.c                         s->command = NGX_SMTP_STARTTLS;
command           817 mail/ngx_mail_parse.c     s->state = (s->command != NGX_SMTP_AUTH) ? sw_start : sw_argument;
command           158 mail/ngx_mail_pop3_handler.c             switch (s->command) {
command           196 mail/ngx_mail_pop3_handler.c             switch (s->command) {
command           423 mail/ngx_mail_smtp_handler.c             switch (s->command) {
command           546 mail/ngx_mail_smtp_handler.c     if (s->command == NGX_SMTP_HELO) {
command           150 os/unix/ngx_channel.c     if (ch->command == NGX_CMD_OPEN_CHANNEL) {
command           179 os/unix/ngx_channel.c     if (ch->command == NGX_CMD_OPEN_CHANNEL) {
command            17 os/unix/ngx_channel.h      ngx_uint_t  command;
command           354 os/unix/ngx_process_cycle.c     ch.command = NGX_CMD_OPEN_CHANNEL;
command           402 os/unix/ngx_process_cycle.c     ch.command = NGX_CMD_OPEN_CHANNEL;
command           417 os/unix/ngx_process_cycle.c     ch.command = NGX_CMD_OPEN_CHANNEL;
command           463 os/unix/ngx_process_cycle.c     ch.command = 0;
command           470 os/unix/ngx_process_cycle.c         ch.command = NGX_CMD_QUIT;
command           474 os/unix/ngx_process_cycle.c         ch.command = NGX_CMD_TERMINATE;
command           478 os/unix/ngx_process_cycle.c         ch.command = NGX_CMD_REOPEN;
command           482 os/unix/ngx_process_cycle.c         ch.command = 0;
command           517 os/unix/ngx_process_cycle.c         if (ch.command) {
command           562 os/unix/ngx_process_cycle.c     ch.command = NGX_CMD_CLOSE_CHANNEL;
command           628 os/unix/ngx_process_cycle.c                 ch.command = NGX_CMD_OPEN_CHANNEL;
command          1114 os/unix/ngx_process_cycle.c                        "channel command: %d", ch.command);
command          1116 os/unix/ngx_process_cycle.c         switch (ch.command) {