type              113 core/ngx_conf_file.c     } type;
type              160 core/ngx_conf_file.c         type = parse_file;
type              164 core/ngx_conf_file.c         type = parse_block;
type              167 core/ngx_conf_file.c         type = parse_param;
type              190 core/ngx_conf_file.c             if (type != parse_block) {
type              200 core/ngx_conf_file.c             if (type == parse_block) {
type              211 core/ngx_conf_file.c             if (type == parse_param) {
type              296 core/ngx_conf_file.c         if (ngx_modules[i]->type != NGX_CONF_MODULE
type              297 core/ngx_conf_file.c             && ngx_modules[i]->type != cf->module_type)
type              320 core/ngx_conf_file.c             if (!(cmd->type & cf->cmd_type)) {
type              321 core/ngx_conf_file.c                 if (cmd->type & NGX_CONF_MULTI) {
type              329 core/ngx_conf_file.c             if (!(cmd->type & NGX_CONF_BLOCK) && last != NGX_OK) {
type              336 core/ngx_conf_file.c             if ((cmd->type & NGX_CONF_BLOCK) && last != NGX_CONF_BLOCK_START) {
type              345 core/ngx_conf_file.c             if (!(cmd->type & NGX_CONF_ANY)) {
type              347 core/ngx_conf_file.c                 if (cmd->type & NGX_CONF_FLAG) {
type              353 core/ngx_conf_file.c                 } else if (cmd->type & NGX_CONF_1MORE) {
type              359 core/ngx_conf_file.c                 } else if (cmd->type & NGX_CONF_2MORE) {
type              369 core/ngx_conf_file.c                 } else if (!(cmd->type & argument_number[cf->args->nelts - 1]))
type              379 core/ngx_conf_file.c             if (cmd->type & NGX_DIRECT_CONF) {
type              382 core/ngx_conf_file.c             } else if (cmd->type & NGX_MAIN_CONF) {
type               79 core/ngx_conf_file.h     ngx_uint_t            type;
type              123 core/ngx_conf_file.h     ngx_uint_t            type;
type               74 core/ngx_connection.c     ls->type = SOCK_STREAM;
type              311 core/ngx_connection.c             s = ngx_socket(ls[i].sockaddr->sa_family, ls[i].type, 0);
type               25 core/ngx_connection.h     int                 type;
type              215 core/ngx_cycle.c         if (ngx_modules[i]->type != NGX_CORE_MODULE) {
type              279 core/ngx_cycle.c         if (ngx_modules[i]->type != NGX_CORE_MODULE) {
type              651 core/ngx_hash.c ngx_hash_keys_array_init(ngx_hash_keys_arrays_t *ha, ngx_uint_t type)
type              655 core/ngx_hash.c     if (type == NGX_HASH_SMALL) {
type              116 core/ngx_hash.h ngx_int_t ngx_hash_keys_array_init(ngx_hash_keys_arrays_t *ha, ngx_uint_t type);
type              102 core/ngx_queue.h #define ngx_queue_data(q, type, link)                                         \
type              103 core/ngx_queue.h     (type *) ((u_char *) q - offsetof(type, link))
type             1766 core/ngx_resolver.c     qs->type_hi = 0; qs->type_lo = (u_char) ctx->type;
type              119 core/ngx_resolver.h     ngx_int_t                 type;
type              417 core/ngx_slab.c     ngx_uint_t        n, type, slot, shift, map;
type              430 core/ngx_slab.c     type = page->prev & NGX_SLAB_PAGE_MASK;
type              432 core/ngx_slab.c     switch (type) {
type             1337 core/ngx_string.c ngx_escape_uri(u_char *dst, u_char *src, size_t size, ngx_uint_t type)
type             1449 core/ngx_string.c     escape = map[type];
type             1486 core/ngx_string.c ngx_unescape_uri(u_char **dst, u_char **src, size_t size, ngx_uint_t type)
type             1508 core/ngx_string.c                 && (type & (NGX_UNESCAPE_URI|NGX_UNESCAPE_REDIRECT)))
type             1552 core/ngx_string.c                 if (type & NGX_UNESCAPE_REDIRECT) {
type             1572 core/ngx_string.c                 if (type & NGX_UNESCAPE_URI) {
type             1582 core/ngx_string.c                 if (type & NGX_UNESCAPE_REDIRECT) {
type              203 core/ngx_string.h     ngx_uint_t type);
type              204 core/ngx_string.h void ngx_unescape_uri(u_char **dst, u_char **src, size_t size, ngx_uint_t type);
type              608 event/ngx_event.c         if (ngx_modules[m]->type != NGX_EVENT_MODULE) {
type              889 event/ngx_event.c         if (ngx_modules[i]->type != NGX_EVENT_MODULE) {
type              909 event/ngx_event.c         if (ngx_modules[i]->type != NGX_EVENT_MODULE) {
type              936 event/ngx_event.c         if (ngx_modules[i]->type != NGX_EVENT_MODULE) {
type             1011 event/ngx_event.c         if (ngx_modules[m]->type != NGX_EVENT_MODULE) {
type             1213 event/ngx_event.c             if (ngx_modules[i]->type != NGX_EVENT_MODULE) {
type               64 http/modules/ngx_http_fastcgi_module.c     ngx_uint_t                     type;
type               92 http/modules/ngx_http_fastcgi_module.c     u_char  type;
type              112 http/modules/ngx_http_fastcgi_module.c     u_char  type;
type              984 http/modules/ngx_http_fastcgi_module.c     h->type = NGX_HTTP_FASTCGI_PARAMS;
type             1052 http/modules/ngx_http_fastcgi_module.c                 h->type = NGX_HTTP_FASTCGI_STDIN;
type             1101 http/modules/ngx_http_fastcgi_module.c     h->type = NGX_HTTP_FASTCGI_STDIN;
type             1178 http/modules/ngx_http_fastcgi_module.c             if (f->type != NGX_HTTP_FASTCGI_STDOUT
type             1179 http/modules/ngx_http_fastcgi_module.c                 && f->type != NGX_HTTP_FASTCGI_STDERR)
type             1183 http/modules/ngx_http_fastcgi_module.c                               f->type);
type             1188 http/modules/ngx_http_fastcgi_module.c             if (f->type == NGX_HTTP_FASTCGI_STDOUT && f->length == 0) {
type             1221 http/modules/ngx_http_fastcgi_module.c         if (f->type == NGX_HTTP_FASTCGI_STDERR) {
type             1320 http/modules/ngx_http_fastcgi_module.c                 fh->type = NGX_HTTP_FASTCGI_STDERR;
type             1604 http/modules/ngx_http_fastcgi_module.c             if (f->type == NGX_HTTP_FASTCGI_STDOUT && f->length == 0) {
type             1614 http/modules/ngx_http_fastcgi_module.c             if (f->type == NGX_HTTP_FASTCGI_END_REQUEST) {
type             1649 http/modules/ngx_http_fastcgi_module.c         if (f->type == NGX_HTTP_FASTCGI_STDERR) {
type             1829 http/modules/ngx_http_fastcgi_module.c                  f->type = (ngx_uint_t) ch;
type               69 http/modules/ngx_http_image_filter_module.c     ngx_uint_t                   type;
type               93 http/modules/ngx_http_image_filter_module.c static u_char *ngx_http_image_out(ngx_http_request_t *r, ngx_uint_t type,
type              283 http/modules/ngx_http_image_filter_module.c         ctx->type = ngx_http_image_test(r, in);
type              287 http/modules/ngx_http_image_filter_module.c         if (ctx->type == NGX_HTTP_IMAGE_NONE) {
type              307 http/modules/ngx_http_image_filter_module.c         ct = &ngx_http_image_types[ctx->type - 1];
type              577 http/modules/ngx_http_image_filter_module.c                           ngx_http_image_types[ctx->type - 1].data + 6);
type              628 http/modules/ngx_http_image_filter_module.c     switch (ctx->type) {
type              937 http/modules/ngx_http_image_filter_module.c     out = ngx_http_image_out(r, ctx->type, dst, &size);
type              983 http/modules/ngx_http_image_filter_module.c     switch (ctx->type) {
type             1042 http/modules/ngx_http_image_filter_module.c ngx_http_image_out(ngx_http_request_t *r, ngx_uint_t type, gdImagePtr img,
type             1052 http/modules/ngx_http_image_filter_module.c     switch (type) {
type              174 http/modules/ngx_http_random_index_module.c         if (dir.type == 0 || ngx_de_is_link(&dir)) {
type               25 http/modules/ngx_http_realip_module.c     ngx_uint_t         type;
type              138 http/modules/ngx_http_realip_module.c     switch (rlcf->type) {
type              381 http/modules/ngx_http_realip_module.c         rlcf->type = NGX_HTTP_REALIP_XREALIP;
type              386 http/modules/ngx_http_realip_module.c         rlcf->type = NGX_HTTP_REALIP_XFWD;
type              390 http/modules/ngx_http_realip_module.c     rlcf->type = NGX_HTTP_REALIP_HEADER;
type              416 http/modules/ngx_http_realip_module.c     conf->type = NGX_CONF_UNSET_UINT;
type              441 http/modules/ngx_http_realip_module.c     ngx_conf_merge_uint_value(conf->type, prev->type, NGX_HTTP_REALIP_XREALIP);
type              545 http/modules/ngx_http_rewrite_module.c         if (ngx_modules[i]->type != NGX_HTTP_MODULE) {
type              448 http/modules/ngx_http_xslt_filter_module.c     u_char                           *type, *encoding;
type              495 http/modules/ngx_http_xslt_filter_module.c         type = ngx_http_xslt_content_type(sheet[i - 1].stylesheet);
type              498 http/modules/ngx_http_xslt_filter_module.c         type = NULL;
type              502 http/modules/ngx_http_xslt_filter_module.c     doc_type = doc->type;
type              506 http/modules/ngx_http_xslt_filter_module.c                    doc_type, type ? type : (u_char *) "(null)",
type              546 http/modules/ngx_http_xslt_filter_module.c     if (type) {
type              547 http/modules/ngx_http_xslt_filter_module.c         len = ngx_strlen(type);
type              551 http/modules/ngx_http_xslt_filter_module.c         r->headers_out.content_type.data = type;
type              657 http/modules/ngx_http_xslt_filter_module.c     u_char  *type;
type              665 http/modules/ngx_http_xslt_filter_module.c         type = ngx_http_xslt_content_type(s);
type              667 http/modules/ngx_http_xslt_filter_module.c         if (type) {
type              668 http/modules/ngx_http_xslt_filter_module.c             return type;
type              143 http/ngx_http.c         if (ngx_modules[m]->type != NGX_HTTP_MODULE) {
type              188 http/ngx_http.c         if (ngx_modules[m]->type != NGX_HTTP_MODULE) {
type              221 http/ngx_http.c         if (ngx_modules[m]->type != NGX_HTTP_MODULE) {
type              253 http/ngx_http.c         if (ngx_modules[m]->type != NGX_HTTP_MODULE) {
type              302 http/ngx_http.c         if (ngx_modules[m]->type != NGX_HTTP_MODULE) {
type             1913 http/ngx_http.c     ngx_hash_key_t   *type;
type             1930 http/ngx_http.c             type = ngx_array_push(*types);
type             1931 http/ngx_http.c             if (type == NULL) {
type             1935 http/ngx_http.c             type->key = *default_type;
type             1936 http/ngx_http.c             type->key_hash = ngx_hash_key(default_type->data,
type             1938 http/ngx_http.c             type->value = (void *) 4;
type             1954 http/ngx_http.c         type = (*types)->elts;
type             1957 http/ngx_http.c             if (ngx_strcmp(value[i].data, type[n].key.data) == 0) {
type             1964 http/ngx_http.c         type = ngx_array_push(*types);
type             1965 http/ngx_http.c         if (type == NULL) {
type             1969 http/ngx_http.c         type->key = value[i];
type             1970 http/ngx_http.c         type->key_hash = hash;
type             1971 http/ngx_http.c         type->value = (void *) 4;
type             2047 http/ngx_http.c     ngx_hash_key_t  *type;
type             2056 http/ngx_http.c         type = ngx_array_push(*types);
type             2057 http/ngx_http.c         if (type == NULL) {
type             2061 http/ngx_http.c         type->key = *default_type;
type             2062 http/ngx_http.c         type->key_hash = ngx_hash_key(default_type->data,
type             2064 http/ngx_http.c         type->value = (void *) 4;
type             1678 http/ngx_http_core_module.c     ngx_str_t                 *type;
type             1712 http/ngx_http_core_module.c         type = ngx_hash_find(&clcf->types_hash, hash,
type             1715 http/ngx_http_core_module.c         if (type) {
type             1716 http/ngx_http_core_module.c             r->headers_out.content_type_len = type->len;
type             1717 http/ngx_http_core_module.c             r->headers_out.content_type = *type;
type             2474 http/ngx_http_core_module.c         if (ngx_modules[i]->type != NGX_HTTP_MODULE) {
type             2589 http/ngx_http_core_module.c         if (ngx_modules[i]->type != NGX_HTTP_MODULE) {
type             2829 http/ngx_http_core_module.c     ngx_hash_key_t  *type;
type             2856 http/ngx_http_core_module.c         type = clcf->types->elts;
type             2858 http/ngx_http_core_module.c             if (ngx_strcmp(value[i].data, type[n].key.data) == 0) {
type             2859 http/ngx_http_core_module.c                 old = type[n].value;
type             2860 http/ngx_http_core_module.c                 type[n].value = content_type;
type             2872 http/ngx_http_core_module.c         type = ngx_array_push(clcf->types);
type             2873 http/ngx_http_core_module.c         if (type == NULL) {
type             2877 http/ngx_http_core_module.c         type->key = value[i];
type             2878 http/ngx_http_core_module.c         type->key_hash = hash;
type             2879 http/ngx_http_core_module.c         type->value = content_type;
type             3177 http/ngx_http_core_module.c     ngx_hash_key_t   *type;
type             3244 http/ngx_http_core_module.c             type = ngx_array_push(conf->types);
type             3245 http/ngx_http_core_module.c             if (type == NULL) {
type             3249 http/ngx_http_core_module.c             type->key = ngx_http_core_default_types[i].key;
type             3250 http/ngx_http_core_module.c             type->key_hash =
type             3253 http/ngx_http_core_module.c             type->value = ngx_http_core_default_types[i].value;
type             3930 http/ngx_http_core_module.c         if (ngx_modules[i]->type != NGX_HTTP_MODULE) {
type              603 http/ngx_http_upstream.c         ctx->type = NGX_RESOLVE_A;
type             4001 http/ngx_http_upstream.c         if (ngx_modules[m]->type != NGX_HTTP_MODULE) {
type              104 mail/ngx_mail.c         if (ngx_modules[m]->type != NGX_MAIL_MODULE) {
type              138 mail/ngx_mail.c         if (ngx_modules[m]->type != NGX_MAIL_MODULE) {
type              182 mail/ngx_mail.c         if (ngx_modules[m]->type != NGX_MAIL_MODULE) {
type              316 mail/ngx_mail.h     ngx_uint_t                  type;
type              232 mail/ngx_mail_core_module.c         if (ngx_modules[m]->type != NGX_MAIL_MODULE) {
type              371 mail/ngx_mail_core_module.c         if (ngx_modules[m]->type != NGX_MAIL_MODULE) {
type              470 mail/ngx_mail_core_module.c         if (ngx_modules[m]->type != NGX_MAIL_MODULE) {
type              278 mail/ngx_mail_handler.c     s->protocol = cscf->protocol->type;
type              169 mail/ngx_mail_smtp_handler.c     ctx->type = NGX_RESOLVE_A;
type              335 os/unix/ngx_files.c         dir->type = dir->de->d_type;
type              337 os/unix/ngx_files.c         dir->type = 0;
type               34 os/unix/ngx_files.h     unsigned                     type:8;
type              223 os/unix/ngx_files.h     dir->type = 0;
type              239 os/unix/ngx_files.h     (((dir)->type) ? ((dir)->type == DT_DIR) : (S_ISDIR((dir)->info.st_mode)))
type              241 os/unix/ngx_files.h     (((dir)->type) ? ((dir)->type == DT_REG) : (S_ISREG((dir)->info.st_mode)))
type              243 os/unix/ngx_files.h     (((dir)->type) ? ((dir)->type == DT_LNK) : (S_ISLNK((dir)->info.st_mode)))
type               14 os/unix/ngx_process_cycle.c     ngx_int_t type);
type              347 os/unix/ngx_process_cycle.c ngx_start_worker_processes(ngx_cycle_t *cycle, ngx_int_t n, ngx_int_t type)
type              361 os/unix/ngx_process_cycle.c                           "worker process", type);