data              334 core/nginx.c                              init_cycle.conf_file.data);
data              343 core/nginx.c                              cycle->conf_file.data);
data              482 core/nginx.c           if (ngx_strcmp(var[i].data, "TZ") == 0
data              483 core/nginx.c               || ngx_strncmp(var[i].data, "TZ=", 3) == 0)
data              495 core/nginx.c       var->data = (u_char *) "TZ";
data              505 core/nginx.c           if (var[i].data[var[i].len] == '=') {
data              512 core/nginx.c               if (ngx_strncmp(*p, var[i].data, var[i].len) == 0
data              537 core/nginx.c           if (var[i].data[var[i].len] == '=') {
data              538 core/nginx.c               env[n++] = (char *) var[i].data;
data              544 core/nginx.c               if (ngx_strncmp(*p, var[i].data, var[i].len) == 0
data              629 core/nginx.c       if (ngx_rename_file(ccf->pid.data, ccf->oldpid.data) != NGX_OK) {
data              633 core/nginx.c                         ccf->pid.data, ccf->oldpid.data, argv[0]);
data              644 core/nginx.c           if (ngx_rename_file(ccf->oldpid.data, ccf->pid.data) != NGX_OK) {
data              648 core/nginx.c                             ccf->oldpid.data, ccf->pid.data, argv[0]);
data              845 core/nginx.c           cycle->conf_prefix.data = p;
data              847 core/nginx.c           cycle->prefix.data = p;
data              868 core/nginx.c           cycle->conf_prefix.data = p;
data              870 core/nginx.c           cycle->prefix.data = p;
data              886 core/nginx.c           cycle->conf_file.data = ngx_conf_file;
data              896 core/nginx.c       for (p = cycle->conf_file.data + cycle->conf_file.len - 1;
data              897 core/nginx.c            p > cycle->conf_file.data;
data              901 core/nginx.c               cycle->conf_prefix.len = p - ngx_cycle->conf_file.data + 1;
data              902 core/nginx.c               cycle->conf_prefix.data = ngx_cycle->conf_file.data;
data              909 core/nginx.c           cycle->conf_param.data = ngx_conf_params;
data             1014 core/nginx.c       ccf->oldpid.data = ngx_pnalloc(cycle->pool, ccf->oldpid.len);
data             1015 core/nginx.c       if (ccf->oldpid.data == NULL) {
data             1019 core/nginx.c       ngx_memcpy(ngx_cpymem(ccf->oldpid.data, ccf->pid.data, ccf->pid.len),
data             1069 core/nginx.c               || ngx_strncmp(ccf->lock_file.data, lock_file.data, lock_file.len)
data             1079 core/nginx.c           cycle->lock_file.data = ngx_pstrdup(cycle->pool, &lock_file);
data             1080 core/nginx.c           if (cycle->lock_file.data == NULL) {
data             1086 core/nginx.c           cycle->lock_file.data = ngx_pnalloc(cycle->pool,
data             1088 core/nginx.c           if (cycle->lock_file.data == NULL) {
data             1092 core/nginx.c           ngx_memcpy(ngx_cpymem(cycle->lock_file.data, ccf->lock_file.data,
data             1137 core/nginx.c       ccf->username = (char *) value[1].data;
data             1140 core/nginx.c       pwd = getpwnam((const char *) value[1].data);
data             1143 core/nginx.c                              "getpwnam(\"%s\") failed", value[1].data);
data             1149 core/nginx.c       group = (char *) ((cf->args->nelts == 2) ? value[1].data : value[2].data);
data             1185 core/nginx.c           if (value[1].data[i] == '=') {
data             1211 core/nginx.c       if (value[1].data[0] == '-') {
data             1215 core/nginx.c       } else if (value[1].data[0] == '+') {
data             1224 core/nginx.c       ccf->priority = ngx_atoi(&value[1].data[n], value[1].len - n);
data             1274 core/nginx.c               ch = value[n].data[i];
data               80 core/ngx_conf_file.c     b.start = param->data;
data               81 core/ngx_conf_file.c     b.pos = param->data;
data               82 core/ngx_conf_file.c     b.last = param->data + param->len;
data               87 core/ngx_conf_file.c     conf_file.file.name.data = NULL;
data              124 core/ngx_conf_file.c         fd = ngx_open_file(filename->data, NGX_FILE_RDONLY, NGX_FILE_OPEN, 0);
data              128 core/ngx_conf_file.c                                filename->data);
data              138 core/ngx_conf_file.c                           ngx_fd_info_n " \"%s\" failed", filename->data);
data              155 core/ngx_conf_file.c         cf->conf_file->file.name.data = filename->data;
data              264 core/ngx_conf_file.c                           filename->data);
data              313 core/ngx_conf_file.c             if (ngx_strcmp(name->data, cmd->name.data) != 0) {
data              332 core/ngx_conf_file.c                                   name->data);
data              339 core/ngx_conf_file.c                                    name->data);
data              404 core/ngx_conf_file.c                                "\"%s\" directive %s", name->data, rv);
data              412 core/ngx_conf_file.c                            "unknown directive \"%s\"", name->data);
data              420 core/ngx_conf_file.c                        "\"%s\" directive is not allowed here", name->data);
data              427 core/ngx_conf_file.c                        name->data);
data              686 core/ngx_conf_file.c                 word->data = ngx_pnalloc(cf->pool, b->pos - start + 1);
data              687 core/ngx_conf_file.c                 if (word->data == NULL) {
data              691 core/ngx_conf_file.c                 for (dst = word->data, src = start, len = 0;
data              751 core/ngx_conf_file.c     ngx_log_debug1(NGX_LOG_DEBUG_CORE, cf->log, 0, "include %s", file.data);
data              757 core/ngx_conf_file.c     if (strpbrk((char *) file.data, "*?[") == NULL) {
data              759 core/ngx_conf_file.c         ngx_log_debug1(NGX_LOG_DEBUG_CORE, cf->log, 0, "include %s", file.data);
data              766 core/ngx_conf_file.c     gl.pattern = file.data;
data              772 core/ngx_conf_file.c                            ngx_open_glob_n " \"%s\" failed", file.data);
data              786 core/ngx_conf_file.c         file.data = ngx_pstrdup(cf->pool, &name);
data              788 core/ngx_conf_file.c         ngx_log_debug1(NGX_LOG_DEBUG_CORE, cf->log, 0, "include %s", file.data);
data              818 core/ngx_conf_file.c         prefix = cycle->conf_prefix.data;
data              822 core/ngx_conf_file.c         prefix = cycle->prefix.data;
data              839 core/ngx_conf_file.c     ngx_cpystrn(p, name->data, name->len + 1);
data              842 core/ngx_conf_file.c     name->data = n;
data              854 core/ngx_conf_file.c     c0 = name->data[0];
data              864 core/ngx_conf_file.c     c1 = name->data[1];
data              888 core/ngx_conf_file.c     if (name->data[0] == '/') {
data              935 core/ngx_conf_file.c             if (ngx_strcmp(full.data, file[i].name.data) == 0) {
data              996 core/ngx_conf_file.c                           file[i].name.data);
data             1001 core/ngx_conf_file.c                           file[i].name.data, n, len);
data             1037 core/ngx_conf_file.c                   cf->conf_file->file.name.data, cf->conf_file->line);
data             1058 core/ngx_conf_file.c     if (ngx_strcasecmp(value[1].data, (u_char *) "on") == 0) {
data             1061 core/ngx_conf_file.c     } else if (ngx_strcasecmp(value[1].data, (u_char *) "off") == 0) {
data             1068 core/ngx_conf_file.c                      value[1].data, cmd->name.data);
data             1091 core/ngx_conf_file.c     if (field->data) {
data             1199 core/ngx_conf_file.c     *np = ngx_atoi(value[1].data, value[1].len);
data             1361 core/ngx_conf_file.c     bufs->num = ngx_atoi(value[1].data, value[1].len);
data             1395 core/ngx_conf_file.c             || ngx_strcasecmp(e[i].name.data, value[1].data) != 0)
data             1406 core/ngx_conf_file.c                        "invalid value \"%s\"", value[1].data);
data             1430 core/ngx_conf_file.c                 || ngx_strcasecmp(mask[m].name.data, value[i].data) != 0)
data             1437 core/ngx_conf_file.c                                    "duplicate value \"%s\"", value[i].data);
data             1448 core/ngx_conf_file.c                                "invalid value \"%s\"", value[i].data);
data             1466 core/ngx_conf_file.c ngx_conf_deprecated(ngx_conf_t *cf, void *post, void *data)
data             1480 core/ngx_conf_file.c ngx_conf_check_num_bounds(ngx_conf_t *cf, void *post, void *data)
data             1483 core/ngx_conf_file.c     ngx_int_t  *np = data;
data              101 core/ngx_conf_file.h     ngx_uint_t          (*handler)(void *data, ngx_open_file_t *file);
data              102 core/ngx_conf_file.h     void                 *data;
data              185 core/ngx_conf_file.h     void *data, void *conf);
data              221 core/ngx_conf_file.h char * ngx_conf_deprecated(ngx_conf_t *cf, void *post, void *data);
data              222 core/ngx_conf_file.h char *ngx_conf_check_num_bounds(ngx_conf_t *cf, void *post, void *data);
data              290 core/ngx_conf_file.h     if (conf.data == NULL) {                                                 \
data              291 core/ngx_conf_file.h         if (prev.data) {                                                     \
data              293 core/ngx_conf_file.h             conf.data = prev.data;                                           \
data              296 core/ngx_conf_file.h             conf.data = (u_char *) default;                                  \
data               66 core/ngx_connection.c     ls->addr_text.data = ngx_pnalloc(cf->pool, len);
data               67 core/ngx_connection.c     if (ls->addr_text.data == NULL) {
data               71 core/ngx_connection.c     ngx_memcpy(ls->addr_text.data, text, len);
data              149 core/ngx_connection.c         ls[i].addr_text.data = ngx_pnalloc(cycle->pool, len);
data              150 core/ngx_connection.c         if (ls[i].addr_text.data == NULL) {
data              154 core/ngx_connection.c         len = ngx_sock_ntop(ls[i].sockaddr, ls[i].addr_text.data, len, 1);
data              405 core/ngx_connection.c                 name = ls[i].addr_text.data + sizeof("unix:") - 1;
data              688 core/ngx_connection.c             u_char *name = ls[i].addr_text.data + sizeof("unix:") - 1;
data              739 core/ngx_connection.c     ngx_cycle->free_connections = c->data;
data              769 core/ngx_connection.c     rev->data = c;
data              770 core/ngx_connection.c     wev->data = c;
data              783 core/ngx_connection.c     c->data = ngx_cycle->free_connections;
data             1011 core/ngx_connection.c     s->len = ngx_sock_ntop(c->local_sockaddr, s->data, s->len, port);
data              107 core/ngx_connection.h     void               *data;
data               18 core/ngx_crc.h ngx_crc(u_char *data, size_t len)
data               31 core/ngx_crc.h         sum += *data++;
data               90 core/ngx_cycle.c     cycle->conf_prefix.data = ngx_pstrdup(pool, &old_cycle->conf_prefix);
data               91 core/ngx_cycle.c     if (cycle->conf_prefix.data == NULL) {
data               97 core/ngx_cycle.c     cycle->prefix.data = ngx_pstrdup(pool, &old_cycle->prefix);
data               98 core/ngx_cycle.c     if (cycle->prefix.data == NULL) {
data              104 core/ngx_cycle.c     cycle->conf_file.data = ngx_pnalloc(pool, old_cycle->conf_file.len + 1);
data              105 core/ngx_cycle.c     if (cycle->conf_file.data == NULL) {
data              109 core/ngx_cycle.c     ngx_cpystrn(cycle->conf_file.data, old_cycle->conf_file.data,
data              113 core/ngx_cycle.c     cycle->conf_param.data = ngx_pstrdup(pool, &old_cycle->conf_param);
data              114 core/ngx_cycle.c     if (cycle->conf_param.data == NULL) {
data              205 core/ngx_cycle.c     cycle->hostname.data = ngx_pnalloc(pool, cycle->hostname.len);
data              206 core/ngx_cycle.c     if (cycle->hostname.data == NULL) {
data              211 core/ngx_cycle.c     ngx_strlow(cycle->hostname.data, (u_char *) hostname, cycle->hostname.len);
data              275 core/ngx_cycle.c                        cycle->conf_file.data);
data              318 core/ngx_cycle.c             || ngx_strcmp(ccf->pid.data, old_ccf->pid.data) != 0)
data              331 core/ngx_cycle.c     if (ngx_test_lockfile(cycle->lock_file.data, log) != NGX_OK) {
data              368 core/ngx_cycle.c         file[i].fd = ngx_open_file(file[i].name.data,
data              375 core/ngx_cycle.c                        &file[i], file[i].fd, file[i].name.data);
data              380 core/ngx_cycle.c                           file[i].name.data);
data              388 core/ngx_cycle.c                           file[i].name.data);
data              446 core/ngx_cycle.c             if (ngx_strncmp(shm_zone[i].shm.name.data,
data              447 core/ngx_cycle.c                             oshm_zone[n].shm.name.data,
data              457 core/ngx_cycle.c                 if (shm_zone[i].init(&shm_zone[i], oshm_zone[n].data)
data              640 core/ngx_cycle.c                 && ngx_strncmp(oshm_zone[i].shm.name.data,
data              641 core/ngx_cycle.c                                shm_zone[n].shm.name.data,
data              679 core/ngx_cycle.c             name = ls[i].addr_text.data + sizeof("unix:") - 1;
data              717 core/ngx_cycle.c                           file[i].name.data);
data              764 core/ngx_cycle.c         ngx_cleaner_event.data = &dumb;
data              817 core/ngx_cycle.c                           file[i].name.data);
data              989 core/ngx_cycle.c     file.fd = ngx_open_file(file.name.data, NGX_FILE_RDWR,
data              994 core/ngx_cycle.c                       ngx_open_file_n " \"%s\" failed", file.name.data);
data             1008 core/ngx_cycle.c                       ngx_close_file_n " \"%s\" failed", file.name.data);
data             1023 core/ngx_cycle.c     name = ngx_new_binary ? ccf->oldpid.data : ccf->pid.data;
data             1048 core/ngx_cycle.c     file.fd = ngx_open_file(file.name.data, NGX_FILE_RDONLY,
data             1053 core/ngx_cycle.c                       ngx_open_file_n " \"%s\" failed", file.name.data);
data             1061 core/ngx_cycle.c                       ngx_close_file_n " \"%s\" failed", file.name.data);
data             1075 core/ngx_cycle.c                       n, buf, file.name.data);
data             1151 core/ngx_cycle.c                               file[i].name.data);
data             1156 core/ngx_cycle.c                           file[i].name.data, n, len);
data             1162 core/ngx_cycle.c         fd = ngx_open_file(file[i].name.data, NGX_FILE_APPEND,
data             1167 core/ngx_cycle.c                        file[i].name.data, file[i].fd, fd);
data             1171 core/ngx_cycle.c                           ngx_open_file_n " \"%s\" failed", file[i].name.data);
data             1179 core/ngx_cycle.c             if (ngx_file_info((const char *) file[i].name.data, &fi)
data             1184 core/ngx_cycle.c                               file[i].name.data);
data             1189 core/ngx_cycle.c                                   file[i].name.data);
data             1194 core/ngx_cycle.c                 if (chown((const char *) file[i].name.data, user, -1) == -1) {
data             1197 core/ngx_cycle.c                                   file[i].name.data, user);
data             1202 core/ngx_cycle.c                                       file[i].name.data);
data             1211 core/ngx_cycle.c                 if (chmod((const char *) file[i].name.data, fi.st_mode) == -1) {
data             1213 core/ngx_cycle.c                                   "chmod() \"%s\" failed", file[i].name.data);
data             1218 core/ngx_cycle.c                                       file[i].name.data);
data             1227 core/ngx_cycle.c                           file[i].name.data);
data             1232 core/ngx_cycle.c                               file[i].name.data);
data             1242 core/ngx_cycle.c                           file[i].name.data);
data             1286 core/ngx_cycle.c         if (ngx_strncmp(name->data, shm_zone[i].shm.name.data, name->len)
data             1317 core/ngx_cycle.c     shm_zone->data = NULL;
data               26 core/ngx_cycle.h typedef ngx_int_t (*ngx_shm_zone_init_pt) (ngx_shm_zone_t *zone, void *data);
data               29 core/ngx_cycle.h     void                     *data;
data               50 core/ngx_file.c     file->name.data = ngx_pnalloc(pool, file->name.len + 1);
data               51 core/ngx_file.c     if (file->name.data == NULL) {
data               57 core/ngx_file.c          file->name.data[i] = 'X';
data               61 core/ngx_file.c     ngx_memcpy(file->name.data, path->name.data, path->name.len);
data               71 core/ngx_file.c         (void) ngx_sprintf(file->name.data + path->name.len + 1 + path->len,
data               74 core/ngx_file.c         ngx_create_hashed_filename(path, file->name.data, file->name.len);
data               77 core/ngx_file.c                        "hashed path: %s", file->name.data);
data               79 core/ngx_file.c         file->fd = ngx_open_tempfile(file->name.data, persistent, access);
data               87 core/ngx_file.c             clnf = cln->data;
data               90 core/ngx_file.c             clnf->name = file->name.data;
data              106 core/ngx_file.c                           file->name.data);
data              158 core/ngx_file.c         file->name.data[pos] = '\0';
data              161 core/ngx_file.c                        "temp file: \"%s\"", file->name.data);
data              163 core/ngx_file.c         if (ngx_create_dir(file->name.data, 0700) == NGX_FILE_ERROR) {
data              168 core/ngx_file.c                               file->name.data);
data              173 core/ngx_file.c         file->name.data[pos] = '/';
data              262 core/ngx_file.c     if (path->name.data[path->name.len - 1] == '/') {
data              273 core/ngx_file.c     path->conf_file = cf->conf_file->file.name.data;
data              277 core/ngx_file.c         level = ngx_atoi(value[n].data, value[n].len);
data              365 core/ngx_file.c         p = value[i].data;
data              417 core/ngx_file.c             && ngx_strcmp(p[i]->name.data, path->name.data) == 0)
data              480 core/ngx_file.c         if (ngx_create_dir(path[i]->name.data, 0700) == NGX_FILE_ERROR) {
data              485 core/ngx_file.c                               path[i]->name.data);
data              498 core/ngx_file.c         if (ngx_file_info((const char *) path[i]->name.data, &fi)
data              502 core/ngx_file.c                           ngx_file_info_n " \"%s\" failed", path[i]->name.data);
data              507 core/ngx_file.c             if (chown((const char *) path[i]->name.data, user, -1) == -1) {
data              510 core/ngx_file.c                               path[i]->name.data, user);
data              520 core/ngx_file.c             if (chmod((const char *) path[i]->name.data, fi.st_mode) == -1) {
data              522 core/ngx_file.c                               "chmod() \"%s\" failed", path[i]->name.data);
data              544 core/ngx_file.c         if (ngx_change_file_access(src->data, ext->access) == NGX_FILE_ERROR) {
data              546 core/ngx_file.c                           ngx_change_file_access_n " \"%s\" failed", src->data);
data              555 core/ngx_file.c         if (ngx_set_file_time(src->data, ext->fd, ext->time) != NGX_OK) {
data              557 core/ngx_file.c                           ngx_set_file_time_n " \"%s\" failed", src->data);
data              563 core/ngx_file.c     if (ngx_rename_file(src->data, to->data) != NGX_FILE_ERROR) {
data              575 core/ngx_file.c         err = ngx_create_full_path(to->data, ngx_dir_access(ext->path_access));
data              579 core/ngx_file.c                           ngx_create_dir_n " \"%s\" failed", to->data);
data              584 core/ngx_file.c         if (ngx_rename_file(src->data, to->data) != NGX_FILE_ERROR) {
data              616 core/ngx_file.c         (void) ngx_sprintf(name, "%*s.%010uD%Z", to->len, to->data,
data              619 core/ngx_file.c         if (ngx_copy_file(src->data, name, &cf) == NGX_OK) {
data              621 core/ngx_file.c             if (ngx_rename_file(name, to->data) != NGX_FILE_ERROR) {
data              624 core/ngx_file.c                 if (ngx_delete_file(src->data) == NGX_FILE_ERROR) {
data              627 core/ngx_file.c                                   src->data);
data              636 core/ngx_file.c                           name, to->data);
data              653 core/ngx_file.c         if (ngx_delete_file(src->data) == NGX_FILE_ERROR) {
data              655 core/ngx_file.c                           ngx_delete_file_n " \"%s\" failed", src->data);
data              662 core/ngx_file.c                       src->data, to->data);
data              820 core/ngx_file.c     void       *data, *prev;
data              835 core/ngx_file.c                       ngx_open_dir_n " \"%s\" failed", tree->data);
data              839 core/ngx_file.c     prev = ctx->data;
data              842 core/ngx_file.c         data = ngx_alloc(ctx->alloc, ctx->log);
data              843 core/ngx_file.c         if (data == NULL) {
data              847 core/ngx_file.c         if (ctx->init_handler(data, prev) == NGX_ABORT) {
data              851 core/ngx_file.c         ctx->data = data;
data              854 core/ngx_file.c         data = NULL;
data              869 core/ngx_file.c                               ngx_read_dir_n " \"%s\" failed", tree->data);
data              895 core/ngx_file.c                 ngx_free(buf.data);
data              900 core/ngx_file.c             buf.data = ngx_alloc(buf.len + 1, ctx->log);
data              901 core/ngx_file.c             if (buf.data == NULL) {
data              906 core/ngx_file.c         p = ngx_cpymem(buf.data, tree->data, tree->len);
data              910 core/ngx_file.c         file.data = buf.data;
data              913 core/ngx_file.c                        "tree path \"%s\"", file.data);
data              916 core/ngx_file.c             if (ngx_de_info(file.data, &dir) == NGX_FILE_ERROR) {
data              918 core/ngx_file.c                               ngx_de_info_n " \"%s\" failed", file.data);
data              926 core/ngx_file.c                            "tree file \"%s\"", file.data);
data              939 core/ngx_file.c                            "tree enter dir \"%s\"", file.data);
data              962 core/ngx_file.c                            "tree special \"%s\"", file.data);
data              977 core/ngx_file.c         ngx_free(buf.data);
data              980 core/ngx_file.c     if (data) {
data              981 core/ngx_file.c         ngx_free(data);
data              982 core/ngx_file.c         ctx->data = prev;
data              987 core/ngx_file.c                       ngx_close_dir_n " \"%s\" failed", tree->data);
data               37 core/ngx_file.h typedef time_t (*ngx_path_manager_pt) (void *data);
data               38 core/ngx_file.h typedef void (*ngx_path_loader_pt) (void *data);
data               48 core/ngx_file.h     void                      *data;
data              116 core/ngx_file.h     void                      *data;
data              289 core/ngx_hash.c             if (names[n].key.data == NULL) {
data              331 core/ngx_hash.c         if (names[n].key.data == NULL) {
data              393 core/ngx_hash.c         if (names[n].key.data == NULL) {
data              403 core/ngx_hash.c         ngx_strlow(elt->name, names[n].key.data, names[n].key.len);
data              439 core/ngx_hash.c             val.data = &elt->name[0];
data              441 core/ngx_hash.c             key = hinit->key(val.data, val.len);
data              492 core/ngx_hash.c             if (names[n].key.data[len] == '.') {
data              504 core/ngx_hash.c         name->key.data = names[n].key.data;
data              505 core/ngx_hash.c         name->key_hash = hinit->key(name->key.data, name->key.len);
data              528 core/ngx_hash.c             next_name->key.data = names[n].key.data + len;
data              539 core/ngx_hash.c             if (ngx_strncmp(names[n].key.data, names[i].key.data, len) != 0) {
data              545 core/ngx_hash.c                 && names[i].key.data[len] != '.')
data              556 core/ngx_hash.c             next_name->key.data = names[i].key.data + dot_len;
data              603 core/ngx_hash.c ngx_hash_key(u_char *data, size_t len)
data              610 core/ngx_hash.c         key = ngx_hash(key, data[i]);
data              618 core/ngx_hash.c ngx_hash_key_lc(u_char *data, size_t len)
data              625 core/ngx_hash.c         key = ngx_hash(key, ngx_tolower(data[i]));
data              729 core/ngx_hash.c             if (key->data[i] == '*') {
data              735 core/ngx_hash.c             if (key->data[i] == '.' && key->data[i + 1] == '.') {
data              740 core/ngx_hash.c         if (key->len > 1 && key->data[0] == '.') {
data              747 core/ngx_hash.c             if (key->data[0] == '*' && key->data[1] == '.') {
data              752 core/ngx_hash.c             if (key->data[i - 2] == '.' && key->data[i - 1] == '*') {
data              770 core/ngx_hash.c             key->data[i] = ngx_tolower(key->data[i]);
data              772 core/ngx_hash.c         k = ngx_hash(k, key->data[i]);
data              787 core/ngx_hash.c             if (ngx_strncmp(key->data, name[i].data, last) == 0) {
data              814 core/ngx_hash.c     hk->key_hash = ngx_hash_key(key->data, last);
data              824 core/ngx_hash.c     k = ngx_hash_strlow(&key->data[skip], &key->data[skip], last - skip);
data              842 core/ngx_hash.c                 if (ngx_strncmp(&key->data[1], name[i].data, len) == 0) {
data              862 core/ngx_hash.c         name->data = ngx_pnalloc(ha->temp_pool, name->len);
data              863 core/ngx_hash.c         if (name->data == NULL) {
data              867 core/ngx_hash.c         ngx_memcpy(name->data, &key->data[1], name->len);
data              887 core/ngx_hash.c             if (key->data[i] == '.') {
data              888 core/ngx_hash.c                 ngx_memcpy(&p[n], &key->data[i + 1], len);
data              899 core/ngx_hash.c             ngx_memcpy(&p[n], &key->data[1], len);
data              919 core/ngx_hash.c         ngx_cpystrn(p, key->data, last);
data              932 core/ngx_hash.c     hk->key.data = p;
data              949 core/ngx_hash.c             if (ngx_strncmp(key->data + skip, name[i].data, len) == 0) {
data              967 core/ngx_hash.c     name->data = ngx_pnalloc(ha->temp_pool, name->len);
data              968 core/ngx_hash.c     if (name->data == NULL) {
data              972 core/ngx_hash.c     ngx_memcpy(name->data, key->data + skip, name->len);
data               41 core/ngx_hash.h typedef ngx_uint_t (*ngx_hash_key_pt) (u_char *data, size_t len);
data              111 core/ngx_hash.h ngx_uint_t ngx_hash_key(u_char *data, size_t len);
data              112 core/ngx_hash.h ngx_uint_t ngx_hash_key_lc(u_char *data, size_t len);
data              368 core/ngx_inet.c     addr = text->data;
data              515 core/ngx_inet.c     p = u->url.data;
data              543 core/ngx_inet.c     path = u->url.data;
data              557 core/ngx_inet.c             u->uri.data = uri;
data              567 core/ngx_inet.c     u->host.data = path;
data              598 core/ngx_inet.c     u->addrs[0].name.data = u->url.data;
data              627 core/ngx_inet.c     host = u->url.data;
data              653 core/ngx_inet.c         u->uri.data = uri;
data              683 core/ngx_inet.c         u->port_text.data = port;
data              707 core/ngx_inet.c                     u->port_text.data = host;
data              731 core/ngx_inet.c     u->host.data = host;
data              799 core/ngx_inet.c     host = u->url.data + 1;
data              801 core/ngx_inet.c     last = u->url.data + u->url.len;
data              823 core/ngx_inet.c             u->uri.data = uri;
data              847 core/ngx_inet.c             u->port_text.data = port;
data              862 core/ngx_inet.c     u->host.data = host;
data              911 core/ngx_inet.c     in_addr = ngx_inet_addr(u->host.data, u->host.len);
data              919 core/ngx_inet.c         (void) ngx_cpystrn(host, u->host.data, u->host.len + 1);
data              970 core/ngx_inet.c             u->addrs[i].name.data = p;
data             1003 core/ngx_inet.c         u->addrs[0].name.data = p;
data               99 core/ngx_log.c     ngx_memcpy(errstr, ngx_cached_err_log_time.data,
data              380 core/ngx_log.c             if (ngx_strcmp(value[i].data, err_levels[n].data) == 0) {
data              395 core/ngx_log.c             if (ngx_strcmp(value[i].data, debug_levels[n++]) == 0) {
data              434 core/ngx_log.c     if (ngx_strcmp(value[1].data, "stderr") == 0) {
data               54 core/ngx_log.h     void                *data;
data               23 core/ngx_open_file_cache.c static void ngx_open_file_cache_cleanup(void *data);
data               28 core/ngx_open_file_cache.c static void ngx_open_file_cleanup(void *data);
data               68 core/ngx_open_file_cache.c     cln->data = cache;
data               75 core/ngx_open_file_cache.c ngx_open_file_cache_cleanup(void *data)
data               77 core/ngx_open_file_cache.c     ngx_open_file_cache_t  *cache = data;
data              149 core/ngx_open_file_cache.c             if (ngx_file_info(name->data, &fi) == NGX_FILE_ERROR) {
data              171 core/ngx_open_file_cache.c         rc = ngx_open_and_stat_file(name->data, of, pool->log);
data              175 core/ngx_open_file_cache.c             clnf = cln->data;
data              178 core/ngx_open_file_cache.c             clnf->name = name->data;
data              192 core/ngx_open_file_cache.c     hash = ngx_crc32_long(name->data, name->len);
data              206 core/ngx_open_file_cache.c             rc = ngx_open_and_stat_file(name->data, of, pool->log);
data              264 core/ngx_open_file_cache.c         rc = ngx_open_and_stat_file(name->data, of, pool->log);
data              313 core/ngx_open_file_cache.c                               name->data);
data              330 core/ngx_open_file_cache.c     rc = ngx_open_and_stat_file(name->data, of, pool->log);
data              356 core/ngx_open_file_cache.c     ngx_cpystrn(file->name, name->data, name->len + 1);
data              414 core/ngx_open_file_cache.c             ofcln = cln->data;
data              455 core/ngx_open_file_cache.c                           ngx_close_file_n " \"%s\" failed", name->data);
data              615 core/ngx_open_file_cache.c     file->event->data = fev;
data              628 core/ngx_open_file_cache.c         ngx_free(file->event->data);
data              646 core/ngx_open_file_cache.c ngx_open_file_cleanup(void *data)
data              648 core/ngx_open_file_cache.c     ngx_open_file_cache_cleanup_t  *c = data;
data              715 core/ngx_open_file_cache.c     ngx_free(file->event->data);
data              842 core/ngx_open_file_cache.c             rc = ngx_strcmp(name->data, file->name);
data              865 core/ngx_open_file_cache.c     fev = ev->data;
data              884 core/ngx_open_file_cache.c     ngx_free(ev->data);
data              101 core/ngx_open_file_cache.h     void                    *data;
data              517 core/ngx_output_chain.c                               src->file->name.data);
data              553 core/ngx_output_chain.c                               src->file->name.data);
data              570 core/ngx_output_chain.c                           n, size, src->file->name.data);
data              600 core/ngx_output_chain.c ngx_chain_writer(void *data, ngx_chain_t *in)
data              602 core/ngx_output_chain.c     ngx_chain_writer_ctx_t *ctx = data;
data               54 core/ngx_palloc.c             c->handler(c->data);
data              324 core/ngx_palloc.c         c->data = ngx_palloc(p, size);
data              325 core/ngx_palloc.c         if (c->data == NULL) {
data              330 core/ngx_palloc.c         c->data = NULL;
data              353 core/ngx_palloc.c             cf = c->data;
data              366 core/ngx_palloc.c ngx_pool_cleanup_file(void *data)
data              368 core/ngx_palloc.c     ngx_pool_cleanup_file_t  *c = data;
data              381 core/ngx_palloc.c ngx_pool_delete_file(void *data)
data              383 core/ngx_palloc.c     ngx_pool_cleanup_file_t  *c = data;
data               29 core/ngx_palloc.h typedef void (*ngx_pool_cleanup_pt)(void *data);
data               35 core/ngx_palloc.h     void                 *data;
data               90 core/ngx_palloc.h void ngx_pool_cleanup_file(void *data);
data               91 core/ngx_palloc.h void ngx_pool_delete_file(void *data);
data               20 core/ngx_parse.c     unit = line->data[len - 1];
data               39 core/ngx_parse.c     size = ngx_atosz(line->data, len);
data               59 core/ngx_parse.c     unit = line->data[len - 1];
data               84 core/ngx_parse.c     offset = ngx_atoof(line->data, len);
data              120 core/ngx_parse.c     p = line->data;
data               27 core/ngx_rbtree.h     u_char                 data;
data               72 core/ngx_regex.c     re = pcre_compile((const char *) rc->pattern.data, (int) rc->options,
data               80 core/ngx_regex.c            rc->err.len = ngx_snprintf(rc->err.data, rc->err.len,
data               83 core/ngx_regex.c                       - rc->err.data;
data               86 core/ngx_regex.c            rc->err.len = ngx_snprintf(rc->err.data, rc->err.len,
data               88 core/ngx_regex.c                                errstr, &rc->pattern, rc->pattern.data + erroff)
data               89 core/ngx_regex.c                       - rc->err.data;
data              133 core/ngx_regex.c     rc->err.len = ngx_snprintf(rc->err.data, rc->err.len, p, &rc->pattern, n)
data              134 core/ngx_regex.c                   - rc->err.data;
data               48 core/ngx_regex.h     pcre_exec(re, NULL, (const char *) (s)->data, (s)->len, 0, 0,            \
data               53 core/ngx_resolver.c static void ngx_resolver_cleanup(void *data);
data              112 core/ngx_resolver.c     cln->data = r;
data              132 core/ngx_resolver.c     r->event->data = r;
data              157 core/ngx_resolver.c         uc->log.data = uc;
data              166 core/ngx_resolver.c ngx_resolver_cleanup(void *data)
data              168 core/ngx_resolver.c     ngx_resolver_t  *r = data;
data              231 core/ngx_resolver.c         addr = ngx_inet_addr(temp->name.data, temp->name.len);
data              326 core/ngx_resolver.c         hash = ngx_crc32_short(ctx->name.data, ctx->name.len);
data              380 core/ngx_resolver.c     hash = ngx_crc32_short(ctx->name.data, ctx->name.len);
data              444 core/ngx_resolver.c                 ctx->name.data = rn->u.cname;
data              499 core/ngx_resolver.c         rn->name = ngx_resolver_dup(r, ctx->name.data, ctx->name.len);
data              542 core/ngx_resolver.c         ctx->event->data = ctx;
data              615 core/ngx_resolver.c             ctx->name.data = name;
data              670 core/ngx_resolver.c     ctx->event->data = ctx;
data              836 core/ngx_resolver.c         uc->connection->data = r;
data              862 core/ngx_resolver.c     r = ev->data;
data              949 core/ngx_resolver.c     c = rev->data;
data              958 core/ngx_resolver.c         ngx_resolver_process_response(c->data, buf, n);
data             1136 core/ngx_resolver.c     hash = ngx_crc32_short(name.data, name.len);
data             1157 core/ngx_resolver.c     ngx_resolver_free(r, name.data);
data             1371 core/ngx_resolver.c         rn->u.cname = name.data;
data             1410 core/ngx_resolver.c     ngx_resolver_free(r, name.data);
data             1537 core/ngx_resolver.c         || ngx_strncmp(name.data, rn->name, name.len) != 0)
data             1544 core/ngx_resolver.c         rn->name = name.data;
data             1546 core/ngx_resolver.c         name.data = ngx_resolver_dup(r, rn->name, name.len);
data             1547 core/ngx_resolver.c         if (name.data == NULL) {
data             1573 core/ngx_resolver.c     ngx_resolver_free(r, name.data);
data             1630 core/ngx_resolver.c             rc = ngx_memn2cmp(name->data, rn->name, name->len, rn->nlen);
data             1777 core/ngx_resolver.c     for (s = ctx->name.data + ctx->name.len - 1; s >= ctx->name.data; s--) {
data             1911 core/ngx_resolver.c         name->data = NULL;
data             1920 core/ngx_resolver.c     name->data = dst;
data             1944 core/ngx_resolver.c             name->len = dst - name->data;
data             1956 core/ngx_resolver.c     ctx = ev->data;
data             2092 core/ngx_resolver.c     uc = log->data;
data              129 core/ngx_resolver.h     void                     *data;
data               41 core/ngx_slab.h     void             *data;
data               63 core/ngx_string.c     ngx_memcpy(dst, src->data, src->len);
data              235 core/ngx_string.c                 buf = ngx_cpymem(buf, v->data, len);
data              244 core/ngx_string.c                 buf = ngx_cpymem(buf, vv->data, len);
data             1065 core/ngx_string.c     s = src->data;
data             1066 core/ngx_string.c     d = dst->data;
data             1093 core/ngx_string.c     dst->len = d - dst->data;
data             1158 core/ngx_string.c         if (src->data[len] == '=') {
data             1162 core/ngx_string.c         if (basis[src->data[len]] == 77) {
data             1171 core/ngx_string.c     s = src->data;
data             1172 core/ngx_string.c     d = dst->data;
data             1191 core/ngx_string.c     dst->len = d - dst->data;
data             1699 core/ngx_string.c             p = (ngx_memcmp(n->str.data, t->str.data, n->str.len) < 0)
data             1742 core/ngx_string.c         rc = ngx_memcmp(val->data, n->str.data, val->len);
data               17 core/ngx_string.h     u_char     *data;
data               35 core/ngx_string.h     u_char     *data;
data               42 core/ngx_string.h     (str)->len = sizeof(text) - 1; (str)->data = (u_char *) text
data               43 core/ngx_string.h #define ngx_str_null(str)   (str)->len = 0; (str)->data = NULL
data              172 core/ngx_times.c     ngx_cached_http_time.data = p0;
data              173 core/ngx_times.c     ngx_cached_err_log_time.data = p1;
data              174 core/ngx_times.c     ngx_cached_http_log_time.data = p2;
data              175 core/ngx_times.c     ngx_cached_http_log_iso8601.data = p3;
data              224 core/ngx_times.c     ngx_cached_err_log_time.data = p;
data              226 event/modules/ngx_devpoll_module.c     c = ev->data;
data              243 event/modules/ngx_devpoll_module.c     c = ev->data;
data              293 event/modules/ngx_devpoll_module.c     c = ev->data;
data               43 event/modules/ngx_epoll_module.c     epoll_data_t  data;
data               71 event/modules/ngx_epoll_module.c     uint64_t  data;  /* the data field from the iocb */
data              257 event/modules/ngx_epoll_module.c         ngx_eventfd_event.data = &ngx_eventfd_conn;
data              266 event/modules/ngx_epoll_module.c         ee.data.ptr = &ngx_eventfd_conn;
data              344 event/modules/ngx_epoll_module.c     c = ev->data;
data              372 event/modules/ngx_epoll_module.c     ee.data.ptr = (void *) ((uintptr_t) c | ev->instance);
data              413 event/modules/ngx_epoll_module.c     c = ev->data;
data              427 event/modules/ngx_epoll_module.c         ee.data.ptr = (void *) ((uintptr_t) c | ev->instance);
data              432 event/modules/ngx_epoll_module.c         ee.data.ptr = NULL;
data              457 event/modules/ngx_epoll_module.c     ee.data.ptr = (void *) ((uintptr_t) c | c->read->instance);
data              498 event/modules/ngx_epoll_module.c     ee.data.ptr = NULL;
data              571 event/modules/ngx_epoll_module.c         c = event_list[i].data.ptr;
data              598 event/modules/ngx_epoll_module.c                        c->fd, revents, event_list[i].data.ptr);
data              726 event/modules/ngx_epoll_module.c                                 event[i].data, event[i].obj,
data              729 event/modules/ngx_epoll_module.c                 e = (ngx_event_t *) (uintptr_t) event[i].data;
data              735 event/modules/ngx_epoll_module.c                 aio = e->data;
data              274 event/modules/ngx_eventport_module.c     c = ev->data;
data              334 event/modules/ngx_eventport_module.c     c = ev->data;
data              497 event/modules/ngx_eventport_module.c             c = ev->data;
data              212 event/modules/ngx_kqueue_module.c         kev.data = timer;
data              308 event/modules/ngx_kqueue_module.c                            ngx_event_ident(ev->data), event);
data              322 event/modules/ngx_kqueue_module.c         c = ev->data;
data              359 event/modules/ngx_kqueue_module.c                        ngx_event_ident(ev->data), event);
data              410 event/modules/ngx_kqueue_module.c     c = ev->data;
data              448 event/modules/ngx_kqueue_module.c         kev->data = 0;
data              454 event/modules/ngx_kqueue_module.c             kev->data = ev->available;
data              458 event/modules/ngx_kqueue_module.c             kev->data = 0;
data              462 event/modules/ngx_kqueue_module.c         kev->data = 0;
data              582 event/modules/ngx_kqueue_module.c             ngx_log_error(NGX_LOG_ALERT, cycle->log, event_list[i].data,
data              632 event/modules/ngx_kqueue_module.c                 ev->posted_available = event_list[i].data;
data              646 event/modules/ngx_kqueue_module.c             ev->available = event_list[i].data;
data              754 event/modules/ngx_kqueue_module.c                     kev->data, kev->udata);
data              118 event/modules/ngx_poll_module.c     c = ev->data;
data              170 event/modules/ngx_poll_module.c     c = ev->data;
data               59 event/modules/ngx_rtsig_module.c     void *post, void *data);
data              723 event/modules/ngx_rtsig_module.c ngx_check_ngx_overflow_threshold_bounds(ngx_conf_t *cf, void *post, void *data)
data              726 event/modules/ngx_rtsig_module.c         return ngx_conf_check_num_bounds(cf, post, data);
data              128 event/modules/ngx_select_module.c     c = ev->data;
data              175 event/modules/ngx_select_module.c     c = ev->data;
data              222 event/modules/ngx_select_module.c             c = event_index[i]->data;
data              236 event/modules/ngx_select_module.c             c = ev->data;
data              313 event/modules/ngx_select_module.c         c = ev->data;
data              130 event/modules/ngx_win32_select_module.c     c = ev->data;
data              184 event/modules/ngx_win32_select_module.c     c = ev->data;
data              231 event/modules/ngx_win32_select_module.c             c = ev->data;
data              304 event/modules/ngx_win32_select_module.c         c = ev->data;
data              352 event/ngx_event.c         c = wev->data;
data              512 event/ngx_event.c     shm.name.data = (u_char *) "nginx_shared_zone";
data              523 event/ngx_event.c     if (ngx_shmtx_create(&ngx_accept_mutex, shared, cycle->lock_file.data)
data              718 event/ngx_event.c         c[i].data = next;
data              965 event/ngx_event.c     if (ngx_strcmp(cmd->name.data, "connections") == 0) {
data              972 event/ngx_event.c     ecf->connections = ngx_atoi(value[1].data, value[1].len);
data             1017 event/ngx_event.c             if (ngx_strcmp(module->name->data, value[1].data) == 0) {
data             1019 event/ngx_event.c                 ecf->name = module->name->data;
data             1092 event/ngx_event.c     h = gethostbyname((char *) value[1].data);
data             1096 event/ngx_event.c                            "host \"%s\" not found", value[1].data);
data             1219 event/ngx_event.c             if (ngx_strcmp(event_module->name->data, event_core_name.data) == 0)
data             1240 event/ngx_event.c     ngx_conf_init_ptr_value(ecf->name, event_module->name->data);
data               38 event/ngx_event.h     void            *data;
data              195 event/ngx_event.h     void                      *data;
data               42 event/ngx_event_accept.c     lc = ev->data;
data              237 event/ngx_event_accept.c             c->addr_text.data = ngx_pnalloc(c->pool, ls->addr_text_max_len);
data              238 event/ngx_event_accept.c             if (c->addr_text.data == NULL) {
data              243 event/ngx_event_accept.c             c->addr_text.len = ngx_sock_ntop(c->sockaddr, c->addr_text.data,
data              280 event/ngx_event_accept.c         log->data = NULL;
data              426 event/ngx_event_accept.c                         log->data);
data              283 event/ngx_event_busy_lock.c     ctx = ev->data;
data               20 event/ngx_event_busy_lock.h     void                       *data;
data               24 event/ngx_event_connect.c     rc = pc->get(pc, pc->data);
data              255 event/ngx_event_connect.c ngx_event_get_peer(ngx_peer_connection_t *pc, void *data)
data               24 event/ngx_event_connect.h     void *data);
data               25 event/ngx_event_connect.h typedef void (*ngx_event_free_peer_pt)(ngx_peer_connection_t *pc, void *data,
data               30 event/ngx_event_connect.h     void *data);
data               32 event/ngx_event_connect.h     void *data);
data               47 event/ngx_event_connect.h     void                            *data;
data               72 event/ngx_event_connect.h ngx_int_t ngx_event_get_peer(ngx_peer_connection_t *pc, void *data);
data               30 event/ngx_event_openssl.c     void *data);
data              139 event/ngx_event_openssl.c ngx_ssl_create(ngx_ssl_t *ssl, ngx_uint_t protocols, void *data)
data              148 event/ngx_event_openssl.c     if (SSL_CTX_set_ex_data(ssl->ctx, ngx_ssl_server_conf_index, data) == 0) {
data              195 event/ngx_event_openssl.c     if (SSL_CTX_use_certificate_chain_file(ssl->ctx, (char *) cert->data)
data              200 event/ngx_event_openssl.c                       cert->data);
data              208 event/ngx_event_openssl.c     if (SSL_CTX_use_PrivateKey_file(ssl->ctx, (char *) key->data,
data              213 event/ngx_event_openssl.c                       "SSL_CTX_use_PrivateKey_file(\"%s\") failed", key->data);
data              239 event/ngx_event_openssl.c     if (SSL_CTX_load_verify_locations(ssl->ctx, (char *) cert->data, NULL)
data              244 event/ngx_event_openssl.c                       cert->data);
data              248 event/ngx_event_openssl.c     list = SSL_load_client_CA_file((char *) cert->data);
data              252 event/ngx_event_openssl.c                       "SSL_load_client_CA_file(\"%s\") failed", cert->data);
data              299 event/ngx_event_openssl.c     if (X509_LOOKUP_load_file(lookup, (char *) crl->data, X509_FILETYPE_PEM)
data              303 event/ngx_event_openssl.c                       "X509_LOOKUP_load_file(\"%s\") failed", crl->data);
data              458 event/ngx_event_openssl.c     bio = BIO_new_file((char *) file->data, "r");
data              461 event/ngx_event_openssl.c                       "BIO_new_file(\"%s\") failed", file->data);
data              468 event/ngx_event_openssl.c                       "PEM_read_bio_DHparams(\"%s\") failed", file->data);
data              676 event/ngx_event_openssl.c     c = ev->data;
data              908 event/ngx_event_openssl.c     c = wev->data;
data             1074 event/ngx_event_openssl.c ngx_ssl_write(ngx_connection_t *c, u_char *data, size_t size)
data             1083 event/ngx_event_openssl.c     n = SSL_write(c->ssl->connection, data, size);
data             1155 event/ngx_event_openssl.c     c = rev->data;
data             1255 event/ngx_event_openssl.c     c = ev->data;
data             1436 event/ngx_event_openssl.c     SSL_CTX_set_session_id_context(ssl->ctx, sess_ctx->data, sess_ctx->len);
data             1499 event/ngx_event_openssl.c ngx_ssl_session_cache_init(ngx_shm_zone_t *shm_zone, void *data)
data             1505 event/ngx_event_openssl.c     if (data) {
data             1506 event/ngx_event_openssl.c         shm_zone->data = data;
data             1511 event/ngx_event_openssl.c         shm_zone->data = data;
data             1522 event/ngx_event_openssl.c     shpool->data = cache;
data             1523 event/ngx_event_openssl.c     shm_zone->data = cache;
data             1591 event/ngx_event_openssl.c     cache = shm_zone->data;
data             1644 event/ngx_event_openssl.c     sess_id->node.data = (u_char) sess->session_id_length;
data             1708 event/ngx_event_openssl.c     cache = shm_zone->data;
data             1737 event/ngx_event_openssl.c                               (size_t) len, (size_t) node->data);
data             1809 event/ngx_event_openssl.c     cache = shm_zone->data;
data             1843 event/ngx_event_openssl.c             rc = ngx_memn2cmp(id, sess_id->id, len, (size_t) node->data);
data             1936 event/ngx_event_openssl.c                               (size_t) node->data, (size_t) temp->data)
data             1956 event/ngx_event_openssl.c ngx_ssl_cleanup_ctx(void *data)
data             1958 event/ngx_event_openssl.c     ngx_ssl_t  *ssl = data;
data             1967 event/ngx_event_openssl.c     s->data = (u_char *) SSL_get_version(c->ssl->connection);
data             1975 event/ngx_event_openssl.c     s->data = (u_char *) SSL_get_cipher_name(c->ssl->connection);
data             1997 event/ngx_event_openssl.c     s->data = ngx_pnalloc(pool, 2 * len);
data             1998 event/ngx_event_openssl.c     if (s->data == NULL) {
data             2006 event/ngx_event_openssl.c     ngx_hex_dump(s->data, buf, len);
data             2043 event/ngx_event_openssl.c     s->data = ngx_pnalloc(pool, len);
data             2044 event/ngx_event_openssl.c     if (s->data == NULL) {
data             2048 event/ngx_event_openssl.c     BIO_read(bio, s->data, len);
data             2084 event/ngx_event_openssl.c         if (cert.data[i] == LF) {
data             2090 event/ngx_event_openssl.c     s->data = ngx_pnalloc(pool, len);
data             2091 event/ngx_event_openssl.c     if (s->data == NULL) {
data             2095 event/ngx_event_openssl.c     p = s->data;
data             2098 event/ngx_event_openssl.c         *p++ = cert.data[i];
data             2099 event/ngx_event_openssl.c         if (cert.data[i] == LF) {
data             2134 event/ngx_event_openssl.c     s->data = ngx_pnalloc(pool, len);
data             2135 event/ngx_event_openssl.c     if (s->data == NULL) {
data             2141 event/ngx_event_openssl.c     ngx_memcpy(s->data, p, len);
data             2176 event/ngx_event_openssl.c     s->data = ngx_pnalloc(pool, len);
data             2177 event/ngx_event_openssl.c     if (s->data == NULL) {
data             2183 event/ngx_event_openssl.c     ngx_memcpy(s->data, p, len);
data             2216 event/ngx_event_openssl.c     s->data = ngx_pnalloc(pool, len);
data             2217 event/ngx_event_openssl.c     if (s->data == NULL) {
data             2223 event/ngx_event_openssl.c     BIO_read(bio, s->data, len);
data             2292 event/ngx_event_openssl.c     engine = ENGINE_by_id((const char *) value[1].data);
data               96 event/ngx_event_openssl.h ngx_int_t ngx_ssl_create(ngx_ssl_t *ssl, ngx_uint_t protocols, void *data);
data              141 event/ngx_event_openssl.h ssize_t ngx_ssl_write(ngx_connection_t *c, u_char *data, size_t size);
data              149 event/ngx_event_openssl.h void ngx_ssl_cleanup_ctx(void *data);
data               78 event/ngx_event_pipe.c     if (p->downstream->fd != -1 && p->downstream->data == p->output_ctx) {
data              203 event/ngx_event_pipe.c                        && p->downstream->data == p->output_ctx
data              513 event/ngx_event_pipe.c         if (downstream->data != p->output_ctx
data               20 event/ngx_event_pipe.h typedef ngx_int_t (*ngx_event_pipe_output_filter_pt)(void *data,
data              121 event/ngx_event_timer.c                            ngx_event_ident(ev->data), ev->timer.key);
data               39 event/ngx_event_timer.h                     ngx_event_ident(ev->data), ev->timer.key);
data               78 event/ngx_event_timer.h                             ngx_event_ident(ev->data), ev->timer.key, key);
data               89 event/ngx_event_timer.h                     ngx_event_ident(ev->data), timer, ev->timer.key);
data              254 http/modules/ngx_http_access_module.c     all = (value[1].len == 3 && ngx_strcmp(value[1].data, "all") == 0);
data              293 http/modules/ngx_http_access_module.c         rule6->deny = (value[0].data[0] == 'd') ? 1 : 0;
data              319 http/modules/ngx_http_access_module.c         rule->deny = (value[0].data[0] == 'd') ? 1 : 0;
data               36 http/modules/ngx_http_auth_basic_module.c static char *ngx_http_auth_basic(ngx_conf_t *cf, void *post, void *data);
data              147 http/modules/ngx_http_auth_basic_module.c     fd = ngx_open_file(user_file.data, NGX_FILE_RDONLY, NGX_FILE_OPEN, 0);
data              162 http/modules/ngx_http_auth_basic_module.c                       ngx_open_file_n " \"%s\" failed", user_file.data);
data              210 http/modules/ngx_http_auth_basic_module.c                 if (buf[i] != r->headers_in.user.data[login]) {
data              231 http/modules/ngx_http_auth_basic_module.c                     pwd.data = &buf[passwd];
data              265 http/modules/ngx_http_auth_basic_module.c         pwd.data = ngx_pnalloc(r->pool, pwd.len + 1);
data              266 http/modules/ngx_http_auth_basic_module.c         if (pwd.data == NULL) {
data              270 http/modules/ngx_http_auth_basic_module.c         ngx_cpystrn(pwd.data, &buf[passwd], pwd.len + 1);
data              290 http/modules/ngx_http_auth_basic_module.c     rc = ngx_crypt(r->pool, r->headers_in.passwd.data, passwd->data,
data              295 http/modules/ngx_http_auth_basic_module.c                    rc, &r->headers_in.user, passwd->data);
data              298 http/modules/ngx_http_auth_basic_module.c         if (ngx_strcmp(encrypted, passwd->data) == 0) {
data              329 http/modules/ngx_http_auth_basic_module.c         ctx->passwd.data = ngx_pstrdup(r->pool, passwd);
data              330 http/modules/ngx_http_auth_basic_module.c         if (ctx->passwd.data == NULL) {
data              362 http/modules/ngx_http_auth_basic_module.c                       ngx_close_file_n " \"%s\" failed", file->name.data);
data              387 http/modules/ngx_http_auth_basic_module.c     if (conf->realm.data == NULL) {
data              419 http/modules/ngx_http_auth_basic_module.c ngx_http_auth_basic(ngx_conf_t *cf, void *post, void *data)
data              421 http/modules/ngx_http_auth_basic_module.c     ngx_str_t  *realm = data;
data              426 http/modules/ngx_http_auth_basic_module.c     if (ngx_strcmp(realm->data, "off") == 0) {
data              439 http/modules/ngx_http_auth_basic_module.c     p = ngx_cpymem(p, realm->data, realm->len);
data              443 http/modules/ngx_http_auth_basic_module.c     realm->data = basic;
data              159 http/modules/ngx_http_autoindex_module.c     if (r->uri.data[r->uri.len - 1] != '/') {
data              182 http/modules/ngx_http_autoindex_module.c     path.len = last - path.data;
data              186 http/modules/ngx_http_autoindex_module.c     path.data[path.len] = '\0';
data              189 http/modules/ngx_http_autoindex_module.c                    "http autoindex: \"%s\"", path.data);
data              211 http/modules/ngx_http_autoindex_module.c                       ngx_open_dir_n " \"%s\" failed", path.data);
data              247 http/modules/ngx_http_autoindex_module.c     filename = path.data;
data              251 http/modules/ngx_http_autoindex_module.c         && ngx_strncasecmp(r->headers_out.charset.data, (u_char *) "utf-8", 5)
data              297 http/modules/ngx_http_autoindex_module.c                 last = ngx_cpystrn(filename, path.data, path.len + 1);
data              333 http/modules/ngx_http_autoindex_module.c         entry->name.data = ngx_pnalloc(pool, len + 1);
data              334 http/modules/ngx_http_autoindex_module.c         if (entry->name.data == NULL) {
data              338 http/modules/ngx_http_autoindex_module.c         ngx_cpystrn(entry->name.data, ngx_de_name(&dir), len + 1);
data              344 http/modules/ngx_http_autoindex_module.c             entry->utf_len = ngx_utf8_length(entry->name.data, entry->name.len);
data              349 http/modules/ngx_http_autoindex_module.c         entry->colon = (ngx_strchr(entry->name.data, ':') != NULL);
data              396 http/modules/ngx_http_autoindex_module.c     b->last = ngx_cpymem(b->last, r->uri.data, r->uri.len);
data              398 http/modules/ngx_http_autoindex_module.c     b->last = ngx_cpymem(b->last, r->uri.data, r->uri.len);
data              415 http/modules/ngx_http_autoindex_module.c             ngx_escape_uri(b->last, entry[i].name.data, entry[i].name.len,
data              421 http/modules/ngx_http_autoindex_module.c             b->last = ngx_cpymem(b->last, entry[i].name.data,
data              442 http/modules/ngx_http_autoindex_module.c             b->last = ngx_utf8_cpystrn(b->last, entry[i].name.data,
data              447 http/modules/ngx_http_autoindex_module.c             b->last = ngx_cpystrn(b->last, entry[i].name.data,
data              569 http/modules/ngx_http_autoindex_module.c     return (int) ngx_strcmp(first->name.data, second->name.data);
data               42 http/modules/ngx_http_browser_module.c     uintptr_t                   data;
data               58 http/modules/ngx_http_browser_module.c     ngx_http_variable_value_t *v, uintptr_t data);
data               60 http/modules/ngx_http_browser_module.c     ngx_http_variable_value_t *v, uintptr_t data);
data              232 http/modules/ngx_http_browser_module.c     uintptr_t data)
data              241 http/modules/ngx_http_browser_module.c     if (data == NGX_HTTP_MODERN_BROWSER && rc == NGX_HTTP_MODERN_BROWSER) {
data              246 http/modules/ngx_http_browser_module.c     if (data == NGX_HTTP_ANCIENT_BROWSER && rc == NGX_HTTP_ANCIENT_BROWSER) {
data              273 http/modules/ngx_http_browser_module.c     ua = r->headers_in.user_agent->value.data;
data              369 http/modules/ngx_http_browser_module.c                 && ngx_strstr(ua, ancient[i].data) != NULL)
data              386 http/modules/ngx_http_browser_module.c     uintptr_t data)
data              412 http/modules/ngx_http_browser_module.c         v->data = var->data;
data              551 http/modules/ngx_http_browser_module.c         if (ngx_strcmp(value[1].data, "unlisted") == 0) {
data              575 http/modules/ngx_http_browser_module.c         if (ngx_strcasecmp(mask[n].browser, value[1].data) == 0) {
data              601 http/modules/ngx_http_browser_module.c         c = value[2].data[i];
data              640 http/modules/ngx_http_browser_module.c         if (ngx_strcmp(value[i].data, "netscape4") == 0) {
data              684 http/modules/ngx_http_browser_module.c     bcf->modern_browser_value->data = value[1].data;
data              709 http/modules/ngx_http_browser_module.c     bcf->ancient_browser_value->data = value[1].data;
data              264 http/modules/ngx_http_charset_filter_module.c             || ngx_strncasecmp(dst.data, src.data, dst.len) != 0)
data              373 http/modules/ngx_http_charset_filter_module.c     name->data = vv->data;
data              453 http/modules/ngx_http_charset_filter_module.c     name->data = vv->data;
data              476 http/modules/ngx_http_charset_filter_module.c         if (ngx_strncasecmp(charset[i].name.data, name->data, name->len) == 0) {
data             1219 http/modules/ngx_http_charset_filter_module.c     if (ngx_strcasecmp(value[2].data, (u_char *) "utf-8") == 0) {
data             1319 http/modules/ngx_http_charset_filter_module.c     src = ngx_hextoi(value[0].data, value[0].len);
data             1335 http/modules/ngx_http_charset_filter_module.c             dst = ngx_hextoi(&value[1].data[i], 2);
data             1376 http/modules/ngx_http_charset_filter_module.c         dst = ngx_hextoi(value[1].data, value[1].len);
data             1409 http/modules/ngx_http_charset_filter_module.c         && ngx_strcmp(value[1].data, "off") == 0)
data             1416 http/modules/ngx_http_charset_filter_module.c     if (value[1].data[0] == '$') {
data             1418 http/modules/ngx_http_charset_filter_module.c         var.data = value[1].data + 1;
data             1455 http/modules/ngx_http_charset_filter_module.c         if (ngx_strcasecmp(name->data, c[i].name.data) == 0) {
data             1473 http/modules/ngx_http_charset_filter_module.c     if (ngx_strcasecmp(name->data, (u_char *) "utf-8") == 0) {
data              159 http/modules/ngx_http_dav_module.c         if (r->uri.data[r->uri.len - 1] == '/') {
data              216 http/modules/ngx_http_dav_module.c                    "http put filename: \"%s\"", path.data);
data              220 http/modules/ngx_http_dav_module.c     if (ngx_file_info(path.data, &fi) == NGX_FILE_ERROR) {
data              228 http/modules/ngx_http_dav_module.c                           "\"%s\" could not be created", path.data);
data              230 http/modules/ngx_http_dav_module.c             if (ngx_delete_file(temp->data) == NGX_FILE_ERROR) {
data              233 http/modules/ngx_http_dav_module.c                               temp->data);
data              251 http/modules/ngx_http_dav_module.c         date = ngx_http_parse_time(r->headers_in.date->value.data,
data              266 http/modules/ngx_http_dav_module.c         if (ngx_http_dav_location(r, path.data) != NGX_OK) {
data              305 http/modules/ngx_http_dav_module.c             if (r->uri.data[i++] == '/') {
data              322 http/modules/ngx_http_dav_module.c                    "http delete filename: \"%s\"", path.data);
data              324 http/modules/ngx_http_dav_module.c     if (ngx_link_info(path.data, &fi) == NGX_FILE_ERROR) {
data              330 http/modules/ngx_http_dav_module.c                                   rc, ngx_link_info_n, path.data);
data              335 http/modules/ngx_http_dav_module.c         if (r->uri.data[r->uri.len - 1] != '/') {
data              337 http/modules/ngx_http_dav_module.c                           "DELETE \"%s\" failed", path.data);
data              394 http/modules/ngx_http_dav_module.c         tree.data = NULL;
data              404 http/modules/ngx_http_dav_module.c         if (ngx_delete_dir(path->data) != NGX_FILE_ERROR) {
data              412 http/modules/ngx_http_dav_module.c         if (ngx_delete_file(path->data) != NGX_FILE_ERROR) {
data              420 http/modules/ngx_http_dav_module.c                               NGX_HTTP_NOT_FOUND, failed, path->data);
data              428 http/modules/ngx_http_dav_module.c                    "http delete dir: \"%s\"", path->data);
data              430 http/modules/ngx_http_dav_module.c     if (ngx_delete_dir(path->data) == NGX_FILE_ERROR) {
data              435 http/modules/ngx_http_dav_module.c                                   path->data);
data              446 http/modules/ngx_http_dav_module.c                    "http delete file: \"%s\"", path->data);
data              448 http/modules/ngx_http_dav_module.c     if (ngx_delete_file(path->data) == NGX_FILE_ERROR) {
data              453 http/modules/ngx_http_dav_module.c                                   path->data);
data              480 http/modules/ngx_http_dav_module.c     if (r->uri.data[r->uri.len - 1] != '/') {
data              492 http/modules/ngx_http_dav_module.c                    "http mkcol path: \"%s\"", path.data);
data              494 http/modules/ngx_http_dav_module.c     if (ngx_create_dir(path.data, ngx_dir_access(dlcf->access))
data              497 http/modules/ngx_http_dav_module.c         if (ngx_http_dav_location(r, path.data) != NGX_OK) {
data              505 http/modules/ngx_http_dav_module.c                               NGX_HTTP_CONFLICT, ngx_create_dir_n, path.data);
data              538 http/modules/ngx_http_dav_module.c     p = dest->value.data;
data              556 http/modules/ngx_http_dav_module.c         if (ngx_strncmp(dest->value.data, "https://", sizeof("https://") - 1)
data              562 http/modules/ngx_http_dav_module.c         host = dest->value.data + sizeof("https://") - 1;
data              567 http/modules/ngx_http_dav_module.c         if (ngx_strncmp(dest->value.data, "http://", sizeof("http://") - 1)
data              573 http/modules/ngx_http_dav_module.c         host = dest->value.data + sizeof("http://") - 1;
data              576 http/modules/ngx_http_dav_module.c     if (ngx_strncmp(host, r->headers_in.server.data, len) != 0) {
data              584 http/modules/ngx_http_dav_module.c     last = dest->value.data + dest->value.len;
data              602 http/modules/ngx_http_dav_module.c     duri.data = p;
data              609 http/modules/ngx_http_dav_module.c     if ((r->uri.data[r->uri.len - 1] == '/' && *(last - 1) != '/')
data              610 http/modules/ngx_http_dav_module.c         || (r->uri.data[r->uri.len - 1] != '/' && *(last - 1) == '/'))
data              641 http/modules/ngx_http_dav_module.c             ch = over->value.data[0];
data              668 http/modules/ngx_http_dav_module.c                    "http copy from: \"%s\"", path.data);
data              679 http/modules/ngx_http_dav_module.c     if (copy.path.data[copy.path.len - 1] == '/') {
data              682 http/modules/ngx_http_dav_module.c         copy.path.data[copy.path.len] = '\0';
data              689 http/modules/ngx_http_dav_module.c                    "http copy to: \"%s\"", copy.path.data);
data              691 http/modules/ngx_http_dav_module.c     if (ngx_link_info(copy.path.data, &fi) == NGX_FILE_ERROR) {
data              697 http/modules/ngx_http_dav_module.c                                       copy.path.data);
data              718 http/modules/ngx_http_dav_module.c                           "\"%s\" could not be created", copy.path.data);
data              725 http/modules/ngx_http_dav_module.c     if (ngx_link_info(path.data, &fi) == NGX_FILE_ERROR) {
data              728 http/modules/ngx_http_dav_module.c                                   path.data);
data              733 http/modules/ngx_http_dav_module.c         if (r->uri.data[r->uri.len - 1] != '/') {
data              741 http/modules/ngx_http_dav_module.c                            "http delete: \"%s\"", copy.path.data);
data              756 http/modules/ngx_http_dav_module.c             if (ngx_rename_file(path.data, copy.path.data) != NGX_FILE_ERROR) {
data              761 http/modules/ngx_http_dav_module.c         if (ngx_create_dir(copy.path.data, ngx_file_access(&fi))
data              766 http/modules/ngx_http_dav_module.c                                       ngx_create_dir_n, copy.path.data);
data              776 http/modules/ngx_http_dav_module.c         tree.data = &copy;
data              821 http/modules/ngx_http_dav_module.c         if (ngx_copy_file(path.data, copy.path.data, &cf) == NGX_OK) {
data              838 http/modules/ngx_http_dav_module.c                    "http copy dir: \"%s\"", path->data);
data              840 http/modules/ngx_http_dav_module.c     copy = ctx->data;
data              849 http/modules/ngx_http_dav_module.c     p = ngx_cpymem(dir, copy->path.data, copy->path.len);
data              850 http/modules/ngx_http_dav_module.c     (void) ngx_cpystrn(p, path->data + copy->len, path->len - copy->len + 1);
data              874 http/modules/ngx_http_dav_module.c                    "http copy dir time: \"%s\"", path->data);
data              876 http/modules/ngx_http_dav_module.c     copy = ctx->data;
data              885 http/modules/ngx_http_dav_module.c     p = ngx_cpymem(dir, copy->path.data, copy->path.len);
data              886 http/modules/ngx_http_dav_module.c     (void) ngx_cpystrn(p, path->data + copy->len, path->len - copy->len + 1);
data              939 http/modules/ngx_http_dav_module.c                    "http copy file: \"%s\"", path->data);
data              941 http/modules/ngx_http_dav_module.c     copy = ctx->data;
data              950 http/modules/ngx_http_dav_module.c     p = ngx_cpymem(file, copy->path.data, copy->path.len);
data              951 http/modules/ngx_http_dav_module.c     (void) ngx_cpystrn(p, path->data + copy->len, path->len - copy->len + 1);
data              962 http/modules/ngx_http_dav_module.c     (void) ngx_copy_file(path->data, file, &cf);
data              983 http/modules/ngx_http_dav_module.c         if (depth->value.data[0] == '0') {
data              987 http/modules/ngx_http_dav_module.c         if (depth->value.data[0] == '1') {
data              994 http/modules/ngx_http_dav_module.c             && ngx_strcmp(depth->value.data, "infinity") == 0)
data             1064 http/modules/ngx_http_dav_module.c         ngx_memcpy(location, r->uri.data, r->uri.len);
data             1073 http/modules/ngx_http_dav_module.c     r->headers_out.location->value.data = location;
data              204 http/modules/ngx_http_degradation_module.c     if (ngx_strncmp(value[1].data, "sbrk=", 5) == 0) {
data              207 http/modules/ngx_http_degradation_module.c         s.data = value[1].data + 5;
data              130 http/modules/ngx_http_empty_gif_module.c     cv.value.data = ngx_empty_gif;
data              146 http/modules/ngx_http_fastcgi_module.c     ngx_http_variable_value_t *v, uintptr_t data);
data              148 http/modules/ngx_http_fastcgi_module.c     ngx_http_variable_value_t *v, uintptr_t data);
data              166 http/modules/ngx_http_fastcgi_module.c     void *data);
data              773 http/modules/ngx_http_fastcgi_module.c                     ch = header[i].key.data[n];
data              949 http/modules/ngx_http_fastcgi_module.c                 ch = header[i].key.data[n];
data              961 http/modules/ngx_http_fastcgi_module.c             b->last = ngx_copy(b->last, header[i].value.data, val_len);
data             1253 http/modules/ngx_http_fastcgi_module.c                         if (ngx_strnstr(msg, (char *) pattern[i].data,
data             1409 http/modules/ngx_http_fastcgi_module.c                     h->key.data = r->header_name_start;
data             1410 http/modules/ngx_http_fastcgi_module.c                     h->key.data[h->key.len] = '\0';
data             1413 http/modules/ngx_http_fastcgi_module.c                     h->value.data = r->header_start;
data             1414 http/modules/ngx_http_fastcgi_module.c                     h->value.data[h->value.len] = '\0';
data             1426 http/modules/ngx_http_fastcgi_module.c                     h->key.data = ngx_pnalloc(r->pool,
data             1429 http/modules/ngx_http_fastcgi_module.c                     if (h->key.data == NULL) {
data             1433 http/modules/ngx_http_fastcgi_module.c                     h->value.data = h->key.data + h->key.len + 1;
data             1434 http/modules/ngx_http_fastcgi_module.c                     h->lowcase_key = h->key.data + h->key.len + 1
data             1437 http/modules/ngx_http_fastcgi_module.c                     ngx_cpystrn(h->key.data, r->header_name_start,
data             1439 http/modules/ngx_http_fastcgi_module.c                     ngx_cpystrn(h->value.data, r->header_start,
data             1449 http/modules/ngx_http_fastcgi_module.c                     ngx_strlow(h->lowcase_key, h->key.data, h->key.len);
data             1482 http/modules/ngx_http_fastcgi_module.c                     status = ngx_atoi(status_line->data, 3);
data             1934 http/modules/ngx_http_fastcgi_module.c         var->data = v->data;
data             2185 http/modules/ngx_http_fastcgi_module.c     if (conf->upstream.cache && conf->upstream.cache->data == NULL) {
data             2231 http/modules/ngx_http_fastcgi_module.c     if (conf->cache_key.value.data == NULL) {
data             2343 http/modules/ngx_http_fastcgi_module.c                 if (ngx_strcasecmp(h->key.data, src[i].key.data) == 0) {
data             2368 http/modules/ngx_http_fastcgi_module.c             && ngx_strncmp(src[i].key.data, "HTTP_", sizeof("HTTP_") - 1) == 0)
data             2376 http/modules/ngx_http_fastcgi_module.c             hk->key.data = src[i].key.data + 5;
data             2377 http/modules/ngx_http_fastcgi_module.c             hk->key_hash = ngx_hash_key_lc(hk->key.data, hk->key.len);
data             2408 http/modules/ngx_http_fastcgi_module.c         ngx_memcpy(p, src[i].key.data, src[i].key.len);
data             2468 http/modules/ngx_http_fastcgi_module.c     ngx_http_variable_value_t *v, uintptr_t data)
data             2483 http/modules/ngx_http_fastcgi_module.c         || f->script_name.data[f->script_name.len - 1] != '/')
data             2489 http/modules/ngx_http_fastcgi_module.c         v->data = f->script_name.data;
data             2496 http/modules/ngx_http_fastcgi_module.c     v->data = ngx_pnalloc(r->pool, v->len);
data             2497 http/modules/ngx_http_fastcgi_module.c     if (v->data == NULL) {
data             2501 http/modules/ngx_http_fastcgi_module.c     p = ngx_copy(v->data, f->script_name.data, f->script_name.len);
data             2502 http/modules/ngx_http_fastcgi_module.c     ngx_memcpy(p, flcf->index.data, flcf->index.len);
data             2510 http/modules/ngx_http_fastcgi_module.c     ngx_http_variable_value_t *v, uintptr_t data)
data             2527 http/modules/ngx_http_fastcgi_module.c     v->data = f->path_info.data;
data             2565 http/modules/ngx_http_fastcgi_module.c         f->script_name.data = r->uri.data + captures[2];
data             2568 http/modules/ngx_http_fastcgi_module.c         f->path_info.data = r->uri.data + captures[4];
data             2623 http/modules/ngx_http_fastcgi_module.c     if (clcf->name.data[clcf->name.len - 1] == '/') {
data             2685 http/modules/ngx_http_fastcgi_module.c     rc.err.data = errstr;
data             2728 http/modules/ngx_http_fastcgi_module.c     if (ngx_strcmp(value[1].data, "off") == 0) {
data             2743 http/modules/ngx_http_fastcgi_module.c     if (ngx_strcmp(value[1].data, "on") == 0) {
data             2784 http/modules/ngx_http_fastcgi_module.c     if (ngx_strcmp(value[1].data, "off") == 0) {
data             2834 http/modules/ngx_http_fastcgi_module.c ngx_http_fastcgi_lowat_check(ngx_conf_t *cf, void *post, void *data)
data             2837 http/modules/ngx_http_fastcgi_module.c     ssize_t *np = data;
data             2849 http/modules/ngx_http_fastcgi_module.c     ssize_t *np = data;
data               79 http/modules/ngx_http_flv_module.c     if (r->uri.data[r->uri.len - 1] == '/') {
data               96 http/modules/ngx_http_flv_module.c     path.len = last - path.data;
data              143 http/modules/ngx_http_flv_module.c                           "%s \"%s\" failed", of.failed, path.data);
data              153 http/modules/ngx_http_flv_module.c                           ngx_close_file_n " \"%s\" failed", path.data);
data              169 http/modules/ngx_http_flv_module.c             start = ngx_atoof(value.data, value.len);
data              159 http/modules/ngx_http_geo_module.c     uintptr_t data)
data              161 http/modules/ngx_http_geo_module.c     ngx_http_geo_ctx_t *ctx = (ngx_http_geo_ctx_t *) data;
data              179 http/modules/ngx_http_geo_module.c     uintptr_t data)
data              181 http/modules/ngx_http_geo_module.c     ngx_http_geo_ctx_t *ctx = (ngx_http_geo_ctx_t *) data;
data              236 http/modules/ngx_http_geo_module.c             ip = xfwd->value.data;
data              285 http/modules/ngx_http_geo_module.c     return ntohl(ngx_inet_addr(v->data, v->len));
data              313 http/modules/ngx_http_geo_module.c     name.data++;
data              324 http/modules/ngx_http_geo_module.c         name.data++;
data              401 http/modules/ngx_http_geo_module.c         var->data = (uintptr_t) geo;
data              421 http/modules/ngx_http_geo_module.c         var->data = (uintptr_t) geo;
data              456 http/modules/ngx_http_geo_module.c         if (ngx_strcmp(value[0].data, "ranges") == 0) {
data              479 http/modules/ngx_http_geo_module.c     if (ngx_strcmp(value[0].data, "include") == 0) {
data              485 http/modules/ngx_http_geo_module.c     } else if (ngx_strcmp(value[0].data, "proxy") == 0) {
data              526 http/modules/ngx_http_geo_module.c     if (ngx_strcmp(value[0].data, "default") == 0) {
data              545 http/modules/ngx_http_geo_module.c             ctx->include_name.data);
data              560 http/modules/ngx_http_geo_module.c     if (ngx_strcmp(value[0].data, "delete") == 0) {
data              569 http/modules/ngx_http_geo_module.c     last = net->data + net->len;
data              571 http/modules/ngx_http_geo_module.c     p = ngx_strlchr(net->data, last, '-');
data              577 http/modules/ngx_http_geo_module.c     start = ngx_inet_addr(net->data, p - net->data);
data              903 http/modules/ngx_http_geo_module.c     if (ngx_strcmp(value[0].data, "default") == 0) {
data              909 http/modules/ngx_http_geo_module.c         if (ngx_strcmp(value[0].data, "delete") == 0) {
data              981 http/modules/ngx_http_geo_module.c     hash = ngx_crc32_long(value->data, value->len);
data              996 http/modules/ngx_http_geo_module.c     val->data = ngx_pstrdup(ctx->pool, value);
data              997 http/modules/ngx_http_geo_module.c     if (val->data == NULL) {
data             1013 http/modules/ngx_http_geo_module.c     gvvn->sn.str.data = val->data;
data             1056 http/modules/ngx_http_geo_module.c     if (ngx_strcmp(net->data, "255.255.255.255") == 0) {
data             1095 http/modules/ngx_http_geo_module.c     file.data = ngx_pnalloc(ctx->temp_pool, name->len + 5);
data             1096 http/modules/ngx_http_geo_module.c     if (file.data == NULL) {
data             1100 http/modules/ngx_http_geo_module.c     ngx_sprintf(file.data, "%V.bin%Z", name);
data             1107 http/modules/ngx_http_geo_module.c         ngx_log_debug1(NGX_LOG_DEBUG_CORE, cf->log, 0, "include %s", file.data);
data             1120 http/modules/ngx_http_geo_module.c     file.data[file.len] = '\0';
data             1128 http/modules/ngx_http_geo_module.c     ngx_log_debug1(NGX_LOG_DEBUG_CORE, cf->log, 0, "include %s", file.data);
data             1161 http/modules/ngx_http_geo_module.c     file.fd = ngx_open_file(name->data, NGX_FILE_RDONLY, 0, 0);
data             1166 http/modules/ngx_http_geo_module.c                                ngx_open_file_n " \"%s\" failed", name->data);
data             1174 http/modules/ngx_http_geo_module.c             name->data);
data             1182 http/modules/ngx_http_geo_module.c             name->data, ctx->include_name.data);
data             1189 http/modules/ngx_http_geo_module.c                            ngx_fd_info_n " \"%s\" failed", name->data);
data             1196 http/modules/ngx_http_geo_module.c     ch = name->data[name->len - 4];
data             1197 http/modules/ngx_http_geo_module.c     name->data[name->len - 4] = '\0';
data             1199 http/modules/ngx_http_geo_module.c     if (ngx_file_info(name->data, &fi) == NGX_FILE_ERROR) {
data             1201 http/modules/ngx_http_geo_module.c                            ngx_file_info_n " \"%s\" failed", name->data);
data             1205 http/modules/ngx_http_geo_module.c     name->data[name->len - 4] = ch;
data             1209 http/modules/ngx_http_geo_module.c                            "stale binary geo range base \"%s\"", name->data);
data             1222 http/modules/ngx_http_geo_module.c                            ngx_read_file_n " \"%s\" failed", name->data);
data             1229 http/modules/ngx_http_geo_module.c             name->data, n, size);
data             1237 http/modules/ngx_http_geo_module.c              "incompatible binary geo range base \"%s\"", name->data);
data             1245 http/modules/ngx_http_geo_module.c     while(vv->data) {
data             1249 http/modules/ngx_http_geo_module.c         vv->data += (size_t) base;
data             1283 http/modules/ngx_http_geo_module.c                   "CRC32 mismatch in binary geo range base \"%s\"", name->data);
data             1288 http/modules/ngx_http_geo_module.c                        "using binary geo range base \"%s\"", name->data);
data             1305 http/modules/ngx_http_geo_module.c                       ngx_close_file_n " \"%s\" failed", name->data);
data             1364 http/modules/ngx_http_geo_module.c             s.data = r->value->data;
data             1365 http/modules/ngx_http_geo_module.c             hash = ngx_crc32_long(s.data, s.len);
data             1407 http/modules/ngx_http_geo_module.c     vv->data = (u_char *) (p - base);
data             1409 http/modules/ngx_http_geo_module.c     p = ngx_cpymem(p, gvvn->sn.str.data, gvvn->sn.str.len);
data               23 http/modules/ngx_http_geoip_module.c     uintptr_t   data;
data               30 http/modules/ngx_http_geoip_module.c     ngx_http_variable_value_t *v, uintptr_t data);
data               32 http/modules/ngx_http_geoip_module.c     ngx_http_variable_value_t *v, uintptr_t data);
data               34 http/modules/ngx_http_geoip_module.c     ngx_http_variable_value_t *v, uintptr_t data);
data               36 http/modules/ngx_http_geoip_module.c     ngx_http_variable_value_t *v, uintptr_t data);
data               38 http/modules/ngx_http_geoip_module.c     ngx_http_variable_value_t *v, uintptr_t data);
data               47 http/modules/ngx_http_geoip_module.c static void ngx_http_geoip_cleanup(void *data);
data              169 http/modules/ngx_http_geoip_module.c     ngx_http_variable_value_t *v, uintptr_t data)
data              172 http/modules/ngx_http_geoip_module.c         (ngx_http_geoip_variable_handler_pt) data;
data              202 http/modules/ngx_http_geoip_module.c     v->data = (u_char *) val;
data              216 http/modules/ngx_http_geoip_module.c     ngx_http_variable_value_t *v, uintptr_t data)
data              227 http/modules/ngx_http_geoip_module.c     val = *(char **) ((char *) gr + data);
data              233 http/modules/ngx_http_geoip_module.c     v->data = ngx_pnalloc(r->pool, len);
data              234 http/modules/ngx_http_geoip_module.c     if (v->data == NULL) {
data              239 http/modules/ngx_http_geoip_module.c     ngx_memcpy(v->data, val, len);
data              264 http/modules/ngx_http_geoip_module.c     ngx_http_variable_value_t *v, uintptr_t data)
data              284 http/modules/ngx_http_geoip_module.c     v->data = ngx_pnalloc(r->pool, len);
data              285 http/modules/ngx_http_geoip_module.c     if (v->data == NULL) {
data              289 http/modules/ngx_http_geoip_module.c     ngx_memcpy(v->data, val, len);
data              308 http/modules/ngx_http_geoip_module.c     ngx_http_variable_value_t *v, uintptr_t data)
data              319 http/modules/ngx_http_geoip_module.c     v->data = ngx_pnalloc(r->pool, NGX_INT64_LEN + 5);
data              320 http/modules/ngx_http_geoip_module.c     if (v->data == NULL) {
data              325 http/modules/ngx_http_geoip_module.c     val = *(float *) ((char *) gr + data);
data              327 http/modules/ngx_http_geoip_module.c     v->len = ngx_sprintf(v->data, "%.4f", val) - v->data;
data              337 http/modules/ngx_http_geoip_module.c     ngx_http_variable_value_t *v, uintptr_t data)
data              348 http/modules/ngx_http_geoip_module.c     v->data = ngx_pnalloc(r->pool, NGX_INT64_LEN);
data              349 http/modules/ngx_http_geoip_module.c     if (v->data == NULL) {
data              354 http/modules/ngx_http_geoip_module.c     val = *(int *) ((char *) gr + data);
data              356 http/modules/ngx_http_geoip_module.c     v->len = ngx_sprintf(v->data, "%d", val) - v->data;
data              397 http/modules/ngx_http_geoip_module.c         var->data = v->data;
data              421 http/modules/ngx_http_geoip_module.c     cln->data = conf;
data              440 http/modules/ngx_http_geoip_module.c     gcf->country = GeoIP_open((char *) value[1].data, GEOIP_MEMORY_CACHE);
data              450 http/modules/ngx_http_geoip_module.c         if (ngx_strcmp(value[2].data, "utf8") == 0) {
data              490 http/modules/ngx_http_geoip_module.c     gcf->city = GeoIP_open((char *) value[1].data, GEOIP_MEMORY_CACHE);
data              500 http/modules/ngx_http_geoip_module.c         if (ngx_strcmp(value[2].data, "utf8") == 0) {
data              527 http/modules/ngx_http_geoip_module.c ngx_http_geoip_cleanup(void *data)
data              529 http/modules/ngx_http_geoip_module.c     ngx_http_geoip_conf_t  *gcf = data;
data              111 http/modules/ngx_http_gzip_filter_module.c     ngx_http_variable_value_t *v, uintptr_t data);
data              117 http/modules/ngx_http_gzip_filter_module.c static char *ngx_http_gzip_window(ngx_conf_t *cf, void *post, void *data);
data              118 http/modules/ngx_http_gzip_filter_module.c static char *ngx_http_gzip_hash(ngx_conf_t *cf, void *post, void *data);
data             1042 http/modules/ngx_http_gzip_filter_module.c     ngx_http_variable_value_t *v, uintptr_t data)
data             1058 http/modules/ngx_http_gzip_filter_module.c     v->data = ngx_pnalloc(r->pool, NGX_INT32_LEN + 3);
data             1059 http/modules/ngx_http_gzip_filter_module.c     if (v->data == NULL) {
data             1078 http/modules/ngx_http_gzip_filter_module.c     v->len = ngx_sprintf(v->data, "%ui.%02ui", zint, zfrac) - v->data;
data             1161 http/modules/ngx_http_gzip_filter_module.c ngx_http_gzip_window(ngx_conf_t *cf, void *post, void *data)
data             1163 http/modules/ngx_http_gzip_filter_module.c     size_t *np = data;
data             1185 http/modules/ngx_http_gzip_filter_module.c ngx_http_gzip_hash(ngx_conf_t *cf, void *post, void *data)
data             1187 http/modules/ngx_http_gzip_filter_module.c     size_t *np = data;
data               88 http/modules/ngx_http_gzip_static_module.c     if (r->uri.data[r->uri.len - 1] == '/') {
data              118 http/modules/ngx_http_gzip_static_module.c     path.len = p - path.data;
data              121 http/modules/ngx_http_gzip_static_module.c                    "http filename: \"%s\"", path.data);
data              158 http/modules/ngx_http_gzip_static_module.c                       "%s \"%s\" failed", of.failed, path.data);
data              180 http/modules/ngx_http_gzip_static_module.c                       "\"%s\" is not a regular file", path.data);
data              239 http/modules/ngx_http_headers_filter_module.c         expires->value.data = (u_char *) "Thu, 01 Jan 1970 00:00:01 GMT";
data              245 http/modules/ngx_http_headers_filter_module.c         expires->value.data = (u_char *) "Thu, 31 Dec 2037 23:55:55 GMT";
data              251 http/modules/ngx_http_headers_filter_module.c     expires->value.data = ngx_pnalloc(r->pool, len);
data              252 http/modules/ngx_http_headers_filter_module.c     if (expires->value.data == NULL) {
data              257 http/modules/ngx_http_headers_filter_module.c         ngx_memcpy(expires->value.data, ngx_cached_http_time.data,
data              280 http/modules/ngx_http_headers_filter_module.c     ngx_http_time(expires->value.data, expires_time);
data              287 http/modules/ngx_http_headers_filter_module.c     cc->value.data = ngx_pnalloc(r->pool,
data              289 http/modules/ngx_http_headers_filter_module.c     if (cc->value.data == NULL) {
data              293 http/modules/ngx_http_headers_filter_module.c     cc->value.len = ngx_sprintf(cc->value.data, "max-age=%T", max_age)
data              294 http/modules/ngx_http_headers_filter_module.c                     - cc->value.data;
data              474 http/modules/ngx_http_headers_filter_module.c         if (ngx_strcmp(value[1].data, "epoch") == 0) {
data              479 http/modules/ngx_http_headers_filter_module.c         if (ngx_strcmp(value[1].data, "max") == 0) {
data              484 http/modules/ngx_http_headers_filter_module.c         if (ngx_strcmp(value[1].data, "off") == 0) {
data              495 http/modules/ngx_http_headers_filter_module.c         if (ngx_strcmp(value[1].data, "modified") != 0) {
data              504 http/modules/ngx_http_headers_filter_module.c     if (value[n].data[0] == '@') {
data              505 http/modules/ngx_http_headers_filter_module.c         value[n].data++;
data              515 http/modules/ngx_http_headers_filter_module.c     } else if (value[n].data[0] == '+') {
data              516 http/modules/ngx_http_headers_filter_module.c         value[n].data++;
data              520 http/modules/ngx_http_headers_filter_module.c     } else if (value[n].data[0] == '-') {
data              521 http/modules/ngx_http_headers_filter_module.c         value[n].data++;
data              586 http/modules/ngx_http_headers_filter_module.c         if (ngx_strcasecmp(value[1].data, set[i].name.data) != 0) {
data               95 http/modules/ngx_http_image_filter_module.c static void ngx_http_image_cleanup(void *data);
data              213 http/modules/ngx_http_image_filter_module.c         && ngx_strncasecmp(r->headers_out.content_type.data,
data              577 http/modules/ngx_http_image_filter_module.c                           ngx_http_image_types[ctx->type - 1].data + 6);
data              962 http/modules/ngx_http_image_filter_module.c     cln->data = out;
data             1090 http/modules/ngx_http_image_filter_module.c ngx_http_image_cleanup(void *data)
data             1092 http/modules/ngx_http_image_filter_module.c     gdFree(data);
data             1119 http/modules/ngx_http_image_filter_module.c     if (value->len == 1 && value->data[0] == '-') {
data             1123 http/modules/ngx_http_image_filter_module.c     n = ngx_atoi(value->data, value->len);
data             1210 http/modules/ngx_http_image_filter_module.c         if (ngx_strcmp(value[i].data, "off") == 0) {
data             1213 http/modules/ngx_http_image_filter_module.c         } else if (ngx_strcmp(value[i].data, "test") == 0) {
data             1216 http/modules/ngx_http_image_filter_module.c         } else if (ngx_strcmp(value[i].data, "size") == 0) {
data             1227 http/modules/ngx_http_image_filter_module.c         if (ngx_strcmp(value[i].data, "rotate") == 0) {
data             1266 http/modules/ngx_http_image_filter_module.c     if (ngx_strcmp(value[i].data, "resize") == 0) {
data             1269 http/modules/ngx_http_image_filter_module.c     } else if (ngx_strcmp(value[i].data, "crop") == 0) {
data              111 http/modules/ngx_http_index_module.c     if (r->uri.data[r->uri.len - 1] != '/') {
data              127 http/modules/ngx_http_index_module.c     path.data = NULL;
data              134 http/modules/ngx_http_index_module.c             if (index[i].name.data[0] == '/') {
data              168 http/modules/ngx_http_index_module.c             allocated = path.data + path.len - name;
data              175 http/modules/ngx_http_index_module.c             ngx_memcpy(name, index[i].name.data, index[i].name.len);
data              177 http/modules/ngx_http_index_module.c             path.len = (name + index[i].name.len - 1) - path.data;
data              190 http/modules/ngx_http_index_module.c                 uri.data = name;
data              194 http/modules/ngx_http_index_module.c             path.len = e.pos - path.data;
data              216 http/modules/ngx_http_index_module.c                            "%s \"%s\" failed", of.failed, path.data);
data              226 http/modules/ngx_http_index_module.c                 return ngx_http_index_error(r, clcf, path.data, of.err);
data              230 http/modules/ngx_http_index_module.c                 rc = ngx_http_index_test_dir(r, clcf, path.data, name - 1);
data              244 http/modules/ngx_http_index_module.c                           "%s \"%s\" failed", of.failed, path.data);
data              252 http/modules/ngx_http_index_module.c             uri.data = path.data + root;
data              255 http/modules/ngx_http_index_module.c             uri.data = ngx_pnalloc(r->pool, uri.len);
data              256 http/modules/ngx_http_index_module.c             if (uri.data == NULL) {
data              260 http/modules/ngx_http_index_module.c             p = ngx_copy(uri.data, r->uri.data, r->uri.len);
data              287 http/modules/ngx_http_index_module.c     dir.data = path;
data              306 http/modules/ngx_http_index_module.c                 return ngx_http_index_error(r, clcf, dir.data, NGX_ENOENT);
data              323 http/modules/ngx_http_index_module.c                           "%s \"%s\" failed", of.failed, dir.data);
data              336 http/modules/ngx_http_index_module.c                   "\"%s\" is not a directory", dir.data);
data              404 http/modules/ngx_http_index_module.c         index->name.data = (u_char *) NGX_HTTP_DEFAULT_INDEX;
data              459 http/modules/ngx_http_index_module.c         if (value[i].data[0] == '/' && i != cf->args->nelts - 1) {
data              478 http/modules/ngx_http_index_module.c         index->name.data = value[i].data;
data              489 http/modules/ngx_http_index_module.c             if (index->name.data[0] == '/') {
data               20 http/modules/ngx_http_limit_req_module.c     u_char                       data[1];
data               54 http/modules/ngx_http_limit_req_module.c     ngx_uint_t hash, u_char *data, size_t len, ngx_uint_t *ep);
data              159 http/modules/ngx_http_limit_req_module.c     ctx = lrcf->shm_zone->data;
data              183 http/modules/ngx_http_limit_req_module.c     hash = ngx_crc32_short(vv->data, len);
data              189 http/modules/ngx_http_limit_req_module.c     rc = ngx_http_limit_req_lookup(lrcf, hash, vv->data, len, &excess);
data              197 http/modules/ngx_http_limit_req_module.c             + offsetof(ngx_http_limit_req_node_t, data)
data              221 http/modules/ngx_http_limit_req_module.c         ngx_memcpy(lr->data, vv->data, len);
data              324 http/modules/ngx_http_limit_req_module.c             p = (ngx_memn2cmp(lrn->data, lrnt->data, lrn->len, lrnt->len) < 0)
data              345 http/modules/ngx_http_limit_req_module.c     u_char *data, size_t len, ngx_uint_t *ep)
data              355 http/modules/ngx_http_limit_req_module.c     ctx = lrcf->shm_zone->data;
data              377 http/modules/ngx_http_limit_req_module.c             rc = ngx_memn2cmp(data, lr->data, len, (size_t) lr->len);
data              483 http/modules/ngx_http_limit_req_module.c ngx_http_limit_req_init_zone(ngx_shm_zone_t *shm_zone, void *data)
data              485 http/modules/ngx_http_limit_req_module.c     ngx_http_limit_req_ctx_t  *octx = data;
data              490 http/modules/ngx_http_limit_req_module.c     ctx = shm_zone->data;
data              493 http/modules/ngx_http_limit_req_module.c         if (ngx_strcmp(ctx->var.data, octx->var.data) != 0) {
data              510 http/modules/ngx_http_limit_req_module.c         ctx->sh = ctx->shpool->data;
data              520 http/modules/ngx_http_limit_req_module.c     ctx->shpool->data = ctx->sh;
data              606 http/modules/ngx_http_limit_req_module.c         if (ngx_strncmp(value[i].data, "zone=", 5) == 0) {
data              608 http/modules/ngx_http_limit_req_module.c             name.data = value[i].data + 5;
data              610 http/modules/ngx_http_limit_req_module.c             p = (u_char *) ngx_strchr(name.data, ':');
data              615 http/modules/ngx_http_limit_req_module.c                 name.len = p - name.data;
data              619 http/modules/ngx_http_limit_req_module.c                 s.len = value[i].data + value[i].len - p;
data              620 http/modules/ngx_http_limit_req_module.c                 s.data = p;
data              633 http/modules/ngx_http_limit_req_module.c         if (ngx_strncmp(value[i].data, "rate=", 5) == 0) {
data              636 http/modules/ngx_http_limit_req_module.c             p = value[i].data + len - 3;
data              647 http/modules/ngx_http_limit_req_module.c             rate = ngx_atoi(value[i].data + 5, len - 5);
data              657 http/modules/ngx_http_limit_req_module.c         if (value[i].data[0] == '$') {
data              660 http/modules/ngx_http_limit_req_module.c             value[i].data++;
data              704 http/modules/ngx_http_limit_req_module.c     if (shm_zone->data) {
data              705 http/modules/ngx_http_limit_req_module.c         ctx = shm_zone->data;
data              714 http/modules/ngx_http_limit_req_module.c     shm_zone->data = ctx;
data              739 http/modules/ngx_http_limit_req_module.c         if (ngx_strncmp(value[i].data, "zone=", 5) == 0) {
data              742 http/modules/ngx_http_limit_req_module.c             s.data = value[i].data + 5;
data              753 http/modules/ngx_http_limit_req_module.c         if (ngx_strncmp(value[i].data, "burst=", 6) == 0) {
data              755 http/modules/ngx_http_limit_req_module.c             burst = ngx_atoi(value[i].data + 6, value[i].len - 6);
data              765 http/modules/ngx_http_limit_req_module.c         if (ngx_strncmp(value[i].data, "nodelay", 7) == 0) {
data              782 http/modules/ngx_http_limit_req_module.c     if (lrcf->shm_zone->data == NULL) {
data               16 http/modules/ngx_http_limit_zone_module.c     u_char              data[1];
data               40 http/modules/ngx_http_limit_zone_module.c static void ngx_http_limit_zone_cleanup(void *data);
data              144 http/modules/ngx_http_limit_zone_module.c     ctx = lzcf->shm_zone->data;
data              168 http/modules/ngx_http_limit_zone_module.c     hash = ngx_crc32_short(vv->data, len);
data              199 http/modules/ngx_http_limit_zone_module.c             rc = ngx_memn2cmp(vv->data, lz->data, len, (size_t) lz->len);
data              224 http/modules/ngx_http_limit_zone_module.c         + offsetof(ngx_http_limit_zone_node_t, data)
data              238 http/modules/ngx_http_limit_zone_module.c     ngx_memcpy(lz->data, vv->data, len);
data              250 http/modules/ngx_http_limit_zone_module.c     lzcln = cln->data;
data              281 http/modules/ngx_http_limit_zone_module.c             p = (ngx_memn2cmp(lzn->data, lznt->data, lzn->len, lznt->len) < 0)
data              301 http/modules/ngx_http_limit_zone_module.c ngx_http_limit_zone_cleanup(void *data)
data              303 http/modules/ngx_http_limit_zone_module.c     ngx_http_limit_zone_cleanup_t  *lzcln = data;
data              310 http/modules/ngx_http_limit_zone_module.c     ctx = lzcln->shm_zone->data;
data              332 http/modules/ngx_http_limit_zone_module.c ngx_http_limit_zone_init_zone(ngx_shm_zone_t *shm_zone, void *data)
data              334 http/modules/ngx_http_limit_zone_module.c     ngx_http_limit_zone_ctx_t  *octx = data;
data              341 http/modules/ngx_http_limit_zone_module.c     ctx = shm_zone->data;
data              344 http/modules/ngx_http_limit_zone_module.c         if (ngx_strcmp(ctx->var.data, octx->var.data) != 0) {
data              360 http/modules/ngx_http_limit_zone_module.c         ctx->rbtree = shpool->data;
data              370 http/modules/ngx_http_limit_zone_module.c     shpool->data = ctx->rbtree;
data              443 http/modules/ngx_http_limit_zone_module.c     if (value[2].data[0] != '$') {
data              450 http/modules/ngx_http_limit_zone_module.c     value[2].data++;
data              485 http/modules/ngx_http_limit_zone_module.c     if (shm_zone->data) {
data              486 http/modules/ngx_http_limit_zone_module.c         ctx = shm_zone->data;
data              495 http/modules/ngx_http_limit_zone_module.c     shm_zone->data = ctx;
data              521 http/modules/ngx_http_limit_zone_module.c     n = ngx_atoi(value[2].data, value[2].len);
data               18 http/modules/ngx_http_log_module.c     uintptr_t data);
data               25 http/modules/ngx_http_log_module.c     uintptr_t                   data;
data              104 http/modules/ngx_http_log_module.c     uintptr_t data);
data              256 http/modules/ngx_http_log_module.c                 len += op[i].getlen(r, op[i].data);
data              323 http/modules/ngx_http_log_module.c         name = log->file->name.data;
data              384 http/modules/ngx_http_log_module.c         path.data[root] = '\0';
data              406 http/modules/ngx_http_log_module.c                           "testing \"%s\" existence failed", path.data);
data              414 http/modules/ngx_http_log_module.c                           "testing \"%s\" existence failed", path.data);
data              429 http/modules/ngx_http_log_module.c     log.data[log.len - 1] = '\0';
data              430 http/modules/ngx_http_log_module.c     *name = log.data;
data              433 http/modules/ngx_http_log_module.c                    "http log \"%s\"", log.data);
data              448 http/modules/ngx_http_log_module.c                       "%s \"%s\" failed", of.failed, log.data);
data              467 http/modules/ngx_http_log_module.c     uintptr_t  data;
data              470 http/modules/ngx_http_log_module.c     data = op->data;
data              473 http/modules/ngx_http_log_module.c         *buf++ = (u_char) (data & 0xff);
data              474 http/modules/ngx_http_log_module.c         data >>= 8;
data              485 http/modules/ngx_http_log_module.c     return ngx_cpymem(buf, (u_char *) op->data, op->len);
data              513 http/modules/ngx_http_log_module.c     return ngx_cpymem(buf, ngx_cached_http_log_time.data,
data              520 http/modules/ngx_http_log_module.c     return ngx_cpymem(buf, ngx_cached_http_log_iso8601.data,
data              630 http/modules/ngx_http_log_module.c     op->data = index;
data              637 http/modules/ngx_http_log_module.c ngx_http_log_variable_getlen(ngx_http_request_t *r, uintptr_t data)
data              642 http/modules/ngx_http_log_module.c     value = ngx_http_get_indexed_variable(r, data);
data              648 http/modules/ngx_http_log_module.c     len = ngx_http_log_escape(NULL, value->data, value->len);
data              661 http/modules/ngx_http_log_module.c     value = ngx_http_get_indexed_variable(r, op->data);
data              669 http/modules/ngx_http_log_module.c         return ngx_cpymem(buf, value->data, value->len);
data              672 http/modules/ngx_http_log_module.c         return (u_char *) ngx_http_log_escape(buf, value->data, value->len);
data              866 http/modules/ngx_http_log_module.c     if (ngx_strcmp(value[1].data, "off") == 0) {
data              929 http/modules/ngx_http_log_module.c         if (ngx_strcmp(name.data, "combined") == 0) {
data              941 http/modules/ngx_http_log_module.c             && ngx_strcasecmp(fmt[i].name.data, name.data) == 0)
data              955 http/modules/ngx_http_log_module.c         if (ngx_strncmp(value[3].data, "buffer=", 7) != 0) {
data              968 http/modules/ngx_http_log_module.c         name.data = value[3].data + 7;
data             1012 http/modules/ngx_http_log_module.c             && ngx_strcmp(fmt[i].name.data, value[1].data) == 0)
data             1046 http/modules/ngx_http_log_module.c     u_char              *data, *p, ch;
data             1059 http/modules/ngx_http_log_module.c             if (value[s].data[i] != '%') {
data             1063 http/modules/ngx_http_log_module.c             ch = value[s].data[i + 1];
data             1086 http/modules/ngx_http_log_module.c             data = &value[s].data[i];
data             1088 http/modules/ngx_http_log_module.c             if (value[s].data[i] == '$') {
data             1094 http/modules/ngx_http_log_module.c                 if (value[s].data[i] == '{') {
data             1101 http/modules/ngx_http_log_module.c                     var.data = &value[s].data[i];
data             1105 http/modules/ngx_http_log_module.c                     var.data = &value[s].data[i];
data             1109 http/modules/ngx_http_log_module.c                     ch = value[s].data[i];
data             1139 http/modules/ngx_http_log_module.c                 if (ngx_strncmp(var.data, "apache_bytes_sent", 17) == 0) {
data             1148 http/modules/ngx_http_log_module.c                         && ngx_strncmp(v->name.data, var.data, var.len) == 0)
data             1153 http/modules/ngx_http_log_module.c                         op->data = 0;
data             1170 http/modules/ngx_http_log_module.c                     *flush = op->data; /* variable index */
data             1180 http/modules/ngx_http_log_module.c             while (i < value[s].len && value[s].data[i] != '$') {
data             1184 http/modules/ngx_http_log_module.c             len = &value[s].data[i] - data;
data             1193 http/modules/ngx_http_log_module.c                     op->data = 0;
data             1196 http/modules/ngx_http_log_module.c                         op->data <<= 8;
data             1197 http/modules/ngx_http_log_module.c                         op->data |= data[len];
data             1208 http/modules/ngx_http_log_module.c                     ngx_memcpy(p, data, len);
data             1209 http/modules/ngx_http_log_module.c                     op->data = (uintptr_t) p;
data             1219 http/modules/ngx_http_log_module.c     ngx_conf_log_error(NGX_LOG_EMERG, cf, 0, "invalid parameter \"%s\"", data);
data             1248 http/modules/ngx_http_log_module.c         if (ngx_strncmp(value[i].data, "max=", 4) == 0) {
data             1250 http/modules/ngx_http_log_module.c             max = ngx_atoi(value[i].data + 4, value[i].len - 4);
data             1258 http/modules/ngx_http_log_module.c         if (ngx_strncmp(value[i].data, "inactive=", 9) == 0) {
data             1261 http/modules/ngx_http_log_module.c             s.data = value[i].data + 9;
data             1271 http/modules/ngx_http_log_module.c         if (ngx_strncmp(value[i].data, "min_uses=", 9) == 0) {
data             1273 http/modules/ngx_http_log_module.c             min_uses = ngx_atoi(value[i].data + 9, value[i].len - 9);
data             1281 http/modules/ngx_http_log_module.c         if (ngx_strncmp(value[i].data, "valid=", 6) == 0) {
data             1284 http/modules/ngx_http_log_module.c             s.data = value[i].data + 6;
data             1294 http/modules/ngx_http_log_module.c         if (ngx_strcmp(value[i].data, "off") == 0) {
data              108 http/modules/ngx_http_map_module.c     uintptr_t data)
data              110 http/modules/ngx_http_map_module.c     ngx_http_map_ctx_t  *map = (ngx_http_map_ctx_t *) data;
data              126 http/modules/ngx_http_map_module.c     if (len && map->hostnames && val.data[len - 1] == '.') {
data              130 http/modules/ngx_http_map_module.c     key = ngx_hash_strlow(val.data, val.data, len);
data              132 http/modules/ngx_http_map_module.c     value = ngx_http_map_find(r, &map->map, key, val.data, len, &val);
data              139 http/modules/ngx_http_map_module.c         value = ngx_http_get_flushed_variable(r, (ngx_uint_t) value->data);
data              218 http/modules/ngx_http_map_module.c     name.data++;
data              226 http/modules/ngx_http_map_module.c     var->data = (uintptr_t) map;
data              367 http/modules/ngx_http_map_module.c     return ngx_dns_strcmp(first->key.data, second->key.data);
data              385 http/modules/ngx_http_map_module.c         && ngx_strcmp(value[0].data, "hostnames") == 0)
data              396 http/modules/ngx_http_map_module.c     if (ngx_strcmp(value[0].data, "include") == 0) {
data              403 http/modules/ngx_http_map_module.c         ngx_log_debug1(NGX_LOG_DEBUG_CORE, cf->log, 0, "include %s", file.data);
data              408 http/modules/ngx_http_map_module.c     if (value[1].data[0] == '$') {
data              411 http/modules/ngx_http_map_module.c         name.data++;
data              421 http/modules/ngx_http_map_module.c             if (index == (ngx_int_t) var[i].data) {
data              435 http/modules/ngx_http_map_module.c         var->data = (u_char *) index;
data              450 http/modules/ngx_http_map_module.c         key = ngx_hash(key, value[1].data[i]);
data              463 http/modules/ngx_http_map_module.c             if (ngx_strncmp(value[1].data, vp[i]->data, value[1].len) == 0) {
data              484 http/modules/ngx_http_map_module.c     var->data = ngx_pstrdup(ctx->keys.pool, &value[1]);
data              485 http/modules/ngx_http_map_module.c     if (var->data == NULL) {
data              502 http/modules/ngx_http_map_module.c     if (ngx_strcmp(value[0].data, "default") == 0) {
data              517 http/modules/ngx_http_map_module.c     if (value[0].len && value[0].data[0] == '~') {
data              528 http/modules/ngx_http_map_module.c         value[0].data++;
data              534 http/modules/ngx_http_map_module.c         rc.err.data = errstr;
data              548 http/modules/ngx_http_map_module.c     if (value[0].len && value[0].data[0] == '\\') {
data              550 http/modules/ngx_http_map_module.c         value[0].data++;
data               28 http/modules/ngx_http_memcached_module.c static ngx_int_t ngx_http_memcached_filter_init(void *data);
data               29 http/modules/ngx_http_memcached_module.c static ngx_int_t ngx_http_memcached_filter(void *data, ssize_t bytes);
data              229 http/modules/ngx_http_memcached_module.c     escape = 2 * ngx_escape_uri(NULL, vv->data, vv->len, NGX_ESCAPE_MEMCACHED);
data              252 http/modules/ngx_http_memcached_module.c     ctx->key.data = b->last;
data              255 http/modules/ngx_http_memcached_module.c         b->last = ngx_copy(b->last, vv->data, vv->len);
data              258 http/modules/ngx_http_memcached_module.c         b->last = (u_char *) ngx_escape_uri(b->last, vv->data, vv->len,
data              262 http/modules/ngx_http_memcached_module.c     ctx->key.len = b->last - ctx->key.data;
data              303 http/modules/ngx_http_memcached_module.c     line.data = u->buffer.pos;
data              316 http/modules/ngx_http_memcached_module.c         if (ngx_strncmp(p, ctx->key.data, ctx->key.len) != 0) {
data              383 http/modules/ngx_http_memcached_module.c ngx_http_memcached_filter_init(void *data)
data              385 http/modules/ngx_http_memcached_module.c     ngx_http_memcached_ctx_t  *ctx = data;
data              398 http/modules/ngx_http_memcached_module.c ngx_http_memcached_filter(void *data, ssize_t bytes)
data              400 http/modules/ngx_http_memcached_module.c     ngx_http_memcached_ctx_t  *ctx = data;
data              612 http/modules/ngx_http_memcached_module.c     if (clcf->name.data[clcf->name.len - 1] == '/') {
data               78 http/modules/ngx_http_not_modified_filter_module.c     iums = ngx_http_parse_time(r->headers_in.if_unmodified_since->value.data,
data              105 http/modules/ngx_http_not_modified_filter_module.c     ims = ngx_http_parse_time(r->headers_in.if_modified_since->value.data,
data              100 http/modules/ngx_http_proxy_module.c     ngx_http_variable_value_t *v, uintptr_t data);
data              102 http/modules/ngx_http_proxy_module.c     ngx_http_variable_value_t *v, uintptr_t data);
data              105 http/modules/ngx_http_proxy_module.c     ngx_http_variable_value_t *v, uintptr_t data);
data              108 http/modules/ngx_http_proxy_module.c     ngx_http_variable_value_t *v, uintptr_t data);
data              132 http/modules/ngx_http_proxy_module.c static char *ngx_http_proxy_lowat_check(ngx_conf_t *cf, void *post, void *data);
data              645 http/modules/ngx_http_proxy_module.c     if (ngx_strncasecmp(proxy.data, (u_char *) "http://", 7) == 0) {
data              652 http/modules/ngx_http_proxy_module.c     } else if (ngx_strncasecmp(proxy.data, (u_char *) "https://", 8) == 0) {
data              669 http/modules/ngx_http_proxy_module.c     u->schema.data = proxy.data;
data              674 http/modules/ngx_http_proxy_module.c     url.url.data = proxy.data + add;
data              689 http/modules/ngx_http_proxy_module.c         if (url.uri.data[0] == '?') {
data              696 http/modules/ngx_http_proxy_module.c             ngx_memcpy(p, url.uri.data, url.uri.len);
data              699 http/modules/ngx_http_proxy_module.c             url.uri.data = p - 1;
data              789 http/modules/ngx_http_proxy_module.c         escape = 2 * ngx_escape_uri(NULL, r->uri.data + loc_len,
data              803 http/modules/ngx_http_proxy_module.c     key->data = p;
data              806 http/modules/ngx_http_proxy_module.c         p = ngx_copy(p, ctx->vars.uri.data, ctx->vars.uri.len);
data              810 http/modules/ngx_http_proxy_module.c         ngx_escape_uri(p, r->uri.data + loc_len,
data              815 http/modules/ngx_http_proxy_module.c         p = ngx_copy(p, r->uri.data + loc_len, r->uri.len - loc_len);
data              820 http/modules/ngx_http_proxy_module.c         p = ngx_copy(p, r->args.data, r->args.len);
data              823 http/modules/ngx_http_proxy_module.c     key->len = p - key->data;
data              888 http/modules/ngx_http_proxy_module.c             escape = 2 * ngx_escape_uri(NULL, r->uri.data + loc_len,
data              977 http/modules/ngx_http_proxy_module.c     b->last = ngx_copy(b->last, method.data, method.len);
data              979 http/modules/ngx_http_proxy_module.c     u->uri.data = b->last;
data              982 http/modules/ngx_http_proxy_module.c         b->last = ngx_copy(b->last, ctx->vars.uri.data, ctx->vars.uri.len);
data              985 http/modules/ngx_http_proxy_module.c         b->last = ngx_copy(b->last, r->unparsed_uri.data, r->unparsed_uri.len);
data              989 http/modules/ngx_http_proxy_module.c             b->last = ngx_copy(b->last, ctx->vars.uri.data, ctx->vars.uri.len);
data              993 http/modules/ngx_http_proxy_module.c             ngx_escape_uri(b->last, r->uri.data + loc_len,
data              998 http/modules/ngx_http_proxy_module.c             b->last = ngx_copy(b->last, r->uri.data + loc_len,
data             1004 http/modules/ngx_http_proxy_module.c             b->last = ngx_copy(b->last, r->args.data, r->args.len);
data             1008 http/modules/ngx_http_proxy_module.c     u->uri.len = b->last - u->uri.data;
data             1074 http/modules/ngx_http_proxy_module.c             b->last = ngx_copy(b->last, header[i].key.data, header[i].key.len);
data             1078 http/modules/ngx_http_proxy_module.c             b->last = ngx_copy(b->last, header[i].value.data,
data             1225 http/modules/ngx_http_proxy_module.c     u->headers_in.status_line.data = ngx_pnalloc(r->pool, len);
data             1226 http/modules/ngx_http_proxy_module.c     if (u->headers_in.status_line.data == NULL) {
data             1230 http/modules/ngx_http_proxy_module.c     ngx_memcpy(u->headers_in.status_line.data, ctx->status.start, len);
data             1270 http/modules/ngx_http_proxy_module.c             h->key.data = ngx_pnalloc(r->pool,
data             1272 http/modules/ngx_http_proxy_module.c             if (h->key.data == NULL) {
data             1276 http/modules/ngx_http_proxy_module.c             h->value.data = h->key.data + h->key.len + 1;
data             1277 http/modules/ngx_http_proxy_module.c             h->lowcase_key = h->key.data + h->key.len + 1 + h->value.len + 1;
data             1279 http/modules/ngx_http_proxy_module.c             ngx_cpystrn(h->key.data, r->header_name_start, h->key.len + 1);
data             1280 http/modules/ngx_http_proxy_module.c             ngx_cpystrn(h->value.data, r->header_start, h->value.len + 1);
data             1286 http/modules/ngx_http_proxy_module.c                 ngx_strlow(h->lowcase_key, h->key.data, h->key.len);
data             1381 http/modules/ngx_http_proxy_module.c     ngx_http_variable_value_t *v, uintptr_t data)
data             1396 http/modules/ngx_http_proxy_module.c     v->data = ctx->vars.host_header.data;
data             1404 http/modules/ngx_http_proxy_module.c     ngx_http_variable_value_t *v, uintptr_t data)
data             1419 http/modules/ngx_http_proxy_module.c     v->data = ctx->vars.port.data;
data             1427 http/modules/ngx_http_proxy_module.c     ngx_http_variable_value_t *v, uintptr_t data)
data             1437 http/modules/ngx_http_proxy_module.c         v->data = r->connection->addr_text.data;
data             1449 http/modules/ngx_http_proxy_module.c     v->data = p;
data             1451 http/modules/ngx_http_proxy_module.c     p = ngx_copy(p, r->headers_in.x_forwarded_for->value.data,
data             1456 http/modules/ngx_http_proxy_module.c     ngx_memcpy(p, r->connection->addr_text.data, r->connection->addr_text.len);
data             1464 http/modules/ngx_http_proxy_module.c     ngx_http_variable_value_t *v, uintptr_t data)
data             1479 http/modules/ngx_http_proxy_module.c     v->data = ngx_pnalloc(r->connection->pool, NGX_SIZE_T_LEN);
data             1481 http/modules/ngx_http_proxy_module.c     if (v->data == NULL) {
data             1485 http/modules/ngx_http_proxy_module.c     v->len = ngx_sprintf(v->data, "%uz", ctx->internal_body_length) - v->data;
data             1525 http/modules/ngx_http_proxy_module.c     u_char  *data, *p;
data             1528 http/modules/ngx_http_proxy_module.c         || ngx_rstrncmp(h->value.data + prefix, pr->redirect.data,
data             1536 http/modules/ngx_http_proxy_module.c     data = ngx_pnalloc(r->pool, len);
data             1537 http/modules/ngx_http_proxy_module.c     if (data == NULL) {
data             1541 http/modules/ngx_http_proxy_module.c     p = ngx_copy(data, h->value.data, prefix);
data             1544 http/modules/ngx_http_proxy_module.c         p = ngx_copy(p, pr->replacement.text.data, pr->replacement.text.len);
data             1547 http/modules/ngx_http_proxy_module.c     ngx_memcpy(p, h->value.data + prefix + pr->redirect.len,
data             1551 http/modules/ngx_http_proxy_module.c     h->value.data = data;
data             1562 http/modules/ngx_http_proxy_module.c     u_char                       *data, *p;
data             1568 http/modules/ngx_http_proxy_module.c         || ngx_rstrncmp(h->value.data + prefix, pr->redirect.data,
data             1586 http/modules/ngx_http_proxy_module.c     data = ngx_pnalloc(r->pool, len);
data             1587 http/modules/ngx_http_proxy_module.c     if (data == NULL) {
data             1591 http/modules/ngx_http_proxy_module.c     p = ngx_copy(data, h->value.data, prefix);
data             1601 http/modules/ngx_http_proxy_module.c     ngx_memcpy(e.pos, h->value.data + prefix + pr->redirect.len,
data             1605 http/modules/ngx_http_proxy_module.c     h->value.data = data;
data             1623 http/modules/ngx_http_proxy_module.c         var->data = v->data;
data             1884 http/modules/ngx_http_proxy_module.c     if (conf->upstream.cache && conf->upstream.cache->data == NULL) {
data             1930 http/modules/ngx_http_proxy_module.c     if (conf->cache_key.value.data == NULL) {
data             1940 http/modules/ngx_http_proxy_module.c         conf->method.data[conf->method.len] = ' ';
data             1965 http/modules/ngx_http_proxy_module.c         if (conf->redirects == NULL && conf->url.data) {
data             1992 http/modules/ngx_http_proxy_module.c                 pr->redirect.data = p;
data             1994 http/modules/ngx_http_proxy_module.c                 p = ngx_cpymem(p, conf->url.data, conf->url.len);
data             2046 http/modules/ngx_http_proxy_module.c     if (conf->body_source.data == NULL) {
data             2052 http/modules/ngx_http_proxy_module.c     if (conf->body_source.data && conf->body_set_len == NULL) {
data             2166 http/modules/ngx_http_proxy_module.c             if (ngx_strcasecmp(h->key.data, src[i].key.data) == 0) {
data             2195 http/modules/ngx_http_proxy_module.c         hk->key_hash = ngx_hash_key_lc(src[i].key.data, src[i].key.len);
data             2232 http/modules/ngx_http_proxy_module.c             p = ngx_cpymem(p, src[i].key.data, src[i].key.len);
data             2234 http/modules/ngx_http_proxy_module.c             p = ngx_cpymem(p, src[i].value.data, src[i].value.len);
data             2262 http/modules/ngx_http_proxy_module.c             p = ngx_cpymem(p, src[i].key.data, src[i].key.len);
data             2362 http/modules/ngx_http_proxy_module.c     if (clcf->name.data[clcf->name.len - 1] == '/') {
data             2397 http/modules/ngx_http_proxy_module.c     if (ngx_strncasecmp(url->data, (u_char *) "http://", 7) == 0) {
data             2401 http/modules/ngx_http_proxy_module.c     } else if (ngx_strncasecmp(url->data, (u_char *) "https://", 8) == 0) {
data             2424 http/modules/ngx_http_proxy_module.c     u.url.data = url->data + add;
data             2435 http/modules/ngx_http_proxy_module.c     plcf->vars.schema.data = url->data;
data             2485 http/modules/ngx_http_proxy_module.c         if (ngx_strcmp(value[1].data, "off") == 0) {
data             2491 http/modules/ngx_http_proxy_module.c         if (ngx_strcmp(value[1].data, "false") == 0) {
data             2499 http/modules/ngx_http_proxy_module.c         if (ngx_strcmp(value[1].data, "default") != 0) {
data             2519 http/modules/ngx_http_proxy_module.c     if (ngx_strcmp(value[1].data, "default") == 0) {
data             2527 http/modules/ngx_http_proxy_module.c         if (plcf->url.data == NULL) {
data             2548 http/modules/ngx_http_proxy_module.c             pr->redirect.data = p;
data             2550 http/modules/ngx_http_proxy_module.c             p = ngx_cpymem(p, plcf->url.data, plcf->url.len);
data             2608 http/modules/ngx_http_proxy_module.c     if (ngx_strcmp(value[1].data, "off") == 0) {
data             2623 http/modules/ngx_http_proxy_module.c     if (ngx_strcmp(value[1].data, "on") == 0) {
data             2664 http/modules/ngx_http_proxy_module.c     if (ngx_strcmp(value[1].data, "off") == 0) {
data             2714 http/modules/ngx_http_proxy_module.c ngx_http_proxy_lowat_check(ngx_conf_t *cf, void *post, void *data)
data             2717 http/modules/ngx_http_proxy_module.c     ssize_t *np = data;
data             2729 http/modules/ngx_http_proxy_module.c     ssize_t *np = data;
data             2769 http/modules/ngx_http_proxy_module.c     cln->data = plcf->upstream.ssl;
data             2795 http/modules/ngx_http_proxy_module.c             v->host_header.data = u->host.data;
data               85 http/modules/ngx_http_random_index_module.c     if (r->uri.data[r->uri.len - 1] != '/') {
data              112 http/modules/ngx_http_random_index_module.c     path.len = last - path.data - 1;
data              113 http/modules/ngx_http_random_index_module.c     path.data[path.len] = '\0';
data              116 http/modules/ngx_http_random_index_module.c                    "http random index: \"%s\"", path.data);
data              138 http/modules/ngx_http_random_index_module.c                       ngx_open_dir_n " \"%s\" failed", path.data);
data              147 http/modules/ngx_http_random_index_module.c     filename = path.data;
data              187 http/modules/ngx_http_random_index_module.c                 last = ngx_cpystrn(filename, path.data, path.len + 1);
data              222 http/modules/ngx_http_random_index_module.c         name->data = ngx_pnalloc(r->pool, len);
data              223 http/modules/ngx_http_random_index_module.c         if (name->data == NULL) {
data              227 http/modules/ngx_http_random_index_module.c         ngx_memcpy(name->data, ngx_de_name(&dir), len);
data              247 http/modules/ngx_http_random_index_module.c     uri.data = ngx_pnalloc(r->pool, uri.len);
data              248 http/modules/ngx_http_random_index_module.c     if (uri.data == NULL) {
data              252 http/modules/ngx_http_random_index_module.c     last = ngx_copy(uri.data, r->uri.data, r->uri.len);
data              253 http/modules/ngx_http_random_index_module.c     ngx_memcpy(last, name[n].data, name[n].len);
data              163 http/modules/ngx_http_range_filter_module.c         || ngx_strncasecmp(r->headers_in.range->value.data,
data              172 http/modules/ngx_http_range_filter_module.c         if_range = ngx_http_parse_time(r->headers_in.if_range->value.data,
data              242 http/modules/ngx_http_range_filter_module.c     p = r->headers_in.range->value.data + 6;
data              358 http/modules/ngx_http_range_filter_module.c     content_range->value.data = ngx_pnalloc(r->pool,
data              360 http/modules/ngx_http_range_filter_module.c     if (content_range->value.data == NULL) {
data              368 http/modules/ngx_http_range_filter_module.c     content_range->value.len = ngx_sprintf(content_range->value.data,
data              372 http/modules/ngx_http_range_filter_module.c                                - content_range->value.data;
data              403 http/modules/ngx_http_range_filter_module.c     ctx->boundary_header.data = ngx_pnalloc(r->pool, len);
data              404 http/modules/ngx_http_range_filter_module.c     if (ctx->boundary_header.data == NULL) {
data              419 http/modules/ngx_http_range_filter_module.c         ctx->boundary_header.len = ngx_sprintf(ctx->boundary_header.data,
data              426 http/modules/ngx_http_range_filter_module.c                                    - ctx->boundary_header.data;
data              431 http/modules/ngx_http_range_filter_module.c         ctx->boundary_header.len = ngx_sprintf(ctx->boundary_header.data,
data              437 http/modules/ngx_http_range_filter_module.c                                    - ctx->boundary_header.data;
data              440 http/modules/ngx_http_range_filter_module.c         ctx->boundary_header.len = ngx_sprintf(ctx->boundary_header.data,
data              444 http/modules/ngx_http_range_filter_module.c                                    - ctx->boundary_header.data;
data              447 http/modules/ngx_http_range_filter_module.c     r->headers_out.content_type.data =
data              452 http/modules/ngx_http_range_filter_module.c     if (r->headers_out.content_type.data == NULL) {
data              461 http/modules/ngx_http_range_filter_module.c                            ngx_sprintf(r->headers_out.content_type.data,
data              464 http/modules/ngx_http_range_filter_module.c                            - r->headers_out.content_type.data;
data              477 http/modules/ngx_http_range_filter_module.c         range[i].content_range.data =
data              480 http/modules/ngx_http_range_filter_module.c         if (range[i].content_range.data == NULL) {
data              484 http/modules/ngx_http_range_filter_module.c         range[i].content_range.len = ngx_sprintf(range[i].content_range.data,
data              488 http/modules/ngx_http_range_filter_module.c                                      - range[i].content_range.data;
data              522 http/modules/ngx_http_range_filter_module.c     content_range->value.data = ngx_pnalloc(r->pool,
data              524 http/modules/ngx_http_range_filter_module.c     if (content_range->value.data == NULL) {
data              528 http/modules/ngx_http_range_filter_module.c     content_range->value.len = ngx_sprintf(content_range->value.data,
data              531 http/modules/ngx_http_range_filter_module.c                                - content_range->value.data;
data              743 http/modules/ngx_http_range_filter_module.c         b->pos = ctx->boundary_header.data;
data              744 http/modules/ngx_http_range_filter_module.c         b->last = ctx->boundary_header.data + ctx->boundary_header.len;
data              762 http/modules/ngx_http_range_filter_module.c         b->pos = range[i].content_range.data;
data              763 http/modules/ngx_http_range_filter_module.c         b->last = range[i].content_range.data + range[i].content_range.len;
data              825 http/modules/ngx_http_range_filter_module.c     b->last = ngx_cpymem(b->pos, ctx->boundary_header.data,
data               45 http/modules/ngx_http_realip_module.c static void ngx_http_realip_cleanup(void *data);
data              147 http/modules/ngx_http_realip_module.c         ip = r->headers_in.x_real_ip->value.data;
data              158 http/modules/ngx_http_realip_module.c         ip = r->headers_in.x_forwarded_for->value.data;
data              178 http/modules/ngx_http_realip_module.c         p = rlcf->header.data;
data              197 http/modules/ngx_http_realip_module.c                 ip = header[i].value.data;
data              257 http/modules/ngx_http_realip_module.c     ctx = cln->data;
data              290 http/modules/ngx_http_realip_module.c     c->addr_text.data = p;
data              297 http/modules/ngx_http_realip_module.c ngx_http_realip_cleanup(void *data)
data              299 http/modules/ngx_http_realip_module.c     ngx_http_realip_ctx_t *ctx = data;
data              325 http/modules/ngx_http_realip_module.c     if (ngx_strcmp(value[1].data, "unix:") == 0) {
data              380 http/modules/ngx_http_realip_module.c     if (ngx_strcmp(value[1].data, "X-Real-IP") == 0) {
data              385 http/modules/ngx_http_realip_module.c     if (ngx_strcmp(value[1].data, "X-Forwarded-For") == 0) {
data              391 http/modules/ngx_http_realip_module.c     rlcf->hash = ngx_hash_strlow(value[1].data, value[1].data, value[1].len);
data               94 http/modules/ngx_http_referer_module.c      uintptr_t data)
data              125 http/modules/ngx_http_referer_module.c     ref = r->headers_in.referer->value.data;
data              177 http/modules/ngx_http_referer_module.c         referer.data = ref;
data              214 http/modules/ngx_http_referer_module.c     if (len < uri->len || ngx_strncmp(uri->data, p, uri->len) != 0) {
data              399 http/modules/ngx_http_referer_module.c         if (ngx_strcmp(value[i].data, "none") == 0) {
data              404 http/modules/ngx_http_referer_module.c         if (ngx_strcmp(value[i].data, "blocked") == 0) {
data              411 http/modules/ngx_http_referer_module.c         if (ngx_strcmp(value[i].data, "server_names") == 0) {
data              442 http/modules/ngx_http_referer_module.c         if (value[i].data[0] == '~') {
data              451 http/modules/ngx_http_referer_module.c         p = (u_char *) ngx_strchr(value[i].data, '/');
data              454 http/modules/ngx_http_referer_module.c             uri.len = (value[i].data + value[i].len) - p;
data              455 http/modules/ngx_http_referer_module.c             uri.data = p;
data              456 http/modules/ngx_http_referer_module.c             value[i].len = p - value[i].data;
data              535 http/modules/ngx_http_referer_module.c         re->name = name->data;
data              541 http/modules/ngx_http_referer_module.c     name->data++;
data              549 http/modules/ngx_http_referer_module.c     rc.err.data = errstr;
data              557 http/modules/ngx_http_referer_module.c     re->name = name->data;
data              581 http/modules/ngx_http_referer_module.c     return ngx_dns_strcmp(first->key.data, second->key.data);
data              184 http/modules/ngx_http_rewrite_module.c     uintptr_t data)
data              208 http/modules/ngx_http_rewrite_module.c                   "using uninitialized \"%V\" variable", &var[data].name);
data              320 http/modules/ngx_http_rewrite_module.c     rc.err.data = errstr;
data              333 http/modules/ngx_http_rewrite_module.c     if (value[2].data[value[2].len - 1] == '?') {
data              344 http/modules/ngx_http_rewrite_module.c     if (ngx_strncmp(value[2].data, "http://", sizeof("http://") - 1) == 0
data              345 http/modules/ngx_http_rewrite_module.c         || ngx_strncmp(value[2].data, "https://", sizeof("https://") - 1) == 0
data              346 http/modules/ngx_http_rewrite_module.c         || ngx_strncmp(value[2].data, "$scheme", sizeof("$scheme") - 1) == 0)
data              354 http/modules/ngx_http_rewrite_module.c         if (ngx_strcmp(value[3].data, "last") == 0) {
data              357 http/modules/ngx_http_rewrite_module.c         } else if (ngx_strcmp(value[3].data, "break") == 0) {
data              361 http/modules/ngx_http_rewrite_module.c         } else if (ngx_strcmp(value[3].data, "redirect") == 0) {
data              366 http/modules/ngx_http_rewrite_module.c         } else if (ngx_strcmp(value[3].data, "permanent") == 0) {
data              453 http/modules/ngx_http_rewrite_module.c     p = value[1].data;
data              646 http/modules/ngx_http_rewrite_module.c     if (value[1].len < 1 || value[1].data[0] != '(') {
data              658 http/modules/ngx_http_rewrite_module.c         value[1].data++;
data              661 http/modules/ngx_http_rewrite_module.c     if (value[last].len < 1 || value[last].data[value[last].len - 1] != ')') {
data              672 http/modules/ngx_http_rewrite_module.c         value[last].data[value[last].len] = '\0';
data              676 http/modules/ngx_http_rewrite_module.c     p = value[cur].data;
data              697 http/modules/ngx_http_rewrite_module.c         p = value[cur].data;
data              750 http/modules/ngx_http_rewrite_module.c             rc.err.data = errstr;
data              781 http/modules/ngx_http_rewrite_module.c         value[last].data[value[last].len] = '\0';
data              858 http/modules/ngx_http_rewrite_module.c     value->data++;
data              892 http/modules/ngx_http_rewrite_module.c     if (value[1].data[0] != '$') {
data              899 http/modules/ngx_http_rewrite_module.c     value[1].data++;
data              912 http/modules/ngx_http_rewrite_module.c         && ngx_strncasecmp(value[1].data, (u_char *) "http_", 5) != 0
data              913 http/modules/ngx_http_rewrite_module.c         && ngx_strncasecmp(value[1].data, (u_char *) "sent_http_", 10) != 0
data              914 http/modules/ngx_http_rewrite_module.c         && ngx_strncasecmp(value[1].data, (u_char *) "upstream_http_", 14) != 0)
data              917 http/modules/ngx_http_rewrite_module.c         v->data = index;
data              933 http/modules/ngx_http_rewrite_module.c         vhcode->data = v->data;
data              969 http/modules/ngx_http_rewrite_module.c         n = ngx_atoi(value->data, value->len);
data              978 http/modules/ngx_http_rewrite_module.c         val->text_data = (uintptr_t) value->data;
data              597 http/modules/ngx_http_scgi_module.c                     ch = header[i].key.data[n];
data              701 http/modules/ngx_http_scgi_module.c                 ch = header[i].key.data[n];
data              716 http/modules/ngx_http_scgi_module.c             b->last = ngx_copy(val, header[i].value.data, header[i].value.len);
data              825 http/modules/ngx_http_scgi_module.c     u->headers_in.status_line.data = ngx_pnalloc(r->pool, len);
data              826 http/modules/ngx_http_scgi_module.c     if (u->headers_in.status_line.data == NULL) {
data              830 http/modules/ngx_http_scgi_module.c     ngx_memcpy(u->headers_in.status_line.data, status->start, len);
data              872 http/modules/ngx_http_scgi_module.c             h->key.data = ngx_pnalloc(r->pool,
data              875 http/modules/ngx_http_scgi_module.c             if (h->key.data == NULL) {
data              879 http/modules/ngx_http_scgi_module.c             h->value.data = h->key.data + h->key.len + 1;
data              880 http/modules/ngx_http_scgi_module.c             h->lowcase_key = h->key.data + h->key.len + 1 + h->value.len + 1;
data              882 http/modules/ngx_http_scgi_module.c             ngx_cpystrn(h->key.data, r->header_name_start, h->key.len + 1);
data              883 http/modules/ngx_http_scgi_module.c             ngx_cpystrn(h->value.data, r->header_start, h->value.len + 1);
data              889 http/modules/ngx_http_scgi_module.c                 ngx_strlow(h->lowcase_key, h->key.data, h->key.len);
data              921 http/modules/ngx_http_scgi_module.c                 status = ngx_atoi(status_line->data, 3);
data             1210 http/modules/ngx_http_scgi_module.c     if (conf->upstream.cache && conf->upstream.cache->data == NULL) {
data             1250 http/modules/ngx_http_scgi_module.c     if (conf->cache_key.value.data == NULL) {
data             1350 http/modules/ngx_http_scgi_module.c                 if (ngx_strcasecmp(h->key.data, src[i].key.data) == 0) {
data             1375 http/modules/ngx_http_scgi_module.c             && ngx_strncmp(src[i].key.data, "HTTP_", sizeof("HTTP_") - 1) == 0)
data             1383 http/modules/ngx_http_scgi_module.c             hk->key.data = src[i].key.data + 5;
data             1384 http/modules/ngx_http_scgi_module.c             hk->key_hash = ngx_hash_key_lc(hk->key.data, hk->key.len);
data             1415 http/modules/ngx_http_scgi_module.c         (void) ngx_cpystrn(p, src[i].key.data, src[i].key.len + 1);
data             1532 http/modules/ngx_http_scgi_module.c     if (clcf->name.data[clcf->name.len - 1] == '/') {
data             1554 http/modules/ngx_http_scgi_module.c     if (ngx_strcmp(value[1].data, "off") == 0) {
data             1569 http/modules/ngx_http_scgi_module.c     if (ngx_strcmp(value[1].data, "on") == 0) {
data             1610 http/modules/ngx_http_scgi_module.c     if (ngx_strcmp(value[1].data, "off") == 0) {
data               27 http/modules/ngx_http_secure_link_module.c     uintptr_t data);
data               29 http/modules/ngx_http_secure_link_module.c     ngx_http_variable_value_t *v, uintptr_t data);
data              101 http/modules/ngx_http_secure_link_module.c     ngx_http_variable_value_t *v, uintptr_t data)
data              114 http/modules/ngx_http_secure_link_module.c         return ngx_http_secure_link_old_variable(r, conf, v, data);
data              128 http/modules/ngx_http_secure_link_module.c     last = val.data + val.len;
data              130 http/modules/ngx_http_secure_link_module.c     p = ngx_strlchr(val.data, last, ',');
data              134 http/modules/ngx_http_secure_link_module.c         val.len = p++ - val.data;
data              149 http/modules/ngx_http_secure_link_module.c         ctx->expires.data = p;
data              157 http/modules/ngx_http_secure_link_module.c     hash.data = hash_buf;
data              175 http/modules/ngx_http_secure_link_module.c     ngx_md5_update(&md5, val.data, val.len);
data              182 http/modules/ngx_http_secure_link_module.c     v->data = (u_char *) ((expires && expires < ngx_time()) ? "0" : "1");
data              201 http/modules/ngx_http_secure_link_module.c     uintptr_t data)
data              210 http/modules/ngx_http_secure_link_module.c     p = &r->unparsed_uri.data[1];
data              211 http/modules/ngx_http_secure_link_module.c     last = r->unparsed_uri.data + r->unparsed_uri.len;
data              243 http/modules/ngx_http_secure_link_module.c     ngx_md5_update(&md5, conf->secret.data, conf->secret.len);
data              257 http/modules/ngx_http_secure_link_module.c     v->data = p;
data              271 http/modules/ngx_http_secure_link_module.c     ngx_http_variable_value_t *v, uintptr_t data)
data              282 http/modules/ngx_http_secure_link_module.c         v->data = ctx->expires.data;
data               75 http/modules/ngx_http_split_clients_module.c     ngx_http_variable_value_t *v, uintptr_t data)
data               77 http/modules/ngx_http_split_clients_module.c     ngx_http_split_clients_ctx_t *ctx = (ngx_http_split_clients_ctx_t *) data;
data               90 http/modules/ngx_http_split_clients_module.c     hash = ngx_crc32_short(val.data, val.len);
data              140 http/modules/ngx_http_split_clients_module.c     name.data++;
data              148 http/modules/ngx_http_split_clients_module.c     var->data = (uintptr_t) ctx;
data              212 http/modules/ngx_http_split_clients_module.c     if (value[0].len == 1 && value[0].data[0] == '*') {
data              216 http/modules/ngx_http_split_clients_module.c         if (value[0].data[value[0].len - 1] != '%') {
data              220 http/modules/ngx_http_split_clients_module.c         n = ngx_atofp(value[0].data, value[0].len - 1, 2);
data              232 http/modules/ngx_http_split_clients_module.c     part->value.data = value[1].data;
data               84 http/modules/ngx_http_ssi_filter_module.c static ngx_int_t ngx_http_ssi_stub_output(ngx_http_request_t *r, void *data,
data               86 http/modules/ngx_http_ssi_filter_module.c static ngx_int_t ngx_http_ssi_set_variable(ngx_http_request_t *r, void *data,
data              408 http/modules/ngx_http_ssi_filter_module.c         if (r != r->connection->data) {
data              613 http/modules/ngx_http_ssi_filter_module.c                 cmd = ngx_hash_find(&smcf->hash, ctx->key, ctx->command.data,
data              671 http/modules/ngx_http_ssi_filter_module.c                         b->last = ngx_cpymem(b->last, ctx->command.data,
data              676 http/modules/ngx_http_ssi_filter_module.c                             b->last = ngx_cpymem(b->last, param[i].key.data,
data              680 http/modules/ngx_http_ssi_filter_module.c                             b->last = ngx_cpymem(b->last, param[i].value.data,
data              729 http/modules/ngx_http_ssi_filter_module.c                             || ngx_strncmp(param[i].key.data, prm->name.data,
data              833 http/modules/ngx_http_ssi_filter_module.c             b->pos = ctx->errmsg.data;
data              834 http/modules/ngx_http_ssi_filter_module.c             b->last = ctx->errmsg.data + ctx->errmsg.len;
data             1125 http/modules/ngx_http_ssi_filter_module.c                 ctx->command.data = ngx_pnalloc(r->pool,
data             1127 http/modules/ngx_http_ssi_filter_module.c                 if (ctx->command.data == NULL) {
data             1131 http/modules/ngx_http_ssi_filter_module.c                 ctx->command.data[0] = ch;
data             1167 http/modules/ngx_http_ssi_filter_module.c                 ctx->command.data[ctx->command.len++] = ch;
data             1192 http/modules/ngx_http_ssi_filter_module.c                 ctx->param->key.data = ngx_pnalloc(r->pool,
data             1194 http/modules/ngx_http_ssi_filter_module.c                 if (ctx->param->key.data == NULL) {
data             1198 http/modules/ngx_http_ssi_filter_module.c                 ctx->param->key.data[0] = ch;
data             1203 http/modules/ngx_http_ssi_filter_module.c                     ctx->param->value.data = ngx_pnalloc(r->pool,
data             1205 http/modules/ngx_http_ssi_filter_module.c                     if (ctx->param->value.data == NULL) {
data             1210 http/modules/ngx_http_ssi_filter_module.c                     ctx->param->value.data = ctx->value_buf;
data             1235 http/modules/ngx_http_ssi_filter_module.c                 ctx->param->key.data[ctx->param->key.len++] = ch;
data             1251 http/modules/ngx_http_ssi_filter_module.c                 ctx->param->key.data[ctx->param->key.len++] = ch;
data             1339 http/modules/ngx_http_ssi_filter_module.c                 ctx->param->value.data[ctx->param->value.len++] = ch;
data             1367 http/modules/ngx_http_ssi_filter_module.c                 ctx->param->value.data[ctx->param->value.len++] = ch;
data             1375 http/modules/ngx_http_ssi_filter_module.c             ctx->param->value.data[ctx->param->value.len++] = ch;
data             1387 http/modules/ngx_http_ssi_filter_module.c                 ngx_memcpy(value, ctx->param->value.data,
data             1390 http/modules/ngx_http_ssi_filter_module.c                 ctx->value_buf = ctx->param->value.data;
data             1391 http/modules/ngx_http_ssi_filter_module.c                 ctx->param->value.data = value;
data             1561 http/modules/ngx_http_ssi_filter_module.c         if (ngx_strncmp(name->data, var[i].name.data, name->len) == 0) {
data             1574 http/modules/ngx_http_ssi_filter_module.c     u_char                      ch, *p, **value, *data, *part_data;
data             1586 http/modules/ngx_http_ssi_filter_module.c         data = text->data;
data             1587 http/modules/ngx_http_ssi_filter_module.c         p = data;
data             1589 http/modules/ngx_http_ssi_filter_module.c         if ((flags & NGX_HTTP_SSI_ADD_PREFIX) && text->data[0] != '/') {
data             1592 http/modules/ngx_http_ssi_filter_module.c                 if (r->uri.data[prefix - 1] == '/') {
data             1600 http/modules/ngx_http_ssi_filter_module.c                 data = ngx_pnalloc(r->pool, len);
data             1601 http/modules/ngx_http_ssi_filter_module.c                 if (data == NULL) {
data             1605 http/modules/ngx_http_ssi_filter_module.c                 p = ngx_copy(data, r->uri.data, prefix);
data             1612 http/modules/ngx_http_ssi_filter_module.c             ch = text->data[i];
data             1632 http/modules/ngx_http_ssi_filter_module.c         text->len = p - data;
data             1633 http/modules/ngx_http_ssi_filter_module.c         text->data = data;
data             1651 http/modules/ngx_http_ssi_filter_module.c         if (text->data[i] == '$') {
data             1659 http/modules/ngx_http_ssi_filter_module.c             if (text->data[i] == '{') {
data             1666 http/modules/ngx_http_ssi_filter_module.c                 var.data = &text->data[i];
data             1670 http/modules/ngx_http_ssi_filter_module.c                 var.data = &text->data[i];
data             1674 http/modules/ngx_http_ssi_filter_module.c                 ch = text->data[i];
data             1704 http/modules/ngx_http_ssi_filter_module.c             key = ngx_hash_strlow(var.data, var.data, var.len);
data             1718 http/modules/ngx_http_ssi_filter_module.c                 part_data = vv->data;
data             1722 http/modules/ngx_http_ssi_filter_module.c                 part_data = val->data;
data             1727 http/modules/ngx_http_ssi_filter_module.c             part_data = &text->data[i];
data             1731 http/modules/ngx_http_ssi_filter_module.c                 ch = text->data[i];
data             1785 http/modules/ngx_http_ssi_filter_module.c                         if (r->uri.data[prefix - 1] == '/') {
data             1803 http/modules/ngx_http_ssi_filter_module.c     text->data = p;
data             1805 http/modules/ngx_http_ssi_filter_module.c     p = ngx_copy(p, r->uri.data, prefix);
data             1873 http/modules/ngx_http_ssi_filter_module.c             && ngx_strncasecmp(wait->data, (u_char *) "no", 2) == 0)
data             1878 http/modules/ngx_http_ssi_filter_module.c                    || ngx_strncasecmp(wait->data, (u_char *) "yes", 3) != 0)
data             1898 http/modules/ngx_http_ssi_filter_module.c     dst = uri->data;
data             1899 http/modules/ngx_http_ssi_filter_module.c     src = uri->data;
data             1903 http/modules/ngx_http_ssi_filter_module.c     len = (uri->data + uri->len) - src;
data             1908 http/modules/ngx_http_ssi_filter_module.c     uri->len = dst - uri->data;
data             1929 http/modules/ngx_http_ssi_filter_module.c                     && ngx_strncmp(stub->data, bl[i].name.data, stub->len) == 0)
data             1984 http/modules/ngx_http_ssi_filter_module.c             psr->data = out;
data             1987 http/modules/ngx_http_ssi_filter_module.c             psr->data = bl[i].bufs;
data             1996 http/modules/ngx_http_ssi_filter_module.c         key = ngx_hash_strlow(set->data, set->data, set->len);
data             2004 http/modules/ngx_http_ssi_filter_module.c         psr->data = ngx_http_ssi_get_variable(r, set, key);
data             2006 http/modules/ngx_http_ssi_filter_module.c         if (psr->data == NULL) {
data             2024 http/modules/ngx_http_ssi_filter_module.c             psr->data = &var->value;
data             2053 http/modules/ngx_http_ssi_filter_module.c ngx_http_ssi_stub_output(ngx_http_request_t *r, void *data, ngx_int_t rc)
data             2064 http/modules/ngx_http_ssi_filter_module.c     out = data;
data             2081 http/modules/ngx_http_ssi_filter_module.c ngx_http_ssi_set_variable(ngx_http_request_t *r, void *data, ngx_int_t rc)
data             2083 http/modules/ngx_http_ssi_filter_module.c     ngx_str_t  *value = data;
data             2087 http/modules/ngx_http_ssi_filter_module.c         value->data = r->upstream->buffer.pos;
data             2111 http/modules/ngx_http_ssi_filter_module.c     key = ngx_hash_strlow(var->data, var->data, var->len);
data             2123 http/modules/ngx_http_ssi_filter_module.c             text.data = vv->data;
data             2148 http/modules/ngx_http_ssi_filter_module.c         if (enc->len == 4 && ngx_strncmp(enc->data, "none", 4) == 0) {
data             2152 http/modules/ngx_http_ssi_filter_module.c         } else if (enc->len == 3 && ngx_strncmp(enc->data, "url", 3) == 0) {
data             2156 http/modules/ngx_http_ssi_filter_module.c         } else if (enc->len == 6 && ngx_strncmp(enc->data, "entity", 6) == 0) {
data             2167 http/modules/ngx_http_ssi_filter_module.c     p = value->data;
data             2172 http/modules/ngx_http_ssi_filter_module.c         len = 2 * ngx_escape_uri(NULL, value->data, value->len,
data             2181 http/modules/ngx_http_ssi_filter_module.c             (void) ngx_escape_uri(p, value->data, value->len, NGX_ESCAPE_HTML);
data             2188 http/modules/ngx_http_ssi_filter_module.c         len = ngx_escape_html(NULL, value->data, value->len);
data             2196 http/modules/ngx_http_ssi_filter_module.c             (void) ngx_escape_html(p, value->data, value->len);
data             2240 http/modules/ngx_http_ssi_filter_module.c         ctx->timefmt.data = ngx_pnalloc(r->pool, value->len + 1);
data             2241 http/modules/ngx_http_ssi_filter_module.c         if (ctx->timefmt.data == NULL) {
data             2245 http/modules/ngx_http_ssi_filter_module.c         ngx_cpystrn(ctx->timefmt.data, value->data, value->len + 1);
data             2289 http/modules/ngx_http_ssi_filter_module.c     key = ngx_hash_strlow(name->data, name->data, name->len);
data             2341 http/modules/ngx_http_ssi_filter_module.c     left.data = expr->data;
data             2342 http/modules/ngx_http_ssi_filter_module.c     last = expr->data + expr->len;
data             2344 http/modules/ngx_http_ssi_filter_module.c     for (p = left.data; p < last; p++) {
data             2361 http/modules/ngx_http_ssi_filter_module.c     left.len = p - left.data;
data             2431 http/modules/ngx_http_ssi_filter_module.c     right.data = p;
data             2450 http/modules/ngx_http_ssi_filter_module.c             rc = ngx_strncmp(left.data, right.data, right.len);
data             2458 http/modules/ngx_http_ssi_filter_module.c         right.data[right.len] = '\0';
data             2465 http/modules/ngx_http_ssi_filter_module.c         rgc.err.data = errstr;
data             2613 http/modules/ngx_http_ssi_filter_module.c             && ctx->timefmt.data[0] == '%' && ctx->timefmt.data[1] == 's'))
data             2615 http/modules/ngx_http_ssi_filter_module.c         v->data = ngx_pnalloc(r->pool, NGX_TIME_T_LEN);
data             2616 http/modules/ngx_http_ssi_filter_module.c         if (v->data == NULL) {
data             2620 http/modules/ngx_http_ssi_filter_module.c         v->len = ngx_sprintf(v->data, "%T", tp->sec) - v->data;
data             2632 http/modules/ngx_http_ssi_filter_module.c                       (char *) ctx->timefmt.data, &tm);
data             2637 http/modules/ngx_http_ssi_filter_module.c     v->data = ngx_pnalloc(r->pool, v->len);
data             2638 http/modules/ngx_http_ssi_filter_module.c     if (v->data == NULL) {
data             2642 http/modules/ngx_http_ssi_filter_module.c     ngx_memcpy(v->data, buf, v->len);
data             2663 http/modules/ngx_http_ssi_filter_module.c         var->data = v->data;
data               20 http/modules/ngx_http_ssl_module.c     ngx_http_variable_value_t *v, uintptr_t data);
data               22 http/modules/ngx_http_ssl_module.c     ngx_http_variable_value_t *v, uintptr_t data);
data              218 http/modules/ngx_http_ssl_module.c     ngx_http_variable_value_t *v, uintptr_t data)
data              220 http/modules/ngx_http_ssl_module.c     ngx_ssl_variable_handler_pt  handler = (ngx_ssl_variable_handler_pt) data;
data              229 http/modules/ngx_http_ssl_module.c         v->data = s.data;
data              231 http/modules/ngx_http_ssl_module.c         for (len = 0; v->data[len]; len++) { /* void */ }
data              249 http/modules/ngx_http_ssl_module.c     uintptr_t data)
data              251 http/modules/ngx_http_ssl_module.c     ngx_ssl_variable_handler_pt  handler = (ngx_ssl_variable_handler_pt) data;
data              262 http/modules/ngx_http_ssl_module.c         v->data = s.data;
data              291 http/modules/ngx_http_ssl_module.c         var->data = v->data;
data              424 http/modules/ngx_http_ssl_module.c     cln->data = &conf->ssl;
data              434 http/modules/ngx_http_ssl_module.c                                 (const char *) conf->ciphers.data)
data              508 http/modules/ngx_http_ssl_module.c     sscf->file = cf->conf_file->file.name.data;
data              529 http/modules/ngx_http_ssl_module.c         if (ngx_strcmp(value[i].data, "off") == 0) {
data              534 http/modules/ngx_http_ssl_module.c         if (ngx_strcmp(value[i].data, "none") == 0) {
data              539 http/modules/ngx_http_ssl_module.c         if (ngx_strcmp(value[i].data, "builtin") == 0) {
data              545 http/modules/ngx_http_ssl_module.c             && ngx_strncmp(value[i].data, "builtin:", sizeof("builtin:") - 1)
data              548 http/modules/ngx_http_ssl_module.c             n = ngx_atoi(value[i].data + sizeof("builtin:") - 1,
data              561 http/modules/ngx_http_ssl_module.c             && ngx_strncmp(value[i].data, "shared:", sizeof("shared:") - 1)
data              567 http/modules/ngx_http_ssl_module.c                 if (value[i].data[j] == ':') {
data              568 http/modules/ngx_http_ssl_module.c                     value[i].data[j] = '\0';
data              580 http/modules/ngx_http_ssl_module.c             name.data = value[i].data + sizeof("shared:") - 1;
data              583 http/modules/ngx_http_ssl_module.c             size.data = name.data + len + 1;
data               65 http/modules/ngx_http_static_module.c     if (r->uri.data[r->uri.len - 1] == '/') {
data               81 http/modules/ngx_http_static_module.c     path.len = last - path.data;
data               84 http/modules/ngx_http_static_module.c                    "http filename: \"%s\"", path.data);
data              128 http/modules/ngx_http_static_module.c                           "%s \"%s\" failed", of.failed, path.data);
data              150 http/modules/ngx_http_static_module.c             location = path.data + clcf->root.len;
data              164 http/modules/ngx_http_static_module.c             last = ngx_copy(location, r->uri.data, r->uri.len);
data              170 http/modules/ngx_http_static_module.c                 ngx_memcpy(++last, r->args.data, r->args.len);
data              180 http/modules/ngx_http_static_module.c         r->headers_out.location->value.data = location;
data              189 http/modules/ngx_http_static_module.c                       "\"%s\" is not a regular file", path.data);
data              150 http/modules/ngx_http_sub_filter_module.c     ctx->saved.data = ngx_pnalloc(r->pool, slcf->match.len);
data              151 http/modules/ngx_http_sub_filter_module.c     if (ctx->saved.data == NULL) {
data              155 http/modules/ngx_http_sub_filter_module.c     ctx->looked.data = ngx_pnalloc(r->pool, slcf->match.len);
data              156 http/modules/ngx_http_sub_filter_module.c     if (ctx->looked.data == NULL) {
data              283 http/modules/ngx_http_sub_filter_module.c                     ngx_memcpy(b->pos, ctx->saved.data, ctx->saved.len);
data              358 http/modules/ngx_http_sub_filter_module.c             if (ctx->sub.data == NULL) {
data              369 http/modules/ngx_http_sub_filter_module.c                 b->pos = ctx->sub.data;
data              370 http/modules/ngx_http_sub_filter_module.c                 b->last = ctx->sub.data + ctx->sub.len;
data              424 http/modules/ngx_http_sub_filter_module.c         ngx_memcpy(ctx->saved.data, ctx->looked.data, ctx->looked.len);
data              536 http/modules/ngx_http_sub_filter_module.c             match = ctx->match.data[0];
data              541 http/modules/ngx_http_sub_filter_module.c                     ctx->looked.data[0] = *p;
data              574 http/modules/ngx_http_sub_filter_module.c         if (ch == ctx->match.data[looked]) {
data              575 http/modules/ngx_http_sub_filter_module.c             ctx->looked.data[looked] = *p;
data              595 http/modules/ngx_http_sub_filter_module.c         } else if (ch == ctx->match.data[0]) {
data              597 http/modules/ngx_http_sub_filter_module.c             ctx->looked.data[0] = *p;
data              635 http/modules/ngx_http_sub_filter_module.c     ngx_strlow(value[1].data, value[1].data, value[1].len);
data               29 http/modules/ngx_http_upstream_ip_hash_module.c     void *data);
data              104 http/modules/ngx_http_upstream_ip_hash_module.c     r->upstream->peer.data = &iphp->rrp;
data              137 http/modules/ngx_http_upstream_ip_hash_module.c ngx_http_upstream_get_ip_hash_peer(ngx_peer_connection_t *pc, void *data)
data              139 http/modules/ngx_http_upstream_ip_hash_module.c     ngx_http_upstream_ip_hash_peer_data_t  *iphp = data;
data               58 http/modules/ngx_http_userid_filter_module.c static char *ngx_http_userid_domain(ngx_conf_t *cf, void *post, void *data);
data               59 http/modules/ngx_http_userid_filter_module.c static char *ngx_http_userid_path(ngx_conf_t *cf, void *post, void *data);
data               62 http/modules/ngx_http_userid_filter_module.c static char *ngx_http_userid_p3p(ngx_conf_t *cf, void *post, void *data);
data              224 http/modules/ngx_http_userid_filter_module.c     ngx_http_variable_value_t *v, uintptr_t data)
data              254 http/modules/ngx_http_userid_filter_module.c     ngx_http_variable_value_t *v, uintptr_t data)
data              336 http/modules/ngx_http_userid_filter_module.c     dst.data = (u_char *) ctx->uid_got;
data              387 http/modules/ngx_http_userid_filter_module.c     p = ngx_copy(cookie, conf->name.data, conf->name.len);
data              392 http/modules/ngx_http_userid_filter_module.c         src.data = (u_char *) ctx->uid_set;
data              393 http/modules/ngx_http_userid_filter_module.c         dst.data = p;
data              404 http/modules/ngx_http_userid_filter_module.c         p = ngx_cpymem(p, ctx->cookie.data, 22);
data              417 http/modules/ngx_http_userid_filter_module.c     p = ngx_copy(p, conf->domain.data, conf->domain.len);
data              419 http/modules/ngx_http_userid_filter_module.c     p = ngx_copy(p, conf->path.data, conf->path.len);
data              429 http/modules/ngx_http_userid_filter_module.c     set_cookie->value.data = cookie;
data              470 http/modules/ngx_http_userid_filter_module.c                 && ctx->cookie.data[22] == conf->mark
data              471 http/modules/ngx_http_userid_filter_module.c                 && ctx->cookie.data[23] == '='))
data              552 http/modules/ngx_http_userid_filter_module.c     v->data = ngx_pnalloc(r->pool, v->len);
data              553 http/modules/ngx_http_userid_filter_module.c     if (v->data == NULL) {
data              561 http/modules/ngx_http_userid_filter_module.c     ngx_sprintf(v->data, "%V=%08XD%08XD%08XD%08XD",
data              659 http/modules/ngx_http_userid_filter_module.c ngx_http_userid_domain(ngx_conf_t *cf, void *post, void *data)
data              661 http/modules/ngx_http_userid_filter_module.c     ngx_str_t  *domain = data;
data              665 http/modules/ngx_http_userid_filter_module.c     if (ngx_strcmp(domain->data, "none") == 0) {
data              676 http/modules/ngx_http_userid_filter_module.c     ngx_memcpy(p, domain->data, domain->len);
data              679 http/modules/ngx_http_userid_filter_module.c     domain->data = new;
data              686 http/modules/ngx_http_userid_filter_module.c ngx_http_userid_path(ngx_conf_t *cf, void *post, void *data)
data              688 http/modules/ngx_http_userid_filter_module.c     ngx_str_t  *path = data;
data              698 http/modules/ngx_http_userid_filter_module.c     ngx_memcpy(p, path->data, path->len);
data              701 http/modules/ngx_http_userid_filter_module.c     path->data = new;
data              720 http/modules/ngx_http_userid_filter_module.c     if (ngx_strcmp(value[1].data, "max") == 0) {
data              725 http/modules/ngx_http_userid_filter_module.c     if (ngx_strcmp(value[1].data, "off") == 0) {
data              744 http/modules/ngx_http_userid_filter_module.c ngx_http_userid_p3p(ngx_conf_t *cf, void *post, void *data)
data              746 http/modules/ngx_http_userid_filter_module.c     ngx_str_t  *p3p = data;
data              748 http/modules/ngx_http_userid_filter_module.c     if (ngx_strcmp(p3p->data, "none") == 0) {
data              769 http/modules/ngx_http_userid_filter_module.c     if (ngx_strcmp(value[1].data, "off") == 0) {
data              775 http/modules/ngx_http_userid_filter_module.c         || !((value[1].data[0] >= '0' && value[1].data[0] <= '9')
data              776 http/modules/ngx_http_userid_filter_module.c               || (value[1].data[0] >= 'A' && value[1].data[0] <= 'Z')
data              777 http/modules/ngx_http_userid_filter_module.c               || (value[1].data[0] >= 'a' && value[1].data[0] <= 'z')
data              778 http/modules/ngx_http_userid_filter_module.c               || value[1].data[0] == '='))
data              783 http/modules/ngx_http_userid_filter_module.c     ucf->mark = value[1].data[0];
data              625 http/modules/ngx_http_uwsgi_module.c                     ch = header[i].key.data[n];
data              751 http/modules/ngx_http_uwsgi_module.c                 ch = header[i].key.data[n];
data              766 http/modules/ngx_http_uwsgi_module.c             b->last = ngx_copy(b->last, header[i].value.data, val_len);
data              778 http/modules/ngx_http_uwsgi_module.c     b->last = ngx_copy(b->last, uwcf->uwsgi_string.data,
data              875 http/modules/ngx_http_uwsgi_module.c     u->headers_in.status_line.data = ngx_pnalloc(r->pool, len);
data              876 http/modules/ngx_http_uwsgi_module.c     if (u->headers_in.status_line.data == NULL) {
data              880 http/modules/ngx_http_uwsgi_module.c     ngx_memcpy(u->headers_in.status_line.data, status->start, len);
data              922 http/modules/ngx_http_uwsgi_module.c             h->key.data = ngx_pnalloc(r->pool,
data              925 http/modules/ngx_http_uwsgi_module.c             if (h->key.data == NULL) {
data              929 http/modules/ngx_http_uwsgi_module.c             h->value.data = h->key.data + h->key.len + 1;
data              930 http/modules/ngx_http_uwsgi_module.c             h->lowcase_key = h->key.data + h->key.len + 1 + h->value.len + 1;
data              932 http/modules/ngx_http_uwsgi_module.c             ngx_cpystrn(h->key.data, r->header_name_start, h->key.len + 1);
data              933 http/modules/ngx_http_uwsgi_module.c             ngx_cpystrn(h->value.data, r->header_start, h->value.len + 1);
data              939 http/modules/ngx_http_uwsgi_module.c                 ngx_strlow(h->lowcase_key, h->key.data, h->key.len);
data              971 http/modules/ngx_http_uwsgi_module.c                 status = ngx_atoi(status_line->data, 3);
data             1263 http/modules/ngx_http_uwsgi_module.c     if (conf->upstream.cache && conf->upstream.cache->data == NULL) {
data             1303 http/modules/ngx_http_uwsgi_module.c     if (conf->cache_key.value.data == NULL) {
data             1408 http/modules/ngx_http_uwsgi_module.c                 if (ngx_strcasecmp(h->key.data, src[i].key.data) == 0) {
data             1433 http/modules/ngx_http_uwsgi_module.c             && ngx_strncmp(src[i].key.data, "HTTP_", sizeof("HTTP_") - 1) == 0)
data             1441 http/modules/ngx_http_uwsgi_module.c             hk->key.data = src[i].key.data + 5;
data             1442 http/modules/ngx_http_uwsgi_module.c             hk->key_hash = ngx_hash_key_lc(hk->key.data, hk->key.len);
data             1473 http/modules/ngx_http_uwsgi_module.c         ngx_memcpy(p, src[i].key.data, src[i].key.len);
data             1583 http/modules/ngx_http_uwsgi_module.c     if (clcf->name.data[clcf->name.len - 1] == '/') {
data             1606 http/modules/ngx_http_uwsgi_module.c     if (ngx_strcmp(value[1].data, "off") == 0) {
data             1621 http/modules/ngx_http_uwsgi_module.c     if (ngx_strcmp(value[1].data, "on") == 0) {
data             1662 http/modules/ngx_http_uwsgi_module.c     if (ngx_strcmp(value[1].data, "off") == 0) {
data               30 http/modules/ngx_http_xslt_filter_module.c     void                *data;
data               70 http/modules/ngx_http_xslt_filter_module.c static void ngx_http_xslt_sax_external_subset(void *data, const xmlChar *name,
data               72 http/modules/ngx_http_xslt_filter_module.c static void ngx_cdecl ngx_http_xslt_sax_error(void *data, const char *msg, ...);
data               81 http/modules/ngx_http_xslt_filter_module.c static void ngx_http_xslt_cleanup(void *data);
data               87 http/modules/ngx_http_xslt_filter_module.c static void ngx_http_xslt_cleanup_dtd(void *data);
data               88 http/modules/ngx_http_xslt_filter_module.c static void ngx_http_xslt_cleanup_stylesheet(void *data);
data              314 http/modules/ngx_http_xslt_filter_module.c     cln->data = b->pos;
data              368 http/modules/ngx_http_xslt_filter_module.c ngx_http_xslt_sax_external_subset(void *data, const xmlChar *name,
data              371 http/modules/ngx_http_xslt_filter_module.c     xmlParserCtxtPtr ctxt = data;
data              419 http/modules/ngx_http_xslt_filter_module.c ngx_http_xslt_sax_error(void *data, const char *msg, ...)
data              421 http/modules/ngx_http_xslt_filter_module.c     xmlParserCtxtPtr ctxt = data;
data              537 http/modules/ngx_http_xslt_filter_module.c         r->headers_out.charset.data = encoding;
data              551 http/modules/ngx_http_xslt_filter_module.c         r->headers_out.content_type.data = type;
data              584 http/modules/ngx_http_xslt_filter_module.c                        "xslt filter param: \"%s\"", string.data);
data              586 http/modules/ngx_http_xslt_filter_module.c         p = string.data;
data              587 http/modules/ngx_http_xslt_filter_module.c         last = string.data + string.len - 1;
data              699 http/modules/ngx_http_xslt_filter_module.c ngx_http_xslt_cleanup(void *data)
data              701 http/modules/ngx_http_xslt_filter_module.c     ngx_free(data);
data              726 http/modules/ngx_http_xslt_filter_module.c         if (ngx_strcmp(file[i].name, &value[1].data) == 0) {
data              727 http/modules/ngx_http_xslt_filter_module.c             xlcf->dtd = file[i].data;
data              737 http/modules/ngx_http_xslt_filter_module.c     xlcf->dtd = xmlParseDTD(NULL, (xmlChar *) value[1].data);
data              745 http/modules/ngx_http_xslt_filter_module.c     cln->data = xlcf->dtd;
data              752 http/modules/ngx_http_xslt_filter_module.c     file->name = value[1].data;
data              753 http/modules/ngx_http_xslt_filter_module.c     file->data = xlcf->dtd;
data              800 http/modules/ngx_http_xslt_filter_module.c         if (ngx_strcmp(file[i].name, &value[1].data) == 0) {
data              801 http/modules/ngx_http_xslt_filter_module.c             sheet->stylesheet = file[i].data;
data              811 http/modules/ngx_http_xslt_filter_module.c     sheet->stylesheet = xsltParseStylesheetFile(value[1].data);
data              815 http/modules/ngx_http_xslt_filter_module.c                            value[1].data);
data              820 http/modules/ngx_http_xslt_filter_module.c     cln->data = sheet->stylesheet;
data              827 http/modules/ngx_http_xslt_filter_module.c     file->name = value[1].data;
data              828 http/modules/ngx_http_xslt_filter_module.c     file->data = sheet->stylesheet;
data              869 http/modules/ngx_http_xslt_filter_module.c ngx_http_xslt_cleanup_dtd(void *data)
data              871 http/modules/ngx_http_xslt_filter_module.c     xmlFreeDtd(data);
data              876 http/modules/ngx_http_xslt_filter_module.c ngx_http_xslt_cleanup_stylesheet(void *data)
data              878 http/modules/ngx_http_xslt_filter_module.c     xsltFreeStylesheet(data);
data               58 http/modules/perl/ngx_http_perl_module.c static void ngx_http_perl_cleanup_perl(void *data);
data              246 http/modules/perl/ngx_http_perl_module.c     ctx->filename.data = NULL;
data              293 http/modules/perl/ngx_http_perl_module.c     uintptr_t data)
data              295 http/modules/perl/ngx_http_perl_module.c     ngx_http_perl_variable_t *pv = (ngx_http_perl_variable_t *) data;
data              318 http/modules/perl/ngx_http_perl_module.c     value.data = NULL;
data              330 http/modules/perl/ngx_http_perl_module.c     if (value.data) {
data              335 http/modules/perl/ngx_http_perl_module.c         v->data = value.data;
data              341 http/modules/perl/ngx_http_perl_module.c     ctx->filename.data = NULL;
data              383 http/modules/perl/ngx_http_perl_module.c     handler->data[handler->len] = '\0';
data              403 http/modules/perl/ngx_http_perl_module.c         sv = newSVpvn((char *) handler->data, handler->len);
data              408 http/modules/perl/ngx_http_perl_module.c     sv = newSVpvn((char *) handler->data, handler->len);
data              426 http/modules/perl/ngx_http_perl_module.c             asv[i + 1] = newSVpvn((char *) args[i]->data, args[i]->len);
data              440 http/modules/perl/ngx_http_perl_module.c     ctx->filename.data = NULL;
data              530 http/modules/perl/ngx_http_perl_module.c     cln->data = pmcf->perl;
data              590 http/modules/perl/ngx_http_perl_module.c             embedding[2 * i + 2] = (char *) m[i].data;
data              648 http/modules/perl/ngx_http_perl_module.c         require_pv((char *) script[i].data);
data              657 http/modules/perl/ngx_http_perl_module.c                           script[i].data, len + 1, err);
data              718 http/modules/perl/ngx_http_perl_module.c             rv->data = ngx_pnalloc(r->pool, n_a);
data              719 http/modules/perl/ngx_http_perl_module.c             if (rv->data == NULL) {
data              723 http/modules/perl/ngx_http_perl_module.c             ngx_memcpy(rv->data, line, n_a);
data              768 http/modules/perl/ngx_http_perl_module.c     for (p = handler->data; *p; p++) {
data              824 http/modules/perl/ngx_http_perl_module.c ngx_http_perl_cleanup_perl(void *data)
data              826 http/modules/perl/ngx_http_perl_module.c     PerlInterpreter  *perl = data;
data              917 http/modules/perl/ngx_http_perl_module.c     if (plcf->handler.data) {
data              947 http/modules/perl/ngx_http_perl_module.c         plcf->sub = newSVpvn((char *) value[1].data, value[1].len);
data              970 http/modules/perl/ngx_http_perl_module.c     if (value[1].data[0] != '$') {
data              977 http/modules/perl/ngx_http_perl_module.c     value[1].data++;
data             1018 http/modules/perl/ngx_http_perl_module.c         pv->sub = newSVpvn((char *) value[2].data, value[2].len);
data             1024 http/modules/perl/ngx_http_perl_module.c     v->data = (uintptr_t) pv;
data              425 http/ngx_http.c         hk->key_hash = ngx_hash_key_lc(header->name.data, header->name.len);
data              879 http/ngx_http.c     lq->file_name = cf->conf_file->file.name.data;
data              929 http/ngx_http.c         return ngx_strcmp(first->name.data, second->name.data);
data              951 http/ngx_http.c     rc = ngx_strcmp(first->name.data, second->name.data);
data              977 http/ngx_http.c         if (ngx_strcmp(lq->name->data, lx->name->data) == 0) {
data             1021 http/ngx_http.c     name = lq->name->data;
data             1030 http/ngx_http.c             || (ngx_strncmp(name, lx->name->data, len) != 0))
data             1095 http/ngx_http.c     ngx_memcpy(node->name, &lq->name->data[prefix], len);
data             1639 http/ngx_http.c     return ngx_dns_strcmp(first->key.data, second->key.data);
data             1745 http/ngx_http.c     ls->log.data = &ls->addr_text;
data             1936 http/ngx_http.c             type->key_hash = ngx_hash_key(default_type->data,
data             1946 http/ngx_http.c         if (value[i].len == 1 && value[i].data[0] == '*') {
data             1951 http/ngx_http.c         hash = ngx_hash_strlow(value[i].data, value[i].data, value[i].len);
data             1952 http/ngx_http.c         value[i].data[value[i].len] = '\0';
data             1957 http/ngx_http.c             if (ngx_strcmp(value[i].data, type[n].key.data) == 0) {
data             2062 http/ngx_http.c         type->key_hash = ngx_hash_key(default_type->data,
data              230 http/ngx_http_busy_lock.c         if (value[i].data[1] != '=') {
data              232 http/ngx_http_busy_lock.c                            "invalid value \"%s\"", value[i].data);
data              236 http/ngx_http_busy_lock.c         switch (value[i].data[0]) {
data              244 http/ngx_http_busy_lock.c             bl->max_busy = ngx_atoi(value[i].data + 2, value[i].len - 2);
data              258 http/ngx_http_busy_lock.c             bl->max_waiting = ngx_atoi(value[i].data + 2, value[i].len - 2);
data              273 http/ngx_http_busy_lock.c             line.data = value[i].data + 2;
data              289 http/ngx_http_busy_lock.c                                "duplicate value \"%s\"", value[i].data);
data              295 http/ngx_http_busy_lock.c                                "invalid value \"%s\"", value[i].data);
data              188 http/ngx_http_copy_filter_module.c                 file->aio->data = r;
data              211 http/ngx_http_copy_filter_module.c     file->aio->data = r;
data              226 http/ngx_http_copy_filter_module.c     aio = ev->data;
data              227 http/ngx_http_copy_filter_module.c     r = aio->data;
data              244 http/ngx_http_copy_filter_module.c     aio = ev->data;
data              245 http/ngx_http_copy_filter_module.c     r = aio->data;
data               77 http/ngx_http_core_module.c static char *ngx_http_core_lowat_check(ngx_conf_t *cf, void *post, void *data);
data               78 http/ngx_http_core_module.c static char *ngx_http_core_pool_size(ngx_conf_t *cf, void *post, void *data);
data              986 http/ngx_http_core_module.c             r->headers_out.location->value.data = p;
data              988 http/ngx_http_core_module.c             p = ngx_cpymem(p, clcf->name.data, clcf->name.len);
data              990 http/ngx_http_core_module.c             ngx_memcpy(p, r->args.data, r->args.len);
data             1163 http/ngx_http_core_module.c     path.data = NULL;
data             1201 http/ngx_http_core_module.c             name = path.data + root;
data             1209 http/ngx_http_core_module.c             ngx_memcpy(name, tf->name.data, tf->name.len);
data             1211 http/ngx_http_core_module.c             path.len = (name + tf->name.len - 1) - path.data;
data             1223 http/ngx_http_core_module.c             path.len = e.pos - path.data;
data             1227 http/ngx_http_core_module.c             if (alias && ngx_strncmp(name, clcf->name.data, alias) == 0) {
data             1239 http/ngx_http_core_module.c                        test_dir ? "dir" : "file", name, path.data);
data             1249 http/ngx_http_core_module.c             path.data += root;
data             1251 http/ngx_http_core_module.c             if (path.data[0] == '@') {
data             1281 http/ngx_http_core_module.c                               "%s \"%s\" failed", of.failed, path.data);
data             1292 http/ngx_http_core_module.c         path.data += root;
data             1306 http/ngx_http_core_module.c             r->uri.data = ngx_pnalloc(r->pool, r->uri.len);
data             1307 http/ngx_http_core_module.c             if (r->uri.data == NULL) {
data             1312 http/ngx_http_core_module.c             p = ngx_copy(r->uri.data, clcf->name.data, alias);
data             1364 http/ngx_http_core_module.c     if (r->uri.data[r->uri.len - 1] == '/') {
data             1368 http/ngx_http_core_module.c                           "directory index of \"%s\" is forbidden", path.data);
data             1562 http/ngx_http_core_module.c     uri = r->uri.data;
data             1661 http/ngx_http_core_module.c             c = ngx_tolower(r->headers_out.content_type.data[i]);
data             1693 http/ngx_http_core_module.c             c = r->exten.data[i];
data             1702 http/ngx_http_core_module.c                 hash = ngx_hash_strlow(exten, r->exten.data, r->exten.len);
data             1704 http/ngx_http_core_module.c                 r->exten.data = exten;
data             1713 http/ngx_http_core_module.c                              r->exten.data, r->exten.len);
data             1738 http/ngx_http_core_module.c         if (r->uri.data[i] == '.' && r->uri.data[i - 1] != '/') {
data             1741 http/ngx_http_core_module.c             r->exten.data = &r->uri.data[i + 1];
data             1745 http/ngx_http_core_module.c         } else if (r->uri.data[i] == '/') {
data             1809 http/ngx_http_core_module.c     b->pos = val.data;
data             1810 http/ngx_http_core_module.c     b->last = val.data + val.len;
data             1887 http/ngx_http_core_module.c         path->data = ngx_pnalloc(r->pool, path->len);
data             1888 http/ngx_http_core_module.c         if (path->data == NULL) {
data             1892 http/ngx_http_core_module.c         last = ngx_copy(path->data, clcf->root.data, clcf->root.len);
data             1919 http/ngx_http_core_module.c         last = path->data + *root_length;
data             1933 http/ngx_http_core_module.c     last = ngx_cpystrn(last, r->uri.data + alias, r->uri.len - alias + 1);
data             1945 http/ngx_http_core_module.c     if (r->headers_in.user.len == 0 && r->headers_in.user.data != NULL) {
data             1950 http/ngx_http_core_module.c         r->headers_in.user.data = (u_char *) "";
data             1957 http/ngx_http_core_module.c         || ngx_strncasecmp(encoded.data, (u_char *) "Basic ",
data             1961 http/ngx_http_core_module.c         r->headers_in.user.data = (u_char *) "";
data             1966 http/ngx_http_core_module.c     encoded.data += sizeof("Basic ") - 1;
data             1968 http/ngx_http_core_module.c     while (encoded.len && encoded.data[0] == ' ') {
data             1970 http/ngx_http_core_module.c         encoded.data++;
data             1974 http/ngx_http_core_module.c         r->headers_in.user.data = (u_char *) "";
data             1979 http/ngx_http_core_module.c     auth.data = ngx_pnalloc(r->pool, auth.len + 1);
data             1980 http/ngx_http_core_module.c     if (auth.data == NULL) {
data             1985 http/ngx_http_core_module.c         r->headers_in.user.data = (u_char *) "";
data             1989 http/ngx_http_core_module.c     auth.data[auth.len] = '\0';
data             1992 http/ngx_http_core_module.c         if (auth.data[len] == ':') {
data             1998 http/ngx_http_core_module.c         r->headers_in.user.data = (u_char *) "";
data             2003 http/ngx_http_core_module.c     r->headers_in.user.data = auth.data;
data             2005 http/ngx_http_core_module.c     r->headers_in.passwd.data = &auth.data[len + 1];
data             2026 http/ngx_http_core_module.c         || ngx_strcasestrn(r->headers_in.accept_encoding->value.data,
data             2077 http/ngx_http_core_module.c         expires = ngx_http_parse_time(e->value.data, e->value.len);
data             2085 http/ngx_http_core_module.c             date = ngx_http_parse_time(d->value.data, d->value.len);
data             2250 http/ngx_http_core_module.c     if (c->data == r && r->postponed == NULL) {
data             2251 http/ngx_http_core_module.c         c->data = sr;
data             2369 http/ngx_http_core_module.c                 || ngx_strncmp(name->data, (*clcfp)->name.data, name->len) != 0)
data             2416 http/ngx_http_core_module.c         cln->data = ngx_palloc(r->pool, size);
data             2417 http/ngx_http_core_module.c         if (cln->data == NULL) {
data             2422 http/ngx_http_core_module.c         cln->data = NULL;
data             2612 http/ngx_http_core_module.c         mod = value[1].data;
data             2647 http/ngx_http_core_module.c         if (name->data[0] == '=') {
data             2650 http/ngx_http_core_module.c             clcf->name.data = name->data + 1;
data             2653 http/ngx_http_core_module.c         } else if (name->data[0] == '^' && name->data[1] == '~') {
data             2656 http/ngx_http_core_module.c             clcf->name.data = name->data + 2;
data             2659 http/ngx_http_core_module.c         } else if (name->data[0] == '~') {
data             2662 http/ngx_http_core_module.c             name->data++;
data             2664 http/ngx_http_core_module.c             if (name->data[0] == '*') {
data             2667 http/ngx_http_core_module.c                 name->data++;
data             2683 http/ngx_http_core_module.c             if (name->data[0] == '@') {
data             2727 http/ngx_http_core_module.c             && ngx_strncmp(clcf->name.data, pclcf->name.data, len) != 0)
data             2729 http/ngx_http_core_module.c         if (ngx_strncmp(clcf->name.data, pclcf->name.data, len) != 0)
data             2767 http/ngx_http_core_module.c     rc.err.data = errstr;
data             2833 http/ngx_http_core_module.c     if (ngx_strcmp(value[0].data, "include") == 0) {
data             2840 http/ngx_http_core_module.c         ngx_log_debug1(NGX_LOG_DEBUG_CORE, cf->log, 0, "include %s", file.data);
data             2854 http/ngx_http_core_module.c         hash = ngx_hash_strlow(value[i].data, value[i].data, value[i].len);
data             2858 http/ngx_http_core_module.c             if (ngx_strcmp(value[i].data, type[n].key.data) == 0) {
data             3045 http/ngx_http_core_module.c         name.data--;
data             3049 http/ngx_http_core_module.c     if (name.data[0] == '.') {
data             3051 http/ngx_http_core_module.c         name.data++;
data             3055 http/ngx_http_core_module.c     conf->server_name.data = ngx_pstrdup(cf->pool, &name);
data             3056 http/ngx_http_core_module.c     if (conf->server_name.data == NULL) {
data             3180 http/ngx_http_core_module.c     if (conf->root.data == NULL) {
data             3187 http/ngx_http_core_module.c         if (prev->root.data == NULL) {
data             3196 http/ngx_http_core_module.c     if (conf->post_action.data == NULL) {
data             3251 http/ngx_http_core_module.c                        ngx_hash_key_lc(ngx_http_core_default_types[i].key.data,
data             3478 http/ngx_http_core_module.c         if (ngx_strcmp(value[n].data, "default_server") == 0
data             3479 http/ngx_http_core_module.c             || ngx_strcmp(value[n].data, "default") == 0)
data             3485 http/ngx_http_core_module.c         if (ngx_strcmp(value[n].data, "bind") == 0) {
data             3492 http/ngx_http_core_module.c         if (ngx_strncmp(value[n].data, "setfib=", 7) == 0) {
data             3493 http/ngx_http_core_module.c             lsopt.setfib = ngx_atoi(value[n].data + 7, value[n].len - 7);
data             3504 http/ngx_http_core_module.c         if (ngx_strncmp(value[n].data, "backlog=", 8) == 0) {
data             3505 http/ngx_http_core_module.c             lsopt.backlog = ngx_atoi(value[n].data + 8, value[n].len - 8);
data             3518 http/ngx_http_core_module.c         if (ngx_strncmp(value[n].data, "rcvbuf=", 7) == 0) {
data             3520 http/ngx_http_core_module.c             size.data = value[n].data + 7;
data             3535 http/ngx_http_core_module.c         if (ngx_strncmp(value[n].data, "sndbuf=", 7) == 0) {
data             3537 http/ngx_http_core_module.c             size.data = value[n].data + 7;
data             3552 http/ngx_http_core_module.c         if (ngx_strncmp(value[n].data, "accept_filter=", 14) == 0) {
data             3554 http/ngx_http_core_module.c             lsopt.accept_filter = (char *) &value[n].data[14];
data             3566 http/ngx_http_core_module.c         if (ngx_strcmp(value[n].data, "deferred") == 0) {
data             3579 http/ngx_http_core_module.c         if (ngx_strncmp(value[n].data, "ipv6only=o", 10) == 0) {
data             3587 http/ngx_http_core_module.c                 if (ngx_strcmp(&value[n].data[10], "n") == 0) {
data             3590 http/ngx_http_core_module.c                 } else if (ngx_strcmp(&value[n].data[10], "ff") == 0) {
data             3596 http/ngx_http_core_module.c                                        &value[n].data[9]);
data             3618 http/ngx_http_core_module.c         if (ngx_strcmp(value[n].data, "ssl") == 0) {
data             3657 http/ngx_http_core_module.c         ch = value[i].data[0];
data             3659 http/ngx_http_core_module.c         if ((ch == '*' && (value[i].len < 3 || value[i].data[1] != '.'))
data             3667 http/ngx_http_core_module.c         if (ngx_strchr(value[i].data, '/')) {
data             3690 http/ngx_http_core_module.c         if (ngx_strcasecmp(value[i].data, (u_char *) "$hostname") == 0) {
data             3697 http/ngx_http_core_module.c         if (value[i].data[0] != '~') {
data             3698 http/ngx_http_core_module.c             ngx_strlow(sn->name.data, sn->name.data, sn->name.len);
data             3715 http/ngx_http_core_module.c         value[i].data++;
data             3721 http/ngx_http_core_module.c         rc.err.data = errstr;
data             3723 http/ngx_http_core_module.c         for (p = value[i].data; p < value[i].data + value[i].len; p++) {
data             3763 http/ngx_http_core_module.c     if (clcf->root.data) {
data             3789 http/ngx_http_core_module.c     if (ngx_strstr(value[1].data, "$document_root")
data             3790 http/ngx_http_core_module.c         || ngx_strstr(value[1].data, "${document_root}"))
data             3800 http/ngx_http_core_module.c     if (ngx_strstr(value[1].data, "$realpath_root")
data             3801 http/ngx_http_core_module.c         || ngx_strstr(value[1].data, "${realpath_root}"))
data             3814 http/ngx_http_core_module.c     if (!alias && clcf->root.data[clcf->root.len - 1] == '/') {
data             3818 http/ngx_http_core_module.c     if (clcf->root.data[0] != '$') {
data             3897 http/ngx_http_core_module.c             if (ngx_strcasecmp(value[i].data, name->name) == 0) {
data             3984 http/ngx_http_core_module.c     if (ngx_strcmp(value[1].data, "off") == 0) {
data             4023 http/ngx_http_core_module.c     if (value[i].data[0] == '=') {
data             4031 http/ngx_http_core_module.c             overwrite = ngx_atoi(&value[i].data[1], value[i].len - 1);
data             4064 http/ngx_http_core_module.c     if (cv.lengths == NULL && uri.data[0] == '/') {
data             4065 http/ngx_http_core_module.c         p = (u_char *) ngx_strchr(uri.data, '?');
data             4068 http/ngx_http_core_module.c             cv.value.len = p - uri.data;
data             4069 http/ngx_http_core_module.c             cv.value.data = uri.data;
data             4071 http/ngx_http_core_module.c             args.len = (uri.data + uri.len) - p;
data             4072 http/ngx_http_core_module.c             args.data = p;
data             4082 http/ngx_http_core_module.c         err->status = ngx_atoi(value[i].data, value[i].len);
data             4151 http/ngx_http_core_module.c         if (tf[i].name.data[tf[i].name.len - 1] == '/') {
data             4154 http/ngx_http_core_module.c             tf[i].name.data[tf[i].name.len] = '\0';
data             4180 http/ngx_http_core_module.c     if (tf[i - 1].name.data[0] == '=') {
data             4182 http/ngx_http_core_module.c         code = ngx_atoi(tf[i - 1].name.data + 1, tf[i - 1].name.len - 2);
data             4187 http/ngx_http_core_module.c                                tf[i - 1].name.len - 1, tf[i - 1].name.data);
data             4219 http/ngx_http_core_module.c         if (ngx_strncmp(value[i].data, "max=", 4) == 0) {
data             4221 http/ngx_http_core_module.c             max = ngx_atoi(value[i].data + 4, value[i].len - 4);
data             4229 http/ngx_http_core_module.c         if (ngx_strncmp(value[i].data, "inactive=", 9) == 0) {
data             4232 http/ngx_http_core_module.c             s.data = value[i].data + 9;
data             4242 http/ngx_http_core_module.c         if (ngx_strcmp(value[i].data, "off") == 0) {
data             4421 http/ngx_http_core_module.c     rc.err.data = errstr;
data             4425 http/ngx_http_core_module.c         if (ngx_strcmp(value[i].data, "msie6") == 0) {
data             4432 http/ngx_http_core_module.c         if (ngx_strcmp(value[i].data, "degradation") == 0) {
data             4453 http/ngx_http_core_module.c         re->name = value[i].data;
data             4465 http/ngx_http_core_module.c         if (ngx_strcmp(value[i].data, "msie6") == 0) {
data             4472 http/ngx_http_core_module.c         if (ngx_strcmp(value[i].data, "degradation") == 0) {
data             4495 http/ngx_http_core_module.c ngx_http_core_lowat_check(ngx_conf_t *cf, void *post, void *data)
data             4498 http/ngx_http_core_module.c     ssize_t *np = data;
data             4510 http/ngx_http_core_module.c     ssize_t *np = data;
data             4524 http/ngx_http_core_module.c ngx_http_core_pool_size(ngx_conf_t *cf, void *post, void *data)
data             4526 http/ngx_http_core_module.c     size_t *sp = data;
data               28 http/ngx_http_file_cache.c static void ngx_http_file_cache_cleanup(void *data);
data               61 http/ngx_http_file_cache.c ngx_http_file_cache_init(ngx_shm_zone_t *shm_zone, void *data)
data               63 http/ngx_http_file_cache.c     ngx_http_file_cache_t  *ocache = data;
data               69 http/ngx_http_file_cache.c     cache = shm_zone->data;
data               72 http/ngx_http_file_cache.c         if (ngx_strcmp(cache->path->name.data, ocache->path->name.data) != 0) {
data              108 http/ngx_http_file_cache.c         cache->sh = cache->shpool->data;
data              109 http/ngx_http_file_cache.c         cache->bsize = ngx_fs_bsize(cache->path->name.data);
data              119 http/ngx_http_file_cache.c     cache->shpool->data = cache->sh;
data              130 http/ngx_http_file_cache.c     cache->bsize = ngx_fs_bsize(cache->path->name.data);
data              192 http/ngx_http_file_cache.c     cln->data = c;
data              225 http/ngx_http_file_cache.c         ngx_crc32_update(&c->crc32, key[i].data, key[i].len);
data              226 http/ngx_http_file_cache.c         ngx_md5_update(&md5, key[i].data, key[i].len);
data              271 http/ngx_http_file_cache.c     cln->data = c;
data              340 http/ngx_http_file_cache.c                           ngx_open_file_n " \"%s\" failed", c->file.name.data);
data              379 http/ngx_http_file_cache.c                       "cache file \"%s\" is too small", c->file.name.data);
data              387 http/ngx_http_file_cache.c                       "cache file \"%s\" has md5 collision", c->file.name.data);
data              471 http/ngx_http_file_cache.c     c->file.aio->data = r;
data              495 http/ngx_http_file_cache.c     aio = ev->data;
data              496 http/ngx_http_file_cache.c     r = aio->data;
data              628 http/ngx_http_file_cache.c     c->file.name.data = ngx_pnalloc(r->pool, c->file.name.len + 1);
data              629 http/ngx_http_file_cache.c     if (c->file.name.data == NULL) {
data              633 http/ngx_http_file_cache.c     ngx_memcpy(c->file.name.data, path->name.data, path->name.len);
data              635 http/ngx_http_file_cache.c     p = c->file.name.data + path->name.len + 1 + path->len;
data              639 http/ngx_http_file_cache.c     ngx_create_hashed_filename(path, c->file.name.data, c->file.name.len);
data              642 http/ngx_http_file_cache.c                    "cache file: \"%s\"", c->file.name.data);
data              770 http/ngx_http_file_cache.c         p = ngx_copy(p, key[i].data, key[i].len);
data              807 http/ngx_http_file_cache.c                    tf->file.name.data, c->file.name.data);
data              822 http/ngx_http_file_cache.c                           ngx_fd_info_n " \"%s\" failed", tf->file.name.data);
data              867 http/ngx_http_file_cache.c                   "http file cache send: %s", c->file.name.data);
data              955 http/ngx_http_file_cache.c                            tf->file.name.data);
data              957 http/ngx_http_file_cache.c             if (ngx_delete_file(tf->file.name.data) == NGX_FILE_ERROR) {
data              960 http/ngx_http_file_cache.c                               tf->file.name.data);
data              968 http/ngx_http_file_cache.c ngx_http_file_cache_cleanup(void *data)
data              970 http/ngx_http_file_cache.c     ngx_http_cache_t  *c = data;
data             1010 http/ngx_http_file_cache.c     ngx_memcpy(name, path->name.data, path->name.len);
data             1073 http/ngx_http_file_cache.c     ngx_memcpy(name, path->name.data, path->name.len);
data             1190 http/ngx_http_file_cache.c ngx_http_file_cache_manager(void *data)
data             1192 http/ngx_http_file_cache.c     ngx_http_file_cache_t  *cache = data;
data             1230 http/ngx_http_file_cache.c ngx_http_file_cache_loader(void *data)
data             1232 http/ngx_http_file_cache.c     ngx_http_file_cache_t  *cache = data;
data             1252 http/ngx_http_file_cache.c     tree.data = cache;
data             1322 http/ngx_http_file_cache.c     cache = ctx->data;
data             1350 http/ngx_http_file_cache.c     fd = ngx_open_file(name->data, NGX_FILE_RDONLY, NGX_FILE_OPEN, 0);
data             1354 http/ngx_http_file_cache.c                       ngx_open_file_n " \"%s\" failed", name->data);
data             1370 http/ngx_http_file_cache.c                       "cache file \"%s\" is too small", name->data);
data             1376 http/ngx_http_file_cache.c                       ngx_fd_info_n " \"%s\" failed", name->data);
data             1388 http/ngx_http_file_cache.c                       ngx_close_file_n " \"%s\" failed", name->data);
data             1395 http/ngx_http_file_cache.c     p = &name->data[name->len - 2 * NGX_HTTP_CACHE_KEY_LEN];
data             1409 http/ngx_http_file_cache.c     cache = ctx->data;
data             1472 http/ngx_http_file_cache.c                    "http file cache delete: \"%s\"", path->data);
data             1474 http/ngx_http_file_cache.c     if (ngx_delete_file(path->data) == NGX_FILE_ERROR) {
data             1476 http/ngx_http_file_cache.c                       ngx_delete_file_n " \"%s\" failed", path->data);
data             1540 http/ngx_http_file_cache.c     if (cache->path->name.data[cache->path->name.len - 1] == '/') {
data             1550 http/ngx_http_file_cache.c         if (ngx_strncmp(value[i].data, "levels=", 7) == 0) {
data             1552 http/ngx_http_file_cache.c             p = value[i].data + 7;
data             1553 http/ngx_http_file_cache.c             last = value[i].data + value[i].len;
data             1587 http/ngx_http_file_cache.c         if (ngx_strncmp(value[i].data, "keys_zone=", 10) == 0) {
data             1589 http/ngx_http_file_cache.c             name.data = value[i].data + 10;
data             1591 http/ngx_http_file_cache.c             p = (u_char *) ngx_strchr(name.data, ':');
data             1596 http/ngx_http_file_cache.c                 name.len = p - name.data;
data             1600 http/ngx_http_file_cache.c                 s.len = value[i].data + value[i].len - p;
data             1601 http/ngx_http_file_cache.c                 s.data = p;
data             1614 http/ngx_http_file_cache.c         if (ngx_strncmp(value[i].data, "inactive=", 9) == 0) {
data             1617 http/ngx_http_file_cache.c             s.data = value[i].data + 9;
data             1629 http/ngx_http_file_cache.c         if (ngx_strncmp(value[i].data, "max_size=", 9) == 0) {
data             1632 http/ngx_http_file_cache.c             s.data = value[i].data + 9;
data             1658 http/ngx_http_file_cache.c     cache->path->data = cache;
data             1669 http/ngx_http_file_cache.c     if (cache->shm_zone->data) {
data             1677 http/ngx_http_file_cache.c     cache->shm_zone->data = cache;
data             1735 http/ngx_http_file_cache.c         if (ngx_strcmp(value[i].data, "any") == 0) {
data             1741 http/ngx_http_file_cache.c             status = ngx_atoi(value[i].data, value[i].len);
data             1776 http/ngx_http_file_cache.c         if (val.len && val.data[0] != '0') {
data              316 http/ngx_http_header_filter_module.c         && r->headers_out.location->value.data[0] == '/')
data              329 http/ngx_http_header_filter_module.c             host.data = addr;
data              448 http/ngx_http_header_filter_module.c         b->last = ngx_copy(b->last, status_line->data, status_line->len);
data              470 http/ngx_http_header_filter_module.c         b->last = ngx_cpymem(b->last, ngx_cached_http_time.data,
data              480 http/ngx_http_header_filter_module.c         b->last = ngx_copy(b->last, r->headers_out.content_type.data,
data              488 http/ngx_http_header_filter_module.c             b->last = ngx_copy(b->last, r->headers_out.charset.data,
data              494 http/ngx_http_header_filter_module.c             r->headers_out.content_type.data = p;
data              517 http/ngx_http_header_filter_module.c     if (host.data) {
data              531 http/ngx_http_header_filter_module.c         b->last = ngx_copy(b->last, host.data, host.len);
data              537 http/ngx_http_header_filter_module.c         b->last = ngx_copy(b->last, r->headers_out.location->value.data,
data              543 http/ngx_http_header_filter_module.c         r->headers_out.location->value.data = p;
data              594 http/ngx_http_header_filter_module.c         b->last = ngx_copy(b->last, header[i].key.data, header[i].key.len);
data              597 http/ngx_http_header_filter_module.c         b->last = ngx_copy(b->last, header[i].value.data, header[i].value.len);
data              408 http/ngx_http_parse.c                 r->http_protocol.data = p;
data              543 http/ngx_http_parse.c                 r->http_protocol.data = p;
data              596 http/ngx_http_parse.c                 r->http_protocol.data = p;
data             1015 http/ngx_http_parse.c     u = r->uri.data;
data             1190 http/ngx_http_parse.c                     if (u < r->uri.data) {
data             1282 http/ngx_http_parse.c     r->uri.len = u - r->uri.data;
data             1286 http/ngx_http_parse.c         r->exten.data = r->uri_ext;
data             1301 http/ngx_http_parse.c         r->args.data = r->args_start;
data             1307 http/ngx_http_parse.c     r->uri.len = u - r->uri.data;
data             1311 http/ngx_http_parse.c         r->exten.data = r->uri_ext;
data             1533 http/ngx_http_parse.c     p = uri->data;
data             1553 http/ngx_http_parse.c             args->data = p;
data             1605 http/ngx_http_parse.c         start = h[i]->value.data;
data             1606 http/ngx_http_parse.c         end = h[i]->value.data + h[i]->value.len;
data             1610 http/ngx_http_parse.c             if (ngx_strncasecmp(start, name->data, name->len) != 0) {
data             1638 http/ngx_http_parse.c             value->data = start;
data             1668 http/ngx_http_parse.c     p = r->args.data;
data             1681 http/ngx_http_parse.c         if ((p == r->args.data || *(p - 1) == '&') && *(p + len) == '=') {
data             1683 http/ngx_http_parse.c             value->data = p + len + 1;
data             1688 http/ngx_http_parse.c                 p = r->args.data + r->args.len;
data             1691 http/ngx_http_parse.c             value->len = p - value->data;
data             1706 http/ngx_http_parse.c     last = uri->data + uri->len;
data             1708 http/ngx_http_parse.c     p = ngx_strlchr(uri->data, last, '?');
data             1711 http/ngx_http_parse.c         uri->len = p - uri->data;
data             1714 http/ngx_http_parse.c         args->data = p;
data               62 http/ngx_http_postpone_filter_module.c     if (r != c->data) {
data              103 http/ngx_http_postpone_filter_module.c             c->data = pr->request;
data              199 http/ngx_http_request.c     c->log->data = ctx;
data              261 http/ngx_http_request.c     c = rev->data;
data              272 http/ngx_http_request.c     hc = c->data;
data              303 http/ngx_http_request.c     c->data = r;
data              507 http/ngx_http_request.c     ctx = c->log->data;
data              533 http/ngx_http_request.c     c = rev->data;
data              534 http/ngx_http_request.c     r = c->data;
data              622 http/ngx_http_request.c     r = c->data;
data              658 http/ngx_http_request.c     r = c->data;
data              694 http/ngx_http_request.c     c = rev->data;
data              695 http/ngx_http_request.c     r = c->data;
data              726 http/ngx_http_request.c             r->request_line.data = r->request_start;
data              738 http/ngx_http_request.c                 r->uri.data = ngx_pnalloc(r->pool, r->uri.len + 1);
data              739 http/ngx_http_request.c                 if (r->uri.data == NULL) {
data              756 http/ngx_http_request.c                 r->uri.data = r->uri_start;
data              761 http/ngx_http_request.c             r->unparsed_uri.data = r->uri_start;
data              766 http/ngx_http_request.c             r->method_name.data = r->request_line.data;
data              769 http/ngx_http_request.c             if (r->http_protocol.data) {
data              770 http/ngx_http_request.c                 r->http_protocol.len = r->request_end - r->http_protocol.data;
data              781 http/ngx_http_request.c                 r->exten.data = r->uri_ext;
data              787 http/ngx_http_request.c                 r->args.data = r->args_start;
data              794 http/ngx_http_request.c             p = r->uri.data + r->uri.len - 1;
data              796 http/ngx_http_request.c             while (p > r->uri.data) {
data              816 http/ngx_http_request.c             if (p != r->uri.data + r->uri.len - 1) {
data              817 http/ngx_http_request.c                 r->uri.len = p + 1 - r->uri.data;
data              855 http/ngx_http_request.c                 r->headers_in.server.data = host;
data              860 http/ngx_http_request.c                 if (ngx_http_find_virtual_server(r, r->headers_in.server.data,
data              921 http/ngx_http_request.c                 r->request_line.data = r->request_start;
data              947 http/ngx_http_request.c     c = rev->data;
data              948 http/ngx_http_request.c     r = c->data;
data             1042 http/ngx_http_request.c             h->key.data = r->header_name_start;
data             1043 http/ngx_http_request.c             h->key.data[h->key.len] = '\0';
data             1046 http/ngx_http_request.c             h->value.data = r->header_start;
data             1047 http/ngx_http_request.c             h->value.data[h->value.len] = '\0';
data             1059 http/ngx_http_request.c                 ngx_strlow(h->lowcase_key, h->key.data, h->key.len);
data             1307 http/ngx_http_request.c         if (r->http_protocol.data) {
data             1308 http/ngx_http_request.c             r->http_protocol.data = new + (r->http_protocol.data - old);
data             1375 http/ngx_http_request.c     host = h->value.data;
data             1395 http/ngx_http_request.c     r->headers_in.server.data = host;
data             1405 http/ngx_http_request.c     if (ngx_strcasestrn(h->value.data, "close", 5 - 1)) {
data             1408 http/ngx_http_request.c     } else if (ngx_strcasestrn(h->value.data, "keep-alive", 10 - 1)) {
data             1430 http/ngx_http_request.c     user_agent = h->value.data;
data             1511 http/ngx_http_request.c     if (ngx_http_find_virtual_server(r, r->headers_in.server.data,
data             1528 http/ngx_http_request.c                             ngx_atoof(r->headers_in.content_length->value.data,
data             1555 http/ngx_http_request.c         && ngx_strcasestrn(r->headers_in.transfer_encoding->value.data,
data             1567 http/ngx_http_request.c                             ngx_atotm(r->headers_in.keep_alive->value.data,
data             1739 http/ngx_http_request.c         name.data = host;
data             1787 http/ngx_http_request.c     c = ev->data;
data             1788 http/ngx_http_request.c     r = c->data;
data             1790 http/ngx_http_request.c     ctx = c->log->data;
data             1820 http/ngx_http_request.c         r = c->data;
data             1831 http/ngx_http_request.c         ctx = c->log->data;
data             1876 http/ngx_http_request.c                    rc, &r->uri, &r->args, r == c->data, r->main->count);
data             1896 http/ngx_http_request.c         rc = r->post_subrequest->handler(r, r->post_subrequest->data, rc);
data             1954 http/ngx_http_request.c         if (r != c->data) {
data             1963 http/ngx_http_request.c         if (r == c->data) {
data             1989 http/ngx_http_request.c             c->data = pr;
data             2022 http/ngx_http_request.c     if (r != c->data) {
data             2079 http/ngx_http_request.c             cln->handler(cln->data);
data             2452 http/ngx_http_request.c     c->data = hc;
data             2613 http/ngx_http_request.c     c = rev->data;
data             2768 http/ngx_http_request.c     c = rev->data;
data             2769 http/ngx_http_request.c     r = c->data;
data             2874 http/ngx_http_request.c     if (clcf->post_action.data == NULL) {
data             2889 http/ngx_http_request.c     if (clcf->post_action.data[0] == '/') {
data             2946 http/ngx_http_request.c             cln->handler(cln->data);
data             2989 http/ngx_http_request.c     ctx = log->data;
data             3064 http/ngx_http_request.c     ctx = log->data;
data             3098 http/ngx_http_request.c     if (r->request_line.data == NULL && r->request_start) {
data             3106 http/ngx_http_request.c         r->request_line.data = r->request_start;
data              305 http/ngx_http_request.h typedef void (*ngx_http_cleanup_pt)(void *data);
data              311 http/ngx_http_request.h     void                             *data;
data              317 http/ngx_http_request.h     void *data, ngx_int_t rc);
data              321 http/ngx_http_request.h     void                             *data;
data              617 http/ngx_http_request_body.c         || ngx_strncasecmp(expect->data, (u_char *) "100-continue",
data               86 http/ngx_http_script.c     value->data = ngx_pnalloc(r->pool, len);
data               87 http/ngx_http_script.c     if (value->data == NULL) {
data               92 http/ngx_http_script.c     e.pos = value->data;
data              125 http/ngx_http_script.c         if (v->data[i] == '$') {
data              126 http/ngx_http_script.c             if (v->data[i + 1] >= '1' && v->data[i + 1] <= '9') {
data              135 http/ngx_http_script.c     if (v->data[0] != '$' && (ccv->conf_prefix || ccv->root_prefix)) {
data              268 http/ngx_http_script.c         if (val.len && val.data[0] != '0') {
data              326 http/ngx_http_script.c         if (value->data[i] == '$') {
data              350 http/ngx_http_script.c         if (sc->source->data[i] == '$') {
data              360 http/ngx_http_script.c             if (sc->source->data[i] >= '1' && sc->source->data[i] <= '9') {
data              362 http/ngx_http_script.c                 n = sc->source->data[i] - '0';
data              381 http/ngx_http_script.c             if (sc->source->data[i] == '{') {
data              388 http/ngx_http_script.c                 name.data = &sc->source->data[i];
data              392 http/ngx_http_script.c                 name.data = &sc->source->data[i];
data              396 http/ngx_http_script.c                 ch = sc->source->data[i];
data              435 http/ngx_http_script.c         if (sc->source->data[i] == '?' && sc->compile_args) {
data              448 http/ngx_http_script.c         name.data = &sc->source->data[i];
data              452 http/ngx_http_script.c             if (sc->source->data[i] == '$') {
data              456 http/ngx_http_script.c             if (sc->source->data[i] == '?') {
data              520 http/ngx_http_script.c     value->data = ngx_pnalloc(r->pool, len);
data              521 http/ngx_http_script.c     if (value->data == NULL) {
data              526 http/ngx_http_script.c     e.pos = value->data;
data              608 http/ngx_http_script.c         zero.data = (u_char *) "\0";
data              714 http/ngx_http_script.c                    value->data, value->len);
data              852 http/ngx_http_script.c             e->pos = ngx_copy(p, value->data, value->len);
data              932 http/ngx_http_script.c         e->line.data = e->sp->data;
data              949 http/ngx_http_script.c                 e->sp->data = (u_char *) "1";
data              953 http/ngx_http_script.c                 e->sp->data = (u_char *) "";
data              980 http/ngx_http_script.c             e->sp->data = (u_char *) "";
data              984 http/ngx_http_script.c             e->sp->data = (u_char *) "1";
data             1020 http/ngx_http_script.c                 e->buf.len += 2 * ngx_escape_uri(NULL, r->uri.data, r->uri.len,
data             1052 http/ngx_http_script.c     e->buf.data = ngx_pnalloc(r->pool, e->buf.len);
data             1053 http/ngx_http_script.c     if (e->buf.data == NULL) {
data             1061 http/ngx_http_script.c     e->pos = e->buf.data;
data             1085 http/ngx_http_script.c         dst = e->buf.data;
data             1086 http/ngx_http_script.c         src = e->buf.data;
data             1088 http/ngx_http_script.c         ngx_unescape_uri(&dst, &src, e->pos - e->buf.data,
data             1099 http/ngx_http_script.c             e->pos = ngx_copy(e->pos, r->args.data, r->args.len);
data             1102 http/ngx_http_script.c         e->buf.len = e->pos - e->buf.data;
data             1125 http/ngx_http_script.c         e->buf.len = e->args - e->buf.data;
data             1129 http/ngx_http_script.c             e->pos = ngx_copy(e->pos, r->args.data, r->args.len);
data             1133 http/ngx_http_script.c         r->args.data = e->args;
data             1138 http/ngx_http_script.c         e->buf.len = e->pos - e->buf.data;
data             1336 http/ngx_http_script.c     value.data = e->buf.data;
data             1337 http/ngx_http_script.c     value.len = e->pos - e->buf.data;
data             1398 http/ngx_http_script.c     if (e->sp->len && e->sp->data[0] != '0') {
data             1430 http/ngx_http_script.c         && ngx_strncmp(val->data, res->data, res->len) == 0)
data             1458 http/ngx_http_script.c         && ngx_strncmp(val->data, res->data, res->len) == 0)
data             1487 http/ngx_http_script.c     path.data = value->data;
data             1514 http/ngx_http_script.c                           "%s \"%s\" failed", of.failed, value->data);
data             1627 http/ngx_http_script.c     e->buf.data = ngx_pnalloc(e->request->pool, len);
data             1628 http/ngx_http_script.c     if (e->buf.data == NULL) {
data             1634 http/ngx_http_script.c     e->pos = e->buf.data;
data             1637 http/ngx_http_script.c     e->sp->data = e->buf.data;
data             1652 http/ngx_http_script.c     e->sp->data = (u_char *) code->text_data;
data             1679 http/ngx_http_script.c     r->variables[code->index].data = e->sp->data;
data             1711 http/ngx_http_script.c     code->handler(e->request, e->sp, code->data);
data              103 http/ngx_http_script.h     uintptr_t                   data;
data              546 http/ngx_http_special_response.c     if (uri.data[0] == '/') {
data              563 http/ngx_http_special_response.c     if (uri.data[0] == '@') {
data              666 http/ngx_http_special_response.c     b->pos = ngx_http_error_pages[err].data;
data              667 http/ngx_http_special_response.c     b->last = ngx_http_error_pages[err].data + ngx_http_error_pages[err].len;
data              721 http/ngx_http_special_response.c     location = r->headers_out.location->value.data;
data               18 http/ngx_http_upstream.c     ngx_http_variable_value_t *v, uintptr_t data);
data               56 http/ngx_http_upstream.c static ngx_int_t ngx_http_upstream_non_buffered_filter_init(void *data);
data               57 http/ngx_http_upstream.c static ngx_int_t ngx_http_upstream_non_buffered_filter(void *data,
data               69 http/ngx_http_upstream.c static void ngx_http_upstream_cleanup(void *data);
data              117 http/ngx_http_upstream.c     ngx_http_variable_value_t *v, uintptr_t data);
data              119 http/ngx_http_upstream.c     ngx_http_variable_value_t *v, uintptr_t data);
data              121 http/ngx_http_upstream.c     ngx_http_variable_value_t *v, uintptr_t data);
data              123 http/ngx_http_upstream.c     ngx_http_request_t *r, ngx_http_variable_value_t *v, uintptr_t data);
data              534 http/ngx_http_upstream.c     cln->data = r;
data              571 http/ngx_http_upstream.c                 && ngx_memcmp(uscf->host.data, host->data, host->len) == 0)
data              605 http/ngx_http_upstream.c         ctx->data = r;
data              683 http/ngx_http_upstream.c         c->file_cache = u->conf->cache->data;
data              832 http/ngx_http_upstream.c     r = ctx->data;
data              887 http/ngx_http_upstream.c     c = ev->data;
data              888 http/ngx_http_upstream.c     r = c->data;
data              893 http/ngx_http_upstream.c     ctx = c->log->data;
data             1117 http/ngx_http_upstream.c     c->data = r;
data             1215 http/ngx_http_upstream.c         if (u->peer.set_session(&u->peer, u->peer.data) != NGX_OK) {
data             1241 http/ngx_http_upstream.c     r = c->data;
data             1247 http/ngx_http_upstream.c             u->peer.save_session(&u->peer, u->peer.data);
data             1905 http/ngx_http_upstream.c     if (r->headers_out.server && r->headers_out.server->value.data == NULL) {
data             1909 http/ngx_http_upstream.c     if (r->headers_out.date && r->headers_out.date->value.data == NULL) {
data             2152 http/ngx_http_upstream.c             r->cache->file_cache = u->conf->cache->data;
data             2438 http/ngx_http_upstream.c     if (downstream->data == r) {
data             2469 http/ngx_http_upstream.c ngx_http_upstream_non_buffered_filter_init(void *data)
data             2476 http/ngx_http_upstream.c ngx_http_upstream_non_buffered_filter(void *data, ssize_t bytes)
data             2478 http/ngx_http_upstream.c     ngx_http_request_t  *r = data;
data             2649 http/ngx_http_upstream.c                 if (ngx_delete_file(tf->file.name.data) == NGX_FILE_ERROR) {
data             2653 http/ngx_http_upstream.c                                   u->pipe->temp_file->file.name.data);
data             2745 http/ngx_http_upstream.c         lm = ngx_http_parse_time(u->headers_in.last_modified->value.data,
data             2771 http/ngx_http_upstream.c                    tf->file.name.data, path.data);
data             2805 http/ngx_http_upstream.c         u->peer.free(&u->peer, u->peer.data, state);
data             2905 http/ngx_http_upstream.c ngx_http_upstream_cleanup(void *data)
data             2907 http/ngx_http_upstream.c     ngx_http_request_t *r = data;
data             2957 http/ngx_http_upstream.c         u->peer.free(&u->peer, u->peer.data, 0);
data             3119 http/ngx_http_upstream.c     p = h->value.data;
data             3190 http/ngx_http_upstream.c     expires = ngx_http_parse_time(h->value.data, h->value.len);
data             3229 http/ngx_http_upstream.c     p = h->value.data;
data             3269 http/ngx_http_upstream.c     n = ngx_atoi(h->value.data, h->value.len);
data             3288 http/ngx_http_upstream.c             c0 = ngx_tolower(h->value.data[0]);
data             3289 http/ngx_http_upstream.c             c1 = ngx_tolower(h->value.data[1]);
data             3296 http/ngx_http_upstream.c             c0 = ngx_tolower(h->value.data[0]);
data             3297 http/ngx_http_upstream.c             c1 = ngx_tolower(h->value.data[1]);
data             3298 http/ngx_http_upstream.c             c2 = ngx_tolower(h->value.data[2]);
data             3385 http/ngx_http_upstream.c     for (p = h->value.data; *p; p++) {
data             3405 http/ngx_http_upstream.c         r->headers_out.content_type_len = last - h->value.data;
data             3411 http/ngx_http_upstream.c         last = h->value.data + h->value.len;
data             3418 http/ngx_http_upstream.c         r->headers_out.charset.data = p;
data             3441 http/ngx_http_upstream.c     r->headers_out.content_length_n = ngx_atoof(h->value.data, h->value.len);
data             3465 http/ngx_http_upstream.c         r->headers_out.last_modified_time = ngx_http_parse_time(h->value.data,
data             3506 http/ngx_http_upstream.c     if (ho->value.data[0] != '/') {
data             3536 http/ngx_http_upstream.c         p = ngx_strcasestrn(ho->value.data, "url=", 4 - 1);
data             3539 http/ngx_http_upstream.c             rc = r->upstream->rewrite_redirect(r, ho, p + 4 - ho->value.data);
data             3629 http/ngx_http_upstream.c         var->data = v->data;
data             3638 http/ngx_http_upstream.c     ngx_http_variable_value_t *v, uintptr_t data)
data             3671 http/ngx_http_upstream.c     v->data = p;
data             3677 http/ngx_http_upstream.c             p = ngx_cpymem(p, state[i].peer->data, state[i].peer->len);
data             3701 http/ngx_http_upstream.c     v->len = p - v->data;
data             3709 http/ngx_http_upstream.c     ngx_http_variable_value_t *v, uintptr_t data)
data             3732 http/ngx_http_upstream.c     v->data = p;
data             3766 http/ngx_http_upstream.c     v->len = p - v->data;
data             3774 http/ngx_http_upstream.c     ngx_http_variable_value_t *v, uintptr_t data)
data             3798 http/ngx_http_upstream.c     v->data = p;
data             3835 http/ngx_http_upstream.c     v->len = p - v->data;
data             3843 http/ngx_http_upstream.c     ngx_http_variable_value_t *v, uintptr_t data)
data             3866 http/ngx_http_upstream.c     v->data = p;
data             3895 http/ngx_http_upstream.c     v->len = p - v->data;
data             3903 http/ngx_http_upstream.c     ngx_http_variable_value_t *v, uintptr_t data)
data             3910 http/ngx_http_upstream.c     return ngx_http_variable_unknown_header(v, (ngx_str_t *) data,
data             3920 http/ngx_http_upstream.c     ngx_http_variable_value_t *v, uintptr_t data)
data             3935 http/ngx_http_upstream.c     v->data = ngx_http_cache_status[n].data;
data             4100 http/ngx_http_upstream.c         if (ngx_strncmp(value[i].data, "weight=", 7) == 0) {
data             4106 http/ngx_http_upstream.c             weight = ngx_atoi(&value[i].data[7], value[i].len - 7);
data             4115 http/ngx_http_upstream.c         if (ngx_strncmp(value[i].data, "max_fails=", 10) == 0) {
data             4121 http/ngx_http_upstream.c             max_fails = ngx_atoi(&value[i].data[10], value[i].len - 10);
data             4130 http/ngx_http_upstream.c         if (ngx_strncmp(value[i].data, "fail_timeout=", 13) == 0) {
data             4137 http/ngx_http_upstream.c             s.data = &value[i].data[13];
data             4148 http/ngx_http_upstream.c         if (ngx_strncmp(value[i].data, "backup", 6) == 0) {
data             4159 http/ngx_http_upstream.c         if (ngx_strncmp(value[i].data, "down", 4) == 0) {
data             4217 http/ngx_http_upstream.c             || ngx_strncasecmp(uscfp[i]->host.data, u->host.data, u->host.len)
data             4266 http/ngx_http_upstream.c     uscf->file_name = cf->conf_file->file.name.data;
data             4319 http/ngx_http_upstream.c     rc = ngx_parse_addr(cf->pool, *paddr, value[1].data, value[1].len);
data             4385 http/ngx_http_upstream.c         hk->key_hash = ngx_hash_key_lc(h->data, h->len);
data             4398 http/ngx_http_upstream.c                 if (ngx_strcasecmp(h[i].data, hk[j].key.data) == 0) {
data             4409 http/ngx_http_upstream.c             hk->key_hash = ngx_hash_key_lc(h[i].data, h[i].len);
data             4426 http/ngx_http_upstream.c                 if (hk[j].key.data == NULL) {
data             4430 http/ngx_http_upstream.c                 if (ngx_strcasecmp(h[i].data, hk[j].key.data) == 0) {
data             4431 http/ngx_http_upstream.c                     hk[j].key.data = NULL;
data             4509 http/ngx_http_upstream.c         hk->key_hash = ngx_hash_key_lc(header->name.data, header->name.len);
data               79 http/ngx_http_upstream.h     void                            *data;
data              275 http/ngx_http_upstream.h     ngx_int_t                      (*input_filter_init)(void *data);
data              276 http/ngx_http_upstream.h     ngx_int_t                      (*input_filter)(void *data, ssize_t bytes);
data              323 http/ngx_http_upstream.h     ngx_http_variable_value_t *v, uintptr_t data);
data               72 http/ngx_http_upstream_round_robin.c         us->peer.data = peers;
data              181 http/ngx_http_upstream_round_robin.c     us->peer.data = peers;
data              208 http/ngx_http_upstream_round_robin.c     rrp = r->upstream->peer.data;
data              216 http/ngx_http_upstream_round_robin.c         r->upstream->peer.data = rrp;
data              219 http/ngx_http_upstream_round_robin.c     rrp->peers = us->peer.data;
data              223 http/ngx_http_upstream_round_robin.c         rrp->tried = &rrp->data;
data              224 http/ngx_http_upstream_round_robin.c         rrp->data = 0;
data              261 http/ngx_http_upstream_round_robin.c     rrp = r->upstream->peer.data;
data              269 http/ngx_http_upstream_round_robin.c         r->upstream->peer.data = rrp;
data              317 http/ngx_http_upstream_round_robin.c             peers->peer[i].name.data = p;
data              329 http/ngx_http_upstream_round_robin.c         rrp->tried = &rrp->data;
data              330 http/ngx_http_upstream_round_robin.c         rrp->data = 0;
data              357 http/ngx_http_upstream_round_robin.c ngx_http_upstream_get_round_robin_peer(ngx_peer_connection_t *pc, void *data)
data              359 http/ngx_http_upstream_round_robin.c     ngx_http_upstream_rr_peer_data_t  *rrp = data;
data              628 http/ngx_http_upstream_round_robin.c ngx_http_upstream_free_round_robin_peer(ngx_peer_connection_t *pc, void *data,
data              631 http/ngx_http_upstream_round_robin.c     ngx_http_upstream_rr_peer_data_t  *rrp = data;
data              693 http/ngx_http_upstream_round_robin.c     void *data)
data              695 http/ngx_http_upstream_round_robin.c     ngx_http_upstream_rr_peer_data_t  *rrp = data;
data              722 http/ngx_http_upstream_round_robin.c     void *data)
data              724 http/ngx_http_upstream_round_robin.c     ngx_http_upstream_rr_peer_data_t  *rrp = data;
data               60 http/ngx_http_upstream_round_robin.h     uintptr_t                       data;
data               71 http/ngx_http_upstream_round_robin.h     void *data);
data               73 http/ngx_http_upstream_round_robin.h     void *data, ngx_uint_t state);
data               78 http/ngx_http_upstream_round_robin.h     void *data);
data               80 http/ngx_http_upstream_round_robin.h     void *data);
data               14 http/ngx_http_variables.c     ngx_http_variable_value_t *v, uintptr_t data);
data               16 http/ngx_http_variables.c     ngx_http_variable_value_t *v, uintptr_t data);
data               18 http/ngx_http_variables.c     ngx_http_variable_value_t *v, uintptr_t data);
data               20 http/ngx_http_variables.c     ngx_http_variable_value_t *v, uintptr_t data);
data               22 http/ngx_http_variables.c     ngx_http_variable_value_t *v, uintptr_t data);
data               24 http/ngx_http_variables.c     ngx_http_variable_value_t *v, uintptr_t data);
data               27 http/ngx_http_variables.c     ngx_http_variable_value_t *v, uintptr_t data);
data               29 http/ngx_http_variables.c     ngx_http_variable_value_t *v, uintptr_t data);
data               31 http/ngx_http_variables.c     ngx_http_variable_value_t *v, uintptr_t data);
data               33 http/ngx_http_variables.c     ngx_http_variable_value_t *v, uintptr_t data);
data               35 http/ngx_http_variables.c     ngx_http_variable_value_t *v, uintptr_t data);
data               38 http/ngx_http_variables.c     ngx_http_variable_value_t *v, uintptr_t data);
data               40 http/ngx_http_variables.c     ngx_http_variable_value_t *v, uintptr_t data);
data               42 http/ngx_http_variables.c     ngx_http_variable_value_t *v, uintptr_t data);
data               44 http/ngx_http_variables.c     ngx_http_variable_value_t *v, uintptr_t data);
data               46 http/ngx_http_variables.c     ngx_http_variable_value_t *v, uintptr_t data);
data               48 http/ngx_http_variables.c     ngx_http_variable_value_t *v, uintptr_t data);
data               50 http/ngx_http_variables.c     ngx_http_variable_value_t *v, uintptr_t data);
data               52 http/ngx_http_variables.c     ngx_http_variable_value_t *v, uintptr_t data);
data               54 http/ngx_http_variables.c     ngx_http_variable_value_t *v, uintptr_t data);
data               56 http/ngx_http_variables.c     ngx_http_variable_value_t *v, uintptr_t data);
data               58 http/ngx_http_variables.c     ngx_http_variable_value_t *v, uintptr_t data);
data               60 http/ngx_http_variables.c     ngx_http_variable_value_t *v, uintptr_t data);
data               62 http/ngx_http_variables.c     ngx_http_variable_value_t *v, uintptr_t data);
data               64 http/ngx_http_variables.c     ngx_http_variable_value_t *v, uintptr_t data);
data               66 http/ngx_http_variables.c     ngx_http_variable_value_t *v, uintptr_t data);
data               68 http/ngx_http_variables.c     ngx_http_variable_value_t *v, uintptr_t data);
data               70 http/ngx_http_variables.c     ngx_http_variable_value_t *v, uintptr_t data);
data               72 http/ngx_http_variables.c     ngx_http_variable_value_t *v, uintptr_t data);
data               75 http/ngx_http_variables.c     ngx_http_variable_value_t *v, uintptr_t data);
data               77 http/ngx_http_variables.c     ngx_http_variable_value_t *v, uintptr_t data);
data               79 http/ngx_http_variables.c     ngx_http_variable_value_t *v, uintptr_t data);
data               81 http/ngx_http_variables.c     ngx_http_variable_value_t *v, uintptr_t data);
data               83 http/ngx_http_variables.c     ngx_http_variable_value_t *v, uintptr_t data);
data               85 http/ngx_http_variables.c     ngx_http_variable_value_t *v, uintptr_t data);
data               87 http/ngx_http_variables.c     ngx_http_variable_value_t *v, uintptr_t data);
data               90 http/ngx_http_variables.c     ngx_http_variable_value_t *v, uintptr_t data);
data               92 http/ngx_http_variables.c     ngx_http_variable_value_t *v, uintptr_t data);
data               94 http/ngx_http_variables.c     ngx_http_variable_value_t *v, uintptr_t data);
data              281 http/ngx_http_variables.c             || ngx_strncasecmp(name->data, key[i].key.data, name->len) != 0)
data              303 http/ngx_http_variables.c     v->name.data = ngx_pnalloc(cf->pool, name->len);
data              304 http/ngx_http_variables.c     if (v->name.data == NULL) {
data              308 http/ngx_http_variables.c     ngx_strlow(v->name.data, name->data, name->len);
data              312 http/ngx_http_variables.c     v->data = 0;
data              354 http/ngx_http_variables.c                 || ngx_strncasecmp(name->data, v[i].name.data, name->len) != 0)
data              369 http/ngx_http_variables.c     v->name.data = ngx_pnalloc(cf->pool, name->len);
data              370 http/ngx_http_variables.c     if (v->name.data == NULL) {
data              374 http/ngx_http_variables.c     ngx_strlow(v->name.data, name->data, name->len);
data              378 http/ngx_http_variables.c     v->data = 0;
data              406 http/ngx_http_variables.c     if (v[index].get_handler(r, &r->variables[index], v[index].data)
data              452 http/ngx_http_variables.c     v = ngx_hash_find(&cmcf->variables_hash, key, name->data, name->len);
data              462 http/ngx_http_variables.c             if (vv && v->get_handler(r, vv, v->data) == NGX_OK) {
data              475 http/ngx_http_variables.c     if (ngx_strncmp(name->data, "http_", 5) == 0) {
data              486 http/ngx_http_variables.c     if (ngx_strncmp(name->data, "sent_http_", 10) == 0) {
data              497 http/ngx_http_variables.c     if (ngx_strncmp(name->data, "upstream_http_", 14) == 0) {
data              508 http/ngx_http_variables.c     if (ngx_strncmp(name->data, "cookie_", 7) == 0) {
data              517 http/ngx_http_variables.c     if (ngx_strncmp(name->data, "arg_", 4) == 0) {
data              534 http/ngx_http_variables.c     uintptr_t data)
data              538 http/ngx_http_variables.c     s = (ngx_str_t *) ((char *) r + data);
data              540 http/ngx_http_variables.c     if (s->data) {
data              545 http/ngx_http_variables.c         v->data = s->data;
data              557 http/ngx_http_variables.c     ngx_http_variable_value_t *v, uintptr_t data)
data              561 http/ngx_http_variables.c     s = (ngx_str_t *) ((char *) r + data);
data              564 http/ngx_http_variables.c     s->data = v->data;
data              570 http/ngx_http_variables.c     ngx_http_variable_value_t *v, uintptr_t data)
data              574 http/ngx_http_variables.c     sp = (size_t *) ((char *) r + data);
data              576 http/ngx_http_variables.c     v->data = ngx_pnalloc(r->pool, NGX_SIZE_T_LEN);
data              577 http/ngx_http_variables.c     if (v->data == NULL) {
data              581 http/ngx_http_variables.c     v->len = ngx_sprintf(v->data, "%uz", *sp) - v->data;
data              592 http/ngx_http_variables.c     ngx_http_variable_value_t *v, uintptr_t data)
data              598 http/ngx_http_variables.c     val.data = v->data;
data              608 http/ngx_http_variables.c     sp = (ssize_t *) ((char *) r + data);
data              618 http/ngx_http_variables.c     uintptr_t data)
data              622 http/ngx_http_variables.c     h = *(ngx_table_elt_t **) ((char *) r + data);
data              629 http/ngx_http_variables.c         v->data = h->value.data;
data              641 http/ngx_http_variables.c     uintptr_t data)
data              649 http/ngx_http_variables.c     a = (ngx_array_t *) ((char *) r + data);
data              666 http/ngx_http_variables.c         v->data = (*h)->value.data;
data              683 http/ngx_http_variables.c     v->data = p;
data              686 http/ngx_http_variables.c         p = ngx_copy(p, h[i]->value.data, h[i]->value.len);
data              701 http/ngx_http_variables.c     ngx_http_variable_value_t *v, uintptr_t data)
data              703 http/ngx_http_variables.c     return ngx_http_variable_unknown_header(v, (ngx_str_t *) data,
data              711 http/ngx_http_variables.c     ngx_http_variable_value_t *v, uintptr_t data)
data              713 http/ngx_http_variables.c     return ngx_http_variable_unknown_header(v, (ngx_str_t *) data,
data              742 http/ngx_http_variables.c             ch = header[i].key.data[n];
data              751 http/ngx_http_variables.c             if (var->data[n + prefix] != ch) {
data              761 http/ngx_http_variables.c             v->data = header[i].value.data;
data              775 http/ngx_http_variables.c     ngx_http_variable_value_t *v, uintptr_t data)
data              779 http/ngx_http_variables.c     s = r->request_line.data;
data              796 http/ngx_http_variables.c         r->request_line.data = s;
data              803 http/ngx_http_variables.c     v->data = s;
data              811 http/ngx_http_variables.c     uintptr_t data)
data              813 http/ngx_http_variables.c     ngx_str_t *name = (ngx_str_t *) data;
data              818 http/ngx_http_variables.c     s.data = name->data + sizeof("cookie_") - 1;
data              831 http/ngx_http_variables.c     v->data = cookie.data;
data              839 http/ngx_http_variables.c     uintptr_t data)
data              841 http/ngx_http_variables.c     ngx_str_t *name = (ngx_str_t *) data;
data              848 http/ngx_http_variables.c     arg = name->data + sizeof("arg_") - 1;
data              855 http/ngx_http_variables.c     v->data = value.data;
data              867 http/ngx_http_variables.c     uintptr_t data)
data              873 http/ngx_http_variables.c         v->data = r->headers_in.server.data;
data              879 http/ngx_http_variables.c         v->data = cscf->server_name.data;
data              892 http/ngx_http_variables.c     ngx_http_variable_value_t *v, uintptr_t data)
data              909 http/ngx_http_variables.c         v->data = sin6->sin6_addr.s6_addr;
data              921 http/ngx_http_variables.c         v->data = (u_char *) &sin->sin_addr;
data              932 http/ngx_http_variables.c     ngx_http_variable_value_t *v, uintptr_t data)
data              938 http/ngx_http_variables.c     v->data = r->connection->addr_text.data;
data              946 http/ngx_http_variables.c     ngx_http_variable_value_t *v, uintptr_t data)
data              959 http/ngx_http_variables.c     v->data = ngx_pnalloc(r->pool, sizeof("65535") - 1);
data              960 http/ngx_http_variables.c     if (v->data == NULL) {
data              980 http/ngx_http_variables.c         v->len = ngx_sprintf(v->data, "%ui", port) - v->data;
data              989 http/ngx_http_variables.c     ngx_http_variable_value_t *v, uintptr_t data)
data              995 http/ngx_http_variables.c     s.data = addr;
data             1001 http/ngx_http_variables.c     s.data = ngx_pnalloc(r->pool, s.len);
data             1002 http/ngx_http_variables.c     if (s.data == NULL) {
data             1006 http/ngx_http_variables.c     ngx_memcpy(s.data, addr, s.len);
data             1012 http/ngx_http_variables.c     v->data = s.data;
data             1020 http/ngx_http_variables.c     ngx_http_variable_value_t *v, uintptr_t data)
data             1037 http/ngx_http_variables.c     v->data = ngx_pnalloc(r->pool, sizeof("65535") - 1);
data             1038 http/ngx_http_variables.c     if (v->data == NULL) {
data             1058 http/ngx_http_variables.c         v->len = ngx_sprintf(v->data, "%ui", port) - v->data;
data             1067 http/ngx_http_variables.c     ngx_http_variable_value_t *v, uintptr_t data)
data             1076 http/ngx_http_variables.c         v->data = (u_char *) "https";
data             1087 http/ngx_http_variables.c     v->data = (u_char *) "http";
data             1095 http/ngx_http_variables.c     ngx_http_variable_value_t *v, uintptr_t data)
data             1103 http/ngx_http_variables.c         v->data = NULL;
data             1108 http/ngx_http_variables.c     v->data = (u_char *) "?";
data             1116 http/ngx_http_variables.c     ngx_http_variable_value_t *v, uintptr_t data)
data             1128 http/ngx_http_variables.c         v->data = clcf->root.data;
data             1146 http/ngx_http_variables.c         v->data = path.data;
data             1155 http/ngx_http_variables.c     ngx_http_variable_value_t *v, uintptr_t data)
data             1175 http/ngx_http_variables.c         path.data[path.len - 1] = '\0';
data             1182 http/ngx_http_variables.c     if (ngx_realpath(path.data, real) == NULL) {
data             1184 http/ngx_http_variables.c                       ngx_realpath_n " \"%s\" failed", path.data);
data             1190 http/ngx_http_variables.c     v->data = ngx_pnalloc(r->pool, len);
data             1191 http/ngx_http_variables.c     if (v->data == NULL) {
data             1200 http/ngx_http_variables.c     ngx_memcpy(v->data, real, len);
data             1208 http/ngx_http_variables.c     ngx_http_variable_value_t *v, uintptr_t data)
data             1223 http/ngx_http_variables.c     v->data = path.data;
data             1231 http/ngx_http_variables.c     ngx_http_variable_value_t *v, uintptr_t data)
data             1241 http/ngx_http_variables.c     v->data = cscf->server_name.data;
data             1249 http/ngx_http_variables.c     ngx_http_variable_value_t *v, uintptr_t data)
data             1251 http/ngx_http_variables.c     if (r->main->method_name.data) {
data             1256 http/ngx_http_variables.c         v->data = r->main->method_name.data;
data             1268 http/ngx_http_variables.c     ngx_http_variable_value_t *v, uintptr_t data)
data             1287 http/ngx_http_variables.c     v->data = r->headers_in.user.data;
data             1295 http/ngx_http_variables.c     ngx_http_variable_value_t *v, uintptr_t data)
data             1315 http/ngx_http_variables.c     v->data = p;
data             1323 http/ngx_http_variables.c     ngx_http_variable_value_t *v, uintptr_t data)
data             1330 http/ngx_http_variables.c         v->data = r->headers_out.content_type.data;
data             1342 http/ngx_http_variables.c     ngx_http_variable_value_t *v, uintptr_t data)
data             1351 http/ngx_http_variables.c         v->data = r->headers_out.content_length->value.data;
data             1366 http/ngx_http_variables.c         v->data = p;
data             1379 http/ngx_http_variables.c     ngx_http_variable_value_t *v, uintptr_t data)
data             1388 http/ngx_http_variables.c         v->data = r->headers_out.location->value.data;
data             1403 http/ngx_http_variables.c     ngx_http_variable_value_t *v, uintptr_t data)
data             1412 http/ngx_http_variables.c         v->data = r->headers_out.last_modified->value.data;
data             1428 http/ngx_http_variables.c         v->data = p;
data             1441 http/ngx_http_variables.c     ngx_http_variable_value_t *v, uintptr_t data)
data             1459 http/ngx_http_variables.c     v->data = (u_char *) p;
data             1467 http/ngx_http_variables.c     ngx_http_variable_value_t *v, uintptr_t data)
data             1486 http/ngx_http_variables.c             v->data = p;
data             1500 http/ngx_http_variables.c     ngx_http_variable_value_t *v, uintptr_t data)
data             1507 http/ngx_http_variables.c         v->data = (u_char *) "chunked";
data             1519 http/ngx_http_variables.c     ngx_http_variable_value_t *v, uintptr_t data)
data             1526 http/ngx_http_variables.c         v->data = (u_char *) "OK";
data             1535 http/ngx_http_variables.c     v->data = (u_char *) "";
data             1543 http/ngx_http_variables.c     ngx_http_variable_value_t *v, uintptr_t data)
data             1567 http/ngx_http_variables.c         v->data = buf->pos;
data             1580 http/ngx_http_variables.c     v->data = p;
data             1596 http/ngx_http_variables.c     ngx_http_variable_value_t *v, uintptr_t data)
data             1608 http/ngx_http_variables.c     v->data = r->request_body->temp_file->file.name.data;
data             1616 http/ngx_http_variables.c     ngx_http_variable_value_t *v, uintptr_t data)
data             1622 http/ngx_http_variables.c     v->data = (u_char *) NGINX_VERSION;
data             1630 http/ngx_http_variables.c     ngx_http_variable_value_t *v, uintptr_t data)
data             1636 http/ngx_http_variables.c     v->data = ngx_cycle->hostname.data;
data             1644 http/ngx_http_variables.c     ngx_http_variable_value_t *v, uintptr_t data)
data             1657 http/ngx_http_variables.c     v->data = p;
data             1711 http/ngx_http_variables.c     uintptr_t data)
data             1769 http/ngx_http_variables.c         name.data = &p[2];
data             1770 http/ngx_http_variables.c         name.len = ngx_strlen(name.data);
data             1838 http/ngx_http_variables.c         vv->data = &s->data[r->captures[n]];
data             1848 http/ngx_http_variables.c                        &v[index].name, vv->len, vv->data);
data             1854 http/ngx_http_variables.c     r->captures_data = s->data;
data             1930 http/ngx_http_variables.c                 && ngx_strncmp(v[i].name.data, key[n].key.data, v[i].name.len)
data             1934 http/ngx_http_variables.c                 v[i].data = av->data;
data             1945 http/ngx_http_variables.c         if (ngx_strncmp(v[i].name.data, "http_", 5) == 0) {
data             1947 http/ngx_http_variables.c             v[i].data = (uintptr_t) &v[i].name;
data             1952 http/ngx_http_variables.c         if (ngx_strncmp(v[i].name.data, "sent_http_", 10) == 0) {
data             1954 http/ngx_http_variables.c             v[i].data = (uintptr_t) &v[i].name;
data             1959 http/ngx_http_variables.c         if (ngx_strncmp(v[i].name.data, "upstream_http_", 14) == 0) {
data             1961 http/ngx_http_variables.c             v[i].data = (uintptr_t) &v[i].name;
data             1967 http/ngx_http_variables.c         if (ngx_strncmp(v[i].name.data, "cookie_", 7) == 0) {
data             1969 http/ngx_http_variables.c             v[i].data = (uintptr_t) &v[i].name;
data             1974 http/ngx_http_variables.c         if (ngx_strncmp(v[i].name.data, "arg_", 4) == 0) {
data             1976 http/ngx_http_variables.c             v[i].data = (uintptr_t) &v[i].name;
data             1996 http/ngx_http_variables.c             key[n].key.data = NULL;
data               23 http/ngx_http_variables.h     ngx_http_variable_value_t *v, uintptr_t data);
data               25 http/ngx_http_variables.h     ngx_http_variable_value_t *v, uintptr_t data);
data               38 http/ngx_http_variables.h     uintptr_t                     data;
data               59 http/ngx_http_variables.h #define ngx_http_clear_variable(r, index) r->variables0[index].text.data = NULL;
data               85 mail/ngx_mail.c     if (cmd->name.data[0] == 'i') {
data              373 mail/ngx_mail.c             ls->log.data = &ls->addr_text;
data              458 mail/ngx_mail.c         addrs[i].conf.addr_text.data = p;
data              506 mail/ngx_mail.c         addrs6[i].conf.addr_text.data = p;
data              206 mail/ngx_mail_auth_http_module.c     ctx->peer.connection->data = s;
data              234 mail/ngx_mail_auth_http_module.c     c = wev->data;
data              235 mail/ngx_mail_auth_http_module.c     s = c->data;
data              297 mail/ngx_mail_auth_http_module.c     c = rev->data;
data              298 mail/ngx_mail_auth_http_module.c     s = c->data;
data              476 mail/ngx_mail_auth_http_module.c             key.data = ctx->header_name_start;
data              478 mail/ngx_mail_auth_http_module.c             value.data = ctx->header_start;
data              514 mail/ngx_mail_auth_http_module.c                 ctx->errmsg.data = ctx->header_start;
data              540 mail/ngx_mail_auth_http_module.c                 ctx->err.data = p;
data              549 mail/ngx_mail_auth_http_module.c                     p = ngx_cpymem(p, s->tag.data, s->tag.len);
data              560 mail/ngx_mail_auth_http_module.c                 ctx->err.len = p - ctx->err.data;
data              572 mail/ngx_mail_auth_http_module.c                 ctx->addr.data = ctx->header_start;
data              584 mail/ngx_mail_auth_http_module.c                 ctx->port.data = ctx->header_start;
data              597 mail/ngx_mail_auth_http_module.c                 s->login.data = ngx_pnalloc(s->connection->pool, s->login.len);
data              598 mail/ngx_mail_auth_http_module.c                 if (s->login.data == NULL) {
data              605 mail/ngx_mail_auth_http_module.c                 ngx_memcpy(s->login.data, ctx->header_start, s->login.len);
data              618 mail/ngx_mail_auth_http_module.c                 s->passwd.data = ngx_pnalloc(s->connection->pool,
data              620 mail/ngx_mail_auth_http_module.c                 if (s->passwd.data == NULL) {
data              627 mail/ngx_mail_auth_http_module.c                 ngx_memcpy(s->passwd.data, ctx->header_start, s->passwd.len);
data              656 mail/ngx_mail_auth_http_module.c                 ctx->errcode.data = ngx_pnalloc(s->connection->pool,
data              658 mail/ngx_mail_auth_http_module.c                 if (ctx->errcode.data == NULL) {
data              665 mail/ngx_mail_auth_http_module.c                 ngx_memcpy(ctx->errcode.data, ctx->header_start,
data              704 mail/ngx_mail_auth_http_module.c                     ctx->err.data = p;
data              706 mail/ngx_mail_auth_http_module.c                     p = ngx_cpymem(p, ctx->errcode.data, ctx->errcode.len);
data              708 mail/ngx_mail_auth_http_module.c                     p = ngx_cpymem(p, ctx->errmsg.data, ctx->errmsg.len);
data              756 mail/ngx_mail_auth_http_module.c             if (s->passwd.data == NULL
data              785 mail/ngx_mail_auth_http_module.c             port = ngx_atoi(ctx->port.data, ctx->port.len);
data              798 mail/ngx_mail_auth_http_module.c             sin->sin_addr.s_addr = ngx_inet_addr(ctx->addr.data, ctx->addr.len);
data              816 mail/ngx_mail_auth_http_module.c             peer->name.data = ngx_pnalloc(s->connection->pool, len);
data              817 mail/ngx_mail_auth_http_module.c             if (peer->name.data == NULL) {
data              825 mail/ngx_mail_auth_http_module.c             ngx_memcpy(peer->name.data, ctx->addr.data, len);
data              827 mail/ngx_mail_auth_http_module.c             peer->name.data[len++] = ':';
data              829 mail/ngx_mail_auth_http_module.c             ngx_memcpy(peer->name.data + len, ctx->port.data, ctx->port.len);
data              864 mail/ngx_mail_auth_http_module.c     c = rev->data;
data              865 mail/ngx_mail_auth_http_module.c     s = c->data;
data             1108 mail/ngx_mail_auth_http_module.c         c = rev->data;
data             1109 mail/ngx_mail_auth_http_module.c         s = c->data;
data             1174 mail/ngx_mail_auth_http_module.c     b->last = ngx_copy(b->last, ahcf->uri.data, ahcf->uri.len);
data             1179 mail/ngx_mail_auth_http_module.c     b->last = ngx_copy(b->last, ahcf->host_header.data,
data             1186 mail/ngx_mail_auth_http_module.c                          ngx_mail_auth_http_method[s->auth_method].data,
data             1191 mail/ngx_mail_auth_http_module.c     b->last = ngx_copy(b->last, login.data, login.len);
data             1195 mail/ngx_mail_auth_http_module.c     b->last = ngx_copy(b->last, passwd.data, passwd.len);
data             1200 mail/ngx_mail_auth_http_module.c         b->last = ngx_copy(b->last, s->salt.data, s->salt.len);
data             1202 mail/ngx_mail_auth_http_module.c         s->passwd.data = NULL;
data             1207 mail/ngx_mail_auth_http_module.c     b->last = ngx_cpymem(b->last, cscf->protocol->name.data,
data             1215 mail/ngx_mail_auth_http_module.c     b->last = ngx_copy(b->last, s->connection->addr_text.data,
data             1222 mail/ngx_mail_auth_http_module.c         b->last = ngx_copy(b->last, s->host.data, s->host.len);
data             1232 mail/ngx_mail_auth_http_module.c         b->last = ngx_copy(b->last, s->smtp_helo.data, s->smtp_helo.len);
data             1237 mail/ngx_mail_auth_http_module.c         b->last = ngx_copy(b->last, s->smtp_from.data, s->smtp_from.len);
data             1242 mail/ngx_mail_auth_http_module.c         b->last = ngx_copy(b->last, s->smtp_to.data, s->smtp_to.len);
data             1248 mail/ngx_mail_auth_http_module.c         b->last = ngx_copy(b->last, ahcf->header.data, ahcf->header.len);
data             1259 mail/ngx_mail_auth_http_module.c     l.data = b->pos;
data             1275 mail/ngx_mail_auth_http_module.c     n = ngx_escape_uri(NULL, text->data, text->len, NGX_ESCAPE_MAIL_AUTH);
data             1289 mail/ngx_mail_auth_http_module.c     (void) ngx_escape_uri(p, text->data, text->len, NGX_ESCAPE_MAIL_AUTH);
data             1291 mail/ngx_mail_auth_http_module.c     escaped->data = p;
data             1309 mail/ngx_mail_auth_http_module.c     ahcf->file = cf->conf_file->file.name.data;
data             1361 mail/ngx_mail_auth_http_module.c         conf->header.data = p;
data             1364 mail/ngx_mail_auth_http_module.c             p = ngx_cpymem(p, header[i].key.data, header[i].key.len);
data             1366 mail/ngx_mail_auth_http_module.c             p = ngx_cpymem(p, header[i].value.data, header[i].value.len);
data             1392 mail/ngx_mail_auth_http_module.c     if (ngx_strncmp(u.url.data, "http://", 7) == 0) {
data             1394 mail/ngx_mail_auth_http_module.c         u.url.data += 7;
data              165 mail/ngx_mail_core_module.c     cscf->file_name = cf->conf_file->file.name.data;
data              391 mail/ngx_mail_core_module.c         if (ngx_strcmp(value[i].data, "bind") == 0) {
data              396 mail/ngx_mail_core_module.c         if (ngx_strncmp(value[i].data, "ipv6only=o", 10) == 0) {
data              405 mail/ngx_mail_core_module.c                 if (ngx_strcmp(&value[i].data[10], "n") == 0) {
data              408 mail/ngx_mail_core_module.c                 } else if (ngx_strcmp(&value[i].data[10], "ff") == 0) {
data              414 mail/ngx_mail_core_module.c                                        &value[i].data[9]);
data              437 mail/ngx_mail_core_module.c         if (ngx_strcmp(value[i].data, "ssl") == 0) {
data              477 mail/ngx_mail_core_module.c             && ngx_strcmp(module->protocol->name.data, value[1].data) == 0)
data              505 mail/ngx_mail_core_module.c     if (ngx_strcmp(value[1].data, "off") == 0) {
data              128 mail/ngx_mail_handler.c     c->data = s;
data              145 mail/ngx_mail_handler.c     c->log->data = ctx;
data              195 mail/ngx_mail_handler.c     c = rev->data;
data              196 mail/ngx_mail_handler.c     s = c->data;
data              220 mail/ngx_mail_handler.c         s = c->data;
data              243 mail/ngx_mail_handler.c         s = c->data;
data              274 mail/ngx_mail_handler.c     s = c->data;
data              296 mail/ngx_mail_handler.c     s->salt.data = ngx_pnalloc(c->pool,
data              300 mail/ngx_mail_handler.c     if (s->salt.data == NULL) {
data              304 mail/ngx_mail_handler.c     s->salt.len = ngx_sprintf(s->salt.data, "<%ul.%T@%V>" CRLF,
data              306 mail/ngx_mail_handler.c                   - s->salt.data;
data              348 mail/ngx_mail_handler.c     plain.data = ngx_pnalloc(c->pool, ngx_base64_decoded_length(arg[n].len));
data              349 mail/ngx_mail_handler.c     if (plain.data == NULL) {
data              359 mail/ngx_mail_handler.c     p = plain.data;
data              370 mail/ngx_mail_handler.c     s->login.data = p;
data              380 mail/ngx_mail_handler.c     s->login.len = p++ - s->login.data;
data              383 mail/ngx_mail_handler.c     s->passwd.data = p;
data              405 mail/ngx_mail_handler.c     s->login.data = ngx_pnalloc(c->pool, ngx_base64_decoded_length(arg[n].len));
data              406 mail/ngx_mail_handler.c     if (s->login.data == NULL) {
data              435 mail/ngx_mail_handler.c     s->passwd.data = ngx_pnalloc(c->pool,
data              437 mail/ngx_mail_handler.c     if (s->passwd.data == NULL) {
data              469 mail/ngx_mail_handler.c     salt.data = ngx_cpymem(p, prefix, len);
data              479 mail/ngx_mail_handler.c     s->out.data = p;
data              496 mail/ngx_mail_handler.c     s->login.data = ngx_pnalloc(c->pool, ngx_base64_decoded_length(arg[0].len));
data              497 mail/ngx_mail_handler.c     if (s->login.data == NULL) {
data              507 mail/ngx_mail_handler.c     p = s->login.data;
data              512 mail/ngx_mail_handler.c             s->login.len = p - s->login.data - 1;
data              514 mail/ngx_mail_handler.c             s->passwd.data = p;
data              542 mail/ngx_mail_handler.c     c = wev->data;
data              543 mail/ngx_mail_handler.c     s = c->data;
data              560 mail/ngx_mail_handler.c     n = c->send(c, s->out.data, s->out.len);
data              638 mail/ngx_mail_handler.c         l.data = s->buffer->start;
data              739 mail/ngx_mail_handler.c     ctx = log->data;
data               63 mail/ngx_mail_imap_handler.c     c = rev->data;
data               74 mail/ngx_mail_imap_handler.c     s = c->data;
data              110 mail/ngx_mail_imap_handler.c     c = rev->data;
data              111 mail/ngx_mail_imap_handler.c     s = c->data;
data              150 mail/ngx_mail_imap_handler.c                 dst = arg[i].data;
data              160 mail/ngx_mail_imap_handler.c                 arg[i].len = dst - arg[i].data;
data              255 mail/ngx_mail_imap_handler.c             s->tagged_line.data = ngx_pnalloc(c->pool, s->tagged_line.len);
data              256 mail/ngx_mail_imap_handler.c             if (s->tagged_line.data == NULL) {
data              262 mail/ngx_mail_imap_handler.c         p = s->tagged_line.data;
data              265 mail/ngx_mail_imap_handler.c             p = ngx_cpymem(p, s->text.data, s->text.len);
data              268 mail/ngx_mail_imap_handler.c         p = ngx_cpymem(p, s->tag.data, s->tag.len);
data              269 mail/ngx_mail_imap_handler.c         ngx_memcpy(p, s->out.data, s->out.len);
data              272 mail/ngx_mail_imap_handler.c         s->out.data = s->tagged_line.data;
data              313 mail/ngx_mail_imap_handler.c     s->login.data = ngx_pnalloc(c->pool, s->login.len);
data              314 mail/ngx_mail_imap_handler.c     if (s->login.data == NULL) {
data              318 mail/ngx_mail_imap_handler.c     ngx_memcpy(s->login.data, arg[0].data, s->login.len);
data              321 mail/ngx_mail_imap_handler.c     s->passwd.data = ngx_pnalloc(c->pool, s->passwd.len);
data              322 mail/ngx_mail_imap_handler.c     if (s->passwd.data == NULL) {
data              326 mail/ngx_mail_imap_handler.c     ngx_memcpy(s->passwd.data, arg[1].data, s->passwd.len);
data              387 mail/ngx_mail_imap_handler.c         if (s->salt.data == NULL) {
data              193 mail/ngx_mail_imap_module.c     conf->capability.data = p;
data              199 mail/ngx_mail_imap_module.c         p = ngx_cpymem(p, c[i].data, c[i].len);
data              210 mail/ngx_mail_imap_module.c             p = ngx_cpymem(p, ngx_mail_imap_auth_methods_names[i].data,
data              226 mail/ngx_mail_imap_module.c     conf->starttls_capability.data = p;
data              228 mail/ngx_mail_imap_module.c     p = ngx_cpymem(p, conf->capability.data,
data              234 mail/ngx_mail_imap_module.c     size = (auth - conf->capability.data) + sizeof(CRLF) - 1
data              243 mail/ngx_mail_imap_module.c     conf->starttls_only_capability.data = p;
data              245 mail/ngx_mail_imap_module.c     p = ngx_cpymem(p, conf->capability.data,
data              246 mail/ngx_mail_imap_module.c                    auth - conf->capability.data);
data              149 mail/ngx_mail_parse.c                 arg->data = s->arg_start;
data              194 mail/ngx_mail_parse.c         arg->data = s->arg_start;
data              243 mail/ngx_mail_parse.c                 s->tag.data = s->buffer->start;
data              458 mail/ngx_mail_parse.c                 arg->data = s->arg_start;
data              544 mail/ngx_mail_parse.c             arg->data = s->arg_start;
data              594 mail/ngx_mail_parse.c         arg->data = s->arg_start;
data              768 mail/ngx_mail_parse.c                 arg->data = s->arg_start;
data              813 mail/ngx_mail_parse.c         arg->data = s->arg_start;
data              845 mail/ngx_mail_parse.c         if (ngx_strncasecmp(arg[0].data, (u_char *) "LOGIN", 5) == 0) {
data              858 mail/ngx_mail_parse.c         if (ngx_strncasecmp(arg[0].data, (u_char *) "PLAIN", 5) == 0) {
data              878 mail/ngx_mail_parse.c         if (ngx_strncasecmp(arg[0].data, (u_char *) "CRAM-MD5", 8) == 0) {
data               49 mail/ngx_mail_pop3_handler.c         s->out.data = ngx_pnalloc(c->pool, sizeof(pop3_greeting) + s->salt.len);
data               50 mail/ngx_mail_pop3_handler.c         if (s->out.data == NULL) {
data               55 mail/ngx_mail_pop3_handler.c         p = ngx_cpymem(s->out.data, pop3_greeting, sizeof(pop3_greeting) - 3);
data               57 mail/ngx_mail_pop3_handler.c         p = ngx_cpymem(p, s->salt.data, s->salt.len);
data               59 mail/ngx_mail_pop3_handler.c         s->out.len = p - s->out.data;
data               83 mail/ngx_mail_pop3_handler.c     c = rev->data;
data               94 mail/ngx_mail_pop3_handler.c     s = c->data;
data              125 mail/ngx_mail_pop3_handler.c     c = rev->data;
data              126 mail/ngx_mail_pop3_handler.c     s = c->data;
data              294 mail/ngx_mail_pop3_handler.c     s->login.data = ngx_pnalloc(c->pool, s->login.len);
data              295 mail/ngx_mail_pop3_handler.c     if (s->login.data == NULL) {
data              299 mail/ngx_mail_pop3_handler.c     ngx_memcpy(s->login.data, arg[0].data, s->login.len);
data              321 mail/ngx_mail_pop3_handler.c     s->passwd.data = ngx_pnalloc(c->pool, s->passwd.len);
data              322 mail/ngx_mail_pop3_handler.c     if (s->passwd.data == NULL) {
data              326 mail/ngx_mail_pop3_handler.c     ngx_memcpy(s->passwd.data, arg[0].data, s->passwd.len);
data              414 mail/ngx_mail_pop3_handler.c     s->login.data = ngx_pnalloc(c->pool, s->login.len);
data              415 mail/ngx_mail_pop3_handler.c     if (s->login.data == NULL) {
data              419 mail/ngx_mail_pop3_handler.c     ngx_memcpy(s->login.data, arg[0].data, s->login.len);
data              422 mail/ngx_mail_pop3_handler.c     s->passwd.data = ngx_pnalloc(c->pool, s->passwd.len);
data              423 mail/ngx_mail_pop3_handler.c     if (s->passwd.data == NULL) {
data              427 mail/ngx_mail_pop3_handler.c     ngx_memcpy(s->passwd.data, arg[1].data, s->passwd.len);
data              172 mail/ngx_mail_pop3_module.c         if (ngx_strcasecmp(c[i].data, (u_char *) "USER") == 0) {
data              192 mail/ngx_mail_pop3_module.c     conf->capability.data = p;
data              198 mail/ngx_mail_pop3_module.c         p = ngx_cpymem(p, c[i].data, c[i].len);
data              222 mail/ngx_mail_pop3_module.c     conf->starttls_capability.data = p;
data              224 mail/ngx_mail_pop3_module.c     p = ngx_cpymem(p, conf->capability.data,
data              245 mail/ngx_mail_pop3_module.c     conf->starttls_only_capability.data = p;
data              251 mail/ngx_mail_pop3_module.c         if (ngx_strcasecmp(c[i].data, (u_char *) "USER") == 0) {
data              255 mail/ngx_mail_pop3_module.c         p = ngx_cpymem(p, c[i].data, c[i].len);
data              159 mail/ngx_mail_proxy_module.c     p->upstream.connection->data = s;
data              205 mail/ngx_mail_proxy_module.c         c = rev->data;
data              206 mail/ngx_mail_proxy_module.c         s = c->data;
data              226 mail/ngx_mail_proxy_module.c     c = rev->data;
data              227 mail/ngx_mail_proxy_module.c     s = c->data;
data              256 mail/ngx_mail_proxy_module.c         line.data = ngx_pnalloc(c->pool, line.len);
data              257 mail/ngx_mail_proxy_module.c         if (line.data == NULL) {
data              262 mail/ngx_mail_proxy_module.c         p = ngx_cpymem(line.data, "USER ", sizeof("USER ") - 1);
data              263 mail/ngx_mail_proxy_module.c         p = ngx_cpymem(p, s->login.data, s->login.len);
data              275 mail/ngx_mail_proxy_module.c         line.data = ngx_pnalloc(c->pool, line.len);
data              276 mail/ngx_mail_proxy_module.c         if (line.data == NULL) {
data              281 mail/ngx_mail_proxy_module.c         p = ngx_cpymem(line.data, "PASS ", sizeof("PASS ") - 1);
data              282 mail/ngx_mail_proxy_module.c         p = ngx_cpymem(p, s->passwd.data, s->passwd.len);
data              312 mail/ngx_mail_proxy_module.c     if (c->send(c, line.data, line.len) < (ssize_t) line.len) {
data              339 mail/ngx_mail_proxy_module.c     c = rev->data;
data              340 mail/ngx_mail_proxy_module.c     s = c->data;
data              371 mail/ngx_mail_proxy_module.c         line.data = ngx_pnalloc(c->pool, line.len);
data              372 mail/ngx_mail_proxy_module.c         if (line.data == NULL) {
data              377 mail/ngx_mail_proxy_module.c         line.len = ngx_sprintf(line.data, "%VLOGIN {%uz}" CRLF,
data              379 mail/ngx_mail_proxy_module.c                    - line.data;
data              390 mail/ngx_mail_proxy_module.c         line.data = ngx_pnalloc(c->pool, line.len);
data              391 mail/ngx_mail_proxy_module.c         if (line.data == NULL) {
data              396 mail/ngx_mail_proxy_module.c         line.len = ngx_sprintf(line.data, "%V {%uz}" CRLF,
data              398 mail/ngx_mail_proxy_module.c                    - line.data;
data              410 mail/ngx_mail_proxy_module.c         line.data = ngx_pnalloc(c->pool, line.len);
data              411 mail/ngx_mail_proxy_module.c         if (line.data == NULL) {
data              416 mail/ngx_mail_proxy_module.c         p = ngx_cpymem(line.data, s->passwd.data, s->passwd.len);
data              446 mail/ngx_mail_proxy_module.c     if (c->send(c, line.data, line.len) < (ssize_t) line.len) {
data              475 mail/ngx_mail_proxy_module.c     c = rev->data;
data              476 mail/ngx_mail_proxy_module.c     s = c->data;
data              507 mail/ngx_mail_proxy_module.c         line.data = ngx_pnalloc(c->pool, line.len);
data              508 mail/ngx_mail_proxy_module.c         if (line.data == NULL) {
data              515 mail/ngx_mail_proxy_module.c         p = ngx_cpymem(line.data,
data              519 mail/ngx_mail_proxy_module.c         p = ngx_cpymem(p, cscf->server_name.data, cscf->server_name.len);
data              544 mail/ngx_mail_proxy_module.c         line.data = ngx_pnalloc(c->pool, line.len);
data              545 mail/ngx_mail_proxy_module.c         if (line.data == NULL) {
data              550 mail/ngx_mail_proxy_module.c         line.len = ngx_sprintf(line.data,
data              554 mail/ngx_mail_proxy_module.c                    - line.data;
data              576 mail/ngx_mail_proxy_module.c         line.data = ngx_pnalloc(c->pool, line.len);
data              577 mail/ngx_mail_proxy_module.c         if (line.data == NULL) {
data              582 mail/ngx_mail_proxy_module.c         line.len = ngx_sprintf(line.data,
data              585 mail/ngx_mail_proxy_module.c                    - line.data;
data              600 mail/ngx_mail_proxy_module.c         line.data = ngx_pnalloc(c->pool, line.len);
data              601 mail/ngx_mail_proxy_module.c         if (line.data == NULL) {
data              606 mail/ngx_mail_proxy_module.c         p = ngx_cpymem(line.data, s->smtp_from.data, s->smtp_from.len);
data              620 mail/ngx_mail_proxy_module.c         line.data = ngx_pnalloc(c->pool, line.len);
data              621 mail/ngx_mail_proxy_module.c         if (line.data == NULL) {
data              626 mail/ngx_mail_proxy_module.c         p = ngx_cpymem(line.data, s->smtp_to.data, s->smtp_to.len);
data              670 mail/ngx_mail_proxy_module.c     if (c->send(c, line.data, line.len) < (ssize_t) line.len) {
data              693 mail/ngx_mail_proxy_module.c         c = wev->data;
data              694 mail/ngx_mail_proxy_module.c         s = c->data;
data              769 mail/ngx_mail_proxy_module.c             if (ngx_strncmp(p, s->tag.data, s->tag.len) == 0) {
data              823 mail/ngx_mail_proxy_module.c     s->out.data = p;
data              829 mail/ngx_mail_proxy_module.c     s->out.data = b->pos;
data              847 mail/ngx_mail_proxy_module.c     c = ev->data;
data              848 mail/ngx_mail_proxy_module.c     s = c->data;
data               89 mail/ngx_mail_smtp_handler.c     ctx->data = s;
data              104 mail/ngx_mail_smtp_handler.c     s = ctx->data;
data              129 mail/ngx_mail_smtp_handler.c     s->host.data = ngx_pstrdup(c->pool, &ctx->name);
data              130 mail/ngx_mail_smtp_handler.c     if (s->host.data == NULL) {
data              157 mail/ngx_mail_smtp_handler.c     c = rev->data;
data              158 mail/ngx_mail_smtp_handler.c     s = c->data;
data              171 mail/ngx_mail_smtp_handler.c     ctx->data = s;
data              189 mail/ngx_mail_smtp_handler.c     s = ctx->data;
data              279 mail/ngx_mail_smtp_handler.c     c = rev->data;
data              280 mail/ngx_mail_smtp_handler.c     s = c->data;
data              335 mail/ngx_mail_smtp_handler.c     c = rev->data;
data              346 mail/ngx_mail_smtp_handler.c     s = c->data;
data              390 mail/ngx_mail_smtp_handler.c     c = rev->data;
data              391 mail/ngx_mail_smtp_handler.c     s = c->data;
data              534 mail/ngx_mail_smtp_handler.c     s->smtp_helo.data = ngx_pnalloc(c->pool, arg[0].len);
data              535 mail/ngx_mail_smtp_handler.c     if (s->smtp_helo.data == NULL) {
data              539 mail/ngx_mail_smtp_handler.c     ngx_memcpy(s->smtp_helo.data, arg[0].data, arg[0].len);
data              630 mail/ngx_mail_smtp_handler.c         if (s->salt.data == NULL) {
data              674 mail/ngx_mail_smtp_handler.c     l.data = s->buffer->start;
data              677 mail/ngx_mail_smtp_handler.c         ch = l.data[i];
data              683 mail/ngx_mail_smtp_handler.c         l.data[i] = ' ';
data              687 mail/ngx_mail_smtp_handler.c         if (l.data[i - 1] != ' ') {
data              698 mail/ngx_mail_smtp_handler.c     s->smtp_from.data = ngx_pnalloc(c->pool, l.len);
data              699 mail/ngx_mail_smtp_handler.c     if (s->smtp_from.data == NULL) {
data              703 mail/ngx_mail_smtp_handler.c     ngx_memcpy(s->smtp_from.data, l.data, l.len);
data              727 mail/ngx_mail_smtp_handler.c     l.data = s->buffer->start;
data              730 mail/ngx_mail_smtp_handler.c         ch = l.data[i];
data              736 mail/ngx_mail_smtp_handler.c         l.data[i] = ' ';
data              740 mail/ngx_mail_smtp_handler.c         if (l.data[i - 1] != ' ') {
data              751 mail/ngx_mail_smtp_handler.c     s->smtp_to.data = ngx_pnalloc(c->pool, l.len);
data              752 mail/ngx_mail_smtp_handler.c     if (s->smtp_to.data == NULL) {
data              756 mail/ngx_mail_smtp_handler.c     ngx_memcpy(s->smtp_to.data, l.data, l.len);
data              856 mail/ngx_mail_smtp_handler.c     cmd.data = s->buffer->start;
data              859 mail/ngx_mail_smtp_handler.c         ch = cmd.data[i];
data              865 mail/ngx_mail_smtp_handler.c         cmd.data[i] = '_';
data              171 mail/ngx_mail_smtp_module.c     conf->greeting.data = p;
data              174 mail/ngx_mail_smtp_module.c     p = ngx_cpymem(p, cscf->server_name.data, cscf->server_name.len);
data              186 mail/ngx_mail_smtp_module.c     conf->server_name.data = p;
data              189 mail/ngx_mail_smtp_module.c     p = ngx_cpymem(p, cscf->server_name.data, cscf->server_name.len);
data              226 mail/ngx_mail_smtp_module.c     conf->capability.data = p;
data              231 mail/ngx_mail_smtp_module.c     p = ngx_cpymem(p, cscf->server_name.data, cscf->server_name.len);
data              237 mail/ngx_mail_smtp_module.c         p = ngx_cpymem(p, c[i].data, c[i].len);
data              255 mail/ngx_mail_smtp_module.c                 p = ngx_cpymem(p, ngx_mail_smtp_auth_methods_names[i].data,
data              274 mail/ngx_mail_smtp_module.c     conf->starttls_capability.data = p;
data              276 mail/ngx_mail_smtp_module.c     p = ngx_cpymem(p, conf->capability.data, conf->capability.len);
data              281 mail/ngx_mail_smtp_module.c     p = conf->starttls_capability.data
data              282 mail/ngx_mail_smtp_module.c         + (last - conf->capability.data) + 3;
data              285 mail/ngx_mail_smtp_module.c     size = (auth - conf->capability.data)
data              294 mail/ngx_mail_smtp_module.c     conf->starttls_only_capability.data = p;
data              296 mail/ngx_mail_smtp_module.c     p = ngx_cpymem(p, conf->capability.data, auth - conf->capability.data);
data              301 mail/ngx_mail_smtp_module.c         p = conf->starttls_only_capability.data
data              302 mail/ngx_mail_smtp_module.c             + (last - conf->capability.data) + 3;
data              265 mail/ngx_mail_ssl_module.c     cln->data = &conf->ssl;
data              276 mail/ngx_mail_ssl_module.c                                    (const char *) conf->ciphers.data)
data              335 mail/ngx_mail_ssl_module.c     scf->file = cf->conf_file->file.name.data;
data              361 mail/ngx_mail_ssl_module.c     scf->file = cf->conf_file->file.name.data;
data              382 mail/ngx_mail_ssl_module.c         if (ngx_strcmp(value[i].data, "off") == 0) {
data              387 mail/ngx_mail_ssl_module.c         if (ngx_strcmp(value[i].data, "none") == 0) {
data              392 mail/ngx_mail_ssl_module.c         if (ngx_strcmp(value[i].data, "builtin") == 0) {
data              398 mail/ngx_mail_ssl_module.c             && ngx_strncmp(value[i].data, "builtin:", sizeof("builtin:") - 1)
data              401 mail/ngx_mail_ssl_module.c             n = ngx_atoi(value[i].data + sizeof("builtin:") - 1,
data              414 mail/ngx_mail_ssl_module.c             && ngx_strncmp(value[i].data, "shared:", sizeof("shared:") - 1)
data              420 mail/ngx_mail_ssl_module.c                 if (value[i].data[j] == ':') {
data              432 mail/ngx_mail_ssl_module.c             name.data = value[i].data + sizeof("shared:") - 1;
data              435 mail/ngx_mail_ssl_module.c             size.data = name.data + len + 1;
data               24 misc/ngx_cpp_test_module.cpp ngx_cpp_test_handler(void *data)
data              268 os/unix/ngx_darwin_sendfile_chain.c                               file->file->name.data);
data               40 os/unix/ngx_errno.c     return ngx_cpymem(errstr, msg->data, size);
data               75 os/unix/ngx_errno.c         ngx_sys_errlist[err].data = p;
data               60 os/unix/ngx_file_aio_read.c         aio->event.data = aio;
data              205 os/unix/ngx_file_aio_read.c     aio = ev->data;
data               32 os/unix/ngx_files.c                       "pread() \"%s\" failed", file->name.data);
data               41 os/unix/ngx_files.c                           "lseek() \"%s\" failed", file->name.data);
data               52 os/unix/ngx_files.c                       "read() \"%s\" failed", file->name.data);
data               83 os/unix/ngx_files.c                           "pwrite() \"%s\" failed", file->name.data);
data              103 os/unix/ngx_files.c                           "lseek() \"%s\" failed", file->name.data);
data              115 os/unix/ngx_files.c                           "write() \"%s\" failed", file->name.data);
data              212 os/unix/ngx_files.c                               "lseek() \"%s\" failed", file->name.data);
data              223 os/unix/ngx_files.c                           "writev() \"%s\" failed", file->name.data);
data              230 os/unix/ngx_files.c                           file->name.data, n, size);
data              316 os/unix/ngx_files.c     dir->dir = opendir((const char *) name->data);
data              383 os/unix/ngx_files.c         name->data = (u_char *) gl->pglob.gl_pathv[gl->n];
data              651 os/unix/ngx_freebsd_rfork_thread.c         kev.data = 0;
data              314 os/unix/ngx_freebsd_sendfile_chain.c                          file->file->name.data, file->file_pos);
data               49 os/unix/ngx_linux_aio_read.c         aio->event.data = aio;
data              128 os/unix/ngx_linux_aio_read.c     aio = ev->data;
data               22 os/unix/ngx_process.c static void ngx_execute_proc(ngx_cycle_t *cycle, void *data);
data               85 os/unix/ngx_process.c ngx_spawn_process(ngx_cycle_t *cycle, ngx_spawn_proc_pt proc, void *data,
data              196 os/unix/ngx_process.c         proc(cycle, data);
data              213 os/unix/ngx_process.c     ngx_processes[s].data = data;
data              267 os/unix/ngx_process.c ngx_execute_proc(ngx_cycle_t *cycle, void *data)
data              269 os/unix/ngx_process.c     ngx_exec_ctx_t  *ctx = data;
data               18 os/unix/ngx_process.h typedef void (*ngx_spawn_proc_pt) (ngx_cycle_t *cycle, void *data);
data               26 os/unix/ngx_process.h     void               *data;
data               62 os/unix/ngx_process.h     ngx_spawn_proc_pt proc, void *data, char *name, ngx_int_t respawn);
data               21 os/unix/ngx_process_cycle.c static void ngx_worker_process_cycle(ngx_cycle_t *cycle, void *data);
data               27 os/unix/ngx_process_cycle.c static ngx_thread_value_t ngx_worker_thread_cycle(void *data);
data               29 os/unix/ngx_process_cycle.c static void ngx_cache_manager_process_cycle(ngx_cycle_t *cycle, void *data);
data              618 os/unix/ngx_process_cycle.c                                       ngx_processes[i].data,
data              645 os/unix/ngx_process_cycle.c                 if (ngx_rename_file((char *) ccf->oldpid.data,
data              646 os/unix/ngx_process_cycle.c                                     (char *) ccf->pid.data)
data              652 os/unix/ngx_process_cycle.c                                   ccf->oldpid.data, ccf->pid.data, ngx_argv[0]);
data              717 os/unix/ngx_process_cycle.c ngx_worker_process_cycle(ngx_cycle_t *cycle, void *data)
data              936 os/unix/ngx_process_cycle.c         if (chdir((char *) ccf->working_directory.data) == -1) {
data              938 os/unix/ngx_process_cycle.c                           "chdir(\"%s\") failed", ccf->working_directory.data);
data             1083 os/unix/ngx_process_cycle.c     c = ev->data;
data             1205 os/unix/ngx_process_cycle.c ngx_worker_thread_cycle(void *data)
data             1207 os/unix/ngx_process_cycle.c     ngx_thread_t  *thr = data;
data             1288 os/unix/ngx_process_cycle.c ngx_cache_manager_process_cycle(ngx_cycle_t *cycle, void *data)
data             1290 os/unix/ngx_process_cycle.c     ngx_cache_manager_ctx_t *ctx = data;
data             1305 os/unix/ngx_process_cycle.c     ev.data = ident;
data             1346 os/unix/ngx_process_cycle.c             n = path[i]->manager(path[i]->data);
data             1379 os/unix/ngx_process_cycle.c             path[i]->loader(path[i]->data);