parent            807 core/ngx_open_file_cache.c     node->parent = temp;
parent             37 core/ngx_radix_tree.c     tree->root->parent = NULL;
parent            152 core/ngx_radix_tree.c         next->parent = node;
parent            206 core/ngx_radix_tree.c         if (node->parent->right == node) {
parent            207 core/ngx_radix_tree.c             node->parent->right = NULL;
parent            210 core/ngx_radix_tree.c             node->parent->left = NULL;
parent            216 core/ngx_radix_tree.c         node = node->parent;
parent            226 core/ngx_radix_tree.c         if (node->parent == NULL) {
parent             22 core/ngx_radix_tree.h     ngx_radix_node_t  *parent;
parent             35 core/ngx_rbtree.c         node->parent = NULL;
parent             48 core/ngx_rbtree.c     while (node != *root && ngx_rbt_is_red(node->parent)) {
parent             50 core/ngx_rbtree.c         if (node->parent == node->parent->parent->left) {
parent             51 core/ngx_rbtree.c             temp = node->parent->parent->right;
parent             54 core/ngx_rbtree.c                 ngx_rbt_black(node->parent);
parent             56 core/ngx_rbtree.c                 ngx_rbt_red(node->parent->parent);
parent             57 core/ngx_rbtree.c                 node = node->parent->parent;
parent             60 core/ngx_rbtree.c                 if (node == node->parent->right) {
parent             61 core/ngx_rbtree.c                     node = node->parent;
parent             65 core/ngx_rbtree.c                 ngx_rbt_black(node->parent);
parent             66 core/ngx_rbtree.c                 ngx_rbt_red(node->parent->parent);
parent             67 core/ngx_rbtree.c                 ngx_rbtree_right_rotate(root, sentinel, node->parent->parent);
parent             71 core/ngx_rbtree.c             temp = node->parent->parent->left;
parent             74 core/ngx_rbtree.c                 ngx_rbt_black(node->parent);
parent             76 core/ngx_rbtree.c                 ngx_rbt_red(node->parent->parent);
parent             77 core/ngx_rbtree.c                 node = node->parent->parent;
parent             80 core/ngx_rbtree.c                 if (node == node->parent->left) {
parent             81 core/ngx_rbtree.c                     node = node->parent;
parent             85 core/ngx_rbtree.c                 ngx_rbt_black(node->parent);
parent             86 core/ngx_rbtree.c                 ngx_rbt_red(node->parent->parent);
parent             87 core/ngx_rbtree.c                 ngx_rbtree_left_rotate(root, sentinel, node->parent->parent);
parent            114 core/ngx_rbtree.c     node->parent = temp;
parent            150 core/ngx_rbtree.c     node->parent = temp;
parent            194 core/ngx_rbtree.c         node->parent = NULL;
parent            202 core/ngx_rbtree.c     if (subst == subst->parent->left) {
parent            203 core/ngx_rbtree.c         subst->parent->left = temp;
parent            206 core/ngx_rbtree.c         subst->parent->right = temp;
parent            211 core/ngx_rbtree.c         temp->parent = subst->parent;
parent            215 core/ngx_rbtree.c         if (subst->parent == node) {
parent            216 core/ngx_rbtree.c             temp->parent = subst;
parent            219 core/ngx_rbtree.c             temp->parent = subst->parent;
parent            224 core/ngx_rbtree.c         subst->parent = node->parent;
parent            231 core/ngx_rbtree.c             if (node == node->parent->left) {
parent            232 core/ngx_rbtree.c                 node->parent->left = subst;
parent            234 core/ngx_rbtree.c                 node->parent->right = subst;
parent            239 core/ngx_rbtree.c             subst->left->parent = subst;
parent            243 core/ngx_rbtree.c             subst->right->parent = subst;
parent            250 core/ngx_rbtree.c     node->parent = NULL;
parent            261 core/ngx_rbtree.c         if (temp == temp->parent->left) {
parent            262 core/ngx_rbtree.c             w = temp->parent->right;
parent            266 core/ngx_rbtree.c                 ngx_rbt_red(temp->parent);
parent            267 core/ngx_rbtree.c                 ngx_rbtree_left_rotate(root, sentinel, temp->parent);
parent            268 core/ngx_rbtree.c                 w = temp->parent->right;
parent            273 core/ngx_rbtree.c                 temp = temp->parent;
parent            280 core/ngx_rbtree.c                     w = temp->parent->right;
parent            283 core/ngx_rbtree.c                 ngx_rbt_copy_color(w, temp->parent);
parent            284 core/ngx_rbtree.c                 ngx_rbt_black(temp->parent);
parent            286 core/ngx_rbtree.c                 ngx_rbtree_left_rotate(root, sentinel, temp->parent);
parent            291 core/ngx_rbtree.c             w = temp->parent->left;
parent            295 core/ngx_rbtree.c                 ngx_rbt_red(temp->parent);
parent            296 core/ngx_rbtree.c                 ngx_rbtree_right_rotate(root, sentinel, temp->parent);
parent            297 core/ngx_rbtree.c                 w = temp->parent->left;
parent            302 core/ngx_rbtree.c                 temp = temp->parent;
parent            309 core/ngx_rbtree.c                     w = temp->parent->left;
parent            312 core/ngx_rbtree.c                 ngx_rbt_copy_color(w, temp->parent);
parent            313 core/ngx_rbtree.c                 ngx_rbt_black(temp->parent);
parent            315 core/ngx_rbtree.c                 ngx_rbtree_right_rotate(root, sentinel, temp->parent);
parent            335 core/ngx_rbtree.c         temp->left->parent = node;
parent            338 core/ngx_rbtree.c     temp->parent = node->parent;
parent            343 core/ngx_rbtree.c     } else if (node == node->parent->left) {
parent            344 core/ngx_rbtree.c         node->parent->left = temp;
parent            347 core/ngx_rbtree.c         node->parent->right = temp;
parent            351 core/ngx_rbtree.c     node->parent = temp;
parent            365 core/ngx_rbtree.c         temp->right->parent = node;
parent            368 core/ngx_rbtree.c     temp->parent = node->parent;
parent            373 core/ngx_rbtree.c     } else if (node == node->parent->right) {
parent            374 core/ngx_rbtree.c         node->parent->right = temp;
parent            377 core/ngx_rbtree.c         node->parent->left = temp;
parent            381 core/ngx_rbtree.c     node->parent = temp;
parent             25 core/ngx_rbtree.h     ngx_rbtree_node_t     *parent;
parent           1714 core/ngx_resolver.c     node->parent = temp;
parent           1711 core/ngx_string.c     node->parent = temp;
parent           1948 event/ngx_event_openssl.c     node->parent = temp;
parent            130 event/ngx_event_timer.c             ev->timer.parent = NULL;
parent             50 event/ngx_event_timer.h     ev->timer.parent = NULL;
parent             48 http/modules/ngx_http_access_module.c     void *parent, void *child);
parent            341 http/modules/ngx_http_access_module.c ngx_http_access_merge_loc_conf(ngx_conf_t *cf, void *parent, void *child)
parent            343 http/modules/ngx_http_access_module.c     ngx_http_access_loc_conf_t  *prev = parent;
parent             27 http/modules/ngx_http_addition_filter_module.c static char *ngx_http_addition_merge_conf(ngx_conf_t *cf, void *parent,
parent            232 http/modules/ngx_http_addition_filter_module.c ngx_http_addition_merge_conf(ngx_conf_t *cf, void *parent, void *child)
parent            234 http/modules/ngx_http_addition_filter_module.c     ngx_http_addition_conf_t *prev = parent;
parent             34 http/modules/ngx_http_auth_basic_module.c     void *parent, void *child);
parent            382 http/modules/ngx_http_auth_basic_module.c ngx_http_auth_basic_merge_loc_conf(ngx_conf_t *cf, void *parent, void *child)
parent            384 http/modules/ngx_http_auth_basic_module.c     ngx_http_auth_basic_loc_conf_t  *prev = parent;
parent             57 http/modules/ngx_http_autoindex_module.c     void *parent, void *child);
parent            642 http/modules/ngx_http_autoindex_module.c ngx_http_autoindex_merge_loc_conf(ngx_conf_t *cf, void *parent, void *child)
parent            644 http/modules/ngx_http_autoindex_module.c     ngx_http_autoindex_loc_conf_t *prev = parent;
parent             67 http/modules/ngx_http_browser_module.c static char *ngx_http_browser_merge_conf(ngx_conf_t *cf, void *parent,
parent            446 http/modules/ngx_http_browser_module.c ngx_http_browser_merge_conf(ngx_conf_t *cf, void *parent, void *child)
parent            448 http/modules/ngx_http_browser_module.c     ngx_http_browser_conf_t *prev = parent;
parent            121 http/modules/ngx_http_charset_filter_module.c     void *parent, void *child);
parent           1544 http/modules/ngx_http_charset_filter_module.c ngx_http_charset_merge_loc_conf(ngx_conf_t *cf, void *parent, void *child)
parent           1546 http/modules/ngx_http_charset_filter_module.c     ngx_http_charset_loc_conf_t *prev = parent;
parent             63 http/modules/ngx_http_dav_module.c     void *parent, void *child);
parent           1104 http/modules/ngx_http_dav_module.c ngx_http_dav_merge_loc_conf(ngx_conf_t *cf, void *parent, void *child)
parent           1106 http/modules/ngx_http_dav_module.c     ngx_http_dav_loc_conf_t  *prev = parent;
parent             31 http/modules/ngx_http_degradation_module.c static char *ngx_http_degradation_merge_loc_conf(ngx_conf_t *cf, void *parent,
parent            184 http/modules/ngx_http_degradation_module.c ngx_http_degradation_merge_loc_conf(ngx_conf_t *cf, void *parent, void *child)
parent            186 http/modules/ngx_http_degradation_module.c     ngx_http_degradation_loc_conf_t  *prev = parent;
parent            144 http/modules/ngx_http_fastcgi_module.c     void *parent, void *child);
parent           2011 http/modules/ngx_http_fastcgi_module.c ngx_http_fastcgi_merge_loc_conf(ngx_conf_t *cf, void *parent, void *child)
parent           2013 http/modules/ngx_http_fastcgi_module.c     ngx_http_fastcgi_loc_conf_t *prev = parent;
parent            116 http/modules/ngx_http_gzip_filter_module.c     void *parent, void *child);
parent           1116 http/modules/ngx_http_gzip_filter_module.c ngx_http_gzip_merge_conf(ngx_conf_t *cf, void *parent, void *child)
parent           1118 http/modules/ngx_http_gzip_filter_module.c     ngx_http_gzip_conf_t *prev = parent;
parent             19 http/modules/ngx_http_gzip_static_module.c static char *ngx_http_gzip_static_merge_conf(ngx_conf_t *cf, void *parent,
parent            271 http/modules/ngx_http_gzip_static_module.c ngx_http_gzip_static_merge_conf(ngx_conf_t *cf, void *parent, void *child)
parent            273 http/modules/ngx_http_gzip_static_module.c     ngx_http_gzip_static_conf_t *prev = parent;
parent             58 http/modules/ngx_http_headers_filter_module.c     void *parent, void *child);
parent            426 http/modules/ngx_http_headers_filter_module.c ngx_http_headers_merge_conf(ngx_conf_t *cf, void *parent, void *child)
parent            428 http/modules/ngx_http_headers_filter_module.c     ngx_http_headers_conf_t *prev = parent;
parent            102 http/modules/ngx_http_image_filter_module.c static char *ngx_http_image_filter_merge_conf(ngx_conf_t *cf, void *parent,
parent           1154 http/modules/ngx_http_image_filter_module.c ngx_http_image_filter_merge_conf(ngx_conf_t *cf, void *parent, void *child)
parent           1156 http/modules/ngx_http_image_filter_module.c     ngx_http_image_filter_conf_t *prev = parent;
parent             36 http/modules/ngx_http_index_module.c     void *parent, void *child);
parent            380 http/modules/ngx_http_index_module.c ngx_http_index_merge_loc_conf(ngx_conf_t *cf, void *parent, void *child)
parent            382 http/modules/ngx_http_index_module.c     ngx_http_index_loc_conf_t  *prev = parent;
parent             59 http/modules/ngx_http_limit_req_module.c static char *ngx_http_limit_req_merge_conf(ngx_conf_t *cf, void *parent,
parent            336 http/modules/ngx_http_limit_req_module.c     node->parent = temp;
parent            566 http/modules/ngx_http_limit_req_module.c ngx_http_limit_req_merge_conf(ngx_conf_t *cf, void *parent, void *child)
parent            568 http/modules/ngx_http_limit_req_module.c     ngx_http_limit_req_conf_t *prev = parent;
parent             43 http/modules/ngx_http_limit_zone_module.c static char *ngx_http_limit_zone_merge_conf(ngx_conf_t *cf, void *parent,
parent            293 http/modules/ngx_http_limit_zone_module.c     node->parent = temp;
parent            418 http/modules/ngx_http_limit_zone_module.c ngx_http_limit_zone_merge_conf(ngx_conf_t *cf, void *parent, void *child)
parent            420 http/modules/ngx_http_limit_zone_module.c     ngx_http_limit_zone_conf_t *prev = parent;
parent            112 http/modules/ngx_http_log_module.c static char *ngx_http_log_merge_loc_conf(ngx_conf_t *cf, void *parent,
parent            790 http/modules/ngx_http_log_module.c ngx_http_log_merge_loc_conf(ngx_conf_t *cf, void *parent, void *child)
parent            792 http/modules/ngx_http_log_module.c     ngx_http_log_loc_conf_t *prev = parent;
parent             36 http/modules/ngx_http_memcached_module.c     void *parent, void *child);
parent            542 http/modules/ngx_http_memcached_module.c ngx_http_memcached_merge_loc_conf(ngx_conf_t *cf, void *parent, void *child)
parent            544 http/modules/ngx_http_memcached_module.c     ngx_http_memcached_loc_conf_t *prev = parent;
parent            115 http/modules/ngx_http_proxy_module.c     void *parent, void *child);
parent           1715 http/modules/ngx_http_proxy_module.c ngx_http_proxy_merge_loc_conf(ngx_conf_t *cf, void *parent, void *child)
parent           1717 http/modules/ngx_http_proxy_module.c     ngx_http_proxy_loc_conf_t *prev = parent;
parent             25 http/modules/ngx_http_random_index_module.c     void *parent, void *child);
parent            289 http/modules/ngx_http_random_index_module.c ngx_http_random_index_merge_loc_conf(ngx_conf_t *cf, void *parent, void *child)
parent            291 http/modules/ngx_http_random_index_module.c     ngx_http_random_index_loc_conf_t *prev = parent;
parent             51 http/modules/ngx_http_realip_module.c     void *parent, void *child);
parent            426 http/modules/ngx_http_realip_module.c ngx_http_realip_merge_loc_conf(ngx_conf_t *cf, void *parent, void *child)
parent            428 http/modules/ngx_http_realip_module.c     ngx_http_realip_loc_conf_t  *prev = parent;
parent             36 http/modules/ngx_http_referer_module.c static char * ngx_http_referer_merge_conf(ngx_conf_t *cf, void *parent,
parent            248 http/modules/ngx_http_referer_module.c ngx_http_referer_merge_conf(ngx_conf_t *cf, void *parent, void *child)
parent            250 http/modules/ngx_http_referer_module.c     ngx_http_referer_conf_t *prev = parent;
parent             24 http/modules/ngx_http_rewrite_module.c     void *parent, void *child);
parent            235 http/modules/ngx_http_rewrite_module.c ngx_http_rewrite_merge_loc_conf(ngx_conf_t *cf, void *parent, void *child)
parent            237 http/modules/ngx_http_rewrite_module.c     ngx_http_rewrite_loc_conf_t *prev = parent;
parent             44 http/modules/ngx_http_scgi_module.c static char *ngx_http_scgi_merge_loc_conf(ngx_conf_t *cf, void *parent,
parent           1038 http/modules/ngx_http_scgi_module.c ngx_http_scgi_merge_loc_conf(ngx_conf_t *cf, void *parent, void *child)
parent           1040 http/modules/ngx_http_scgi_module.c     ngx_http_scgi_loc_conf_t *prev = parent;
parent             31 http/modules/ngx_http_secure_link_module.c static char *ngx_http_secure_link_merge_conf(ngx_conf_t *cf, void *parent,
parent            315 http/modules/ngx_http_secure_link_module.c ngx_http_secure_link_merge_conf(ngx_conf_t *cf, void *parent, void *child)
parent            317 http/modules/ngx_http_secure_link_module.c     ngx_http_secure_link_conf_t *prev = parent;
parent            113 http/modules/ngx_http_ssi_filter_module.c     void *parent, void *child);
parent           2068 http/modules/ngx_http_ssi_filter_module.c                                       r->parent->headers_out.content_type_len;
parent           2069 http/modules/ngx_http_ssi_filter_module.c         r->headers_out.content_type = r->parent->headers_out.content_type;
parent           2764 http/modules/ngx_http_ssi_filter_module.c ngx_http_ssi_merge_loc_conf(ngx_conf_t *cf, void *parent, void *child)
parent           2766 http/modules/ngx_http_ssi_filter_module.c     ngx_http_ssi_loc_conf_t *prev = parent;
parent             27 http/modules/ngx_http_ssl_module.c     void *parent, void *child);
parent            333 http/modules/ngx_http_ssl_module.c ngx_http_ssl_merge_srv_conf(ngx_conf_t *cf, void *parent, void *child)
parent            335 http/modules/ngx_http_ssl_module.c     ngx_http_ssl_srv_conf_t *prev = parent;
parent             64 http/modules/ngx_http_sub_filter_module.c     void *parent, void *child);
parent            681 http/modules/ngx_http_sub_filter_module.c ngx_http_sub_merge_conf(ngx_conf_t *cf, void *parent, void *child)
parent            683 http/modules/ngx_http_sub_filter_module.c     ngx_http_sub_loc_conf_t *prev = parent;
parent             56 http/modules/ngx_http_userid_filter_module.c static char *ngx_http_userid_merge_conf(ngx_conf_t *cf, void *parent,
parent            620 http/modules/ngx_http_userid_filter_module.c ngx_http_userid_merge_conf(ngx_conf_t *cf, void *parent, void *child)
parent            622 http/modules/ngx_http_userid_filter_module.c     ngx_http_userid_conf_t *prev = parent;
parent             51 http/modules/ngx_http_uwsgi_module.c static char *ngx_http_uwsgi_merge_loc_conf(ngx_conf_t *cf, void *parent,
parent           1091 http/modules/ngx_http_uwsgi_module.c ngx_http_uwsgi_merge_loc_conf(ngx_conf_t *cf, void *parent, void *child)
parent           1093 http/modules/ngx_http_uwsgi_module.c     ngx_http_uwsgi_loc_conf_t *prev = parent;
parent             91 http/modules/ngx_http_xslt_filter_module.c static char *ngx_http_xslt_filter_merge_conf(ngx_conf_t *cf, void *parent,
parent            934 http/modules/ngx_http_xslt_filter_module.c ngx_http_xslt_filter_merge_conf(ngx_conf_t *cf, void *parent, void *child)
parent            936 http/modules/ngx_http_xslt_filter_module.c     ngx_http_xslt_filter_loc_conf_t *prev = parent;
parent             52 http/modules/perl/ngx_http_perl_module.c static char *ngx_http_perl_merge_loc_conf(ngx_conf_t *cf, void *parent,
parent            892 http/modules/perl/ngx_http_perl_module.c ngx_http_perl_merge_loc_conf(ngx_conf_t *cf, void *parent, void *child)
parent            894 http/modules/perl/ngx_http_perl_module.c     ngx_http_perl_loc_conf_t *prev = parent;
parent             28 http/ngx_http_copy_filter_module.c     void *parent, void *child);
parent            275 http/ngx_http_copy_filter_module.c ngx_http_copy_filter_merge_conf(ngx_conf_t *cf, void *parent, void *child)
parent            277 http/ngx_http_copy_filter_module.c     ngx_http_copy_filter_conf_t *prev = parent;
parent             32 http/ngx_http_core_module.c     void *parent, void *child);
parent             35 http/ngx_http_core_module.c     void *parent, void *child);
parent           2245 http/ngx_http_core_module.c     sr->parent = r;
parent           2992 http/ngx_http_core_module.c ngx_http_core_merge_srv_conf(ngx_conf_t *cf, void *parent, void *child)
parent           2994 http/ngx_http_core_module.c     ngx_http_core_srv_conf_t *prev = parent;
parent           3171 http/ngx_http_core_module.c ngx_http_core_merge_loc_conf(ngx_conf_t *cf, void *parent, void *child)
parent           3173 http/ngx_http_core_module.c     ngx_http_core_loc_conf_t *prev = parent;
parent            734 http/ngx_http_file_cache.c     node->parent = temp;
parent           1961 http/ngx_http_request.c         pr = r->parent;
parent            393 http/ngx_http_request.h     ngx_http_request_t               *parent;
parent             78 mail/ngx_mail_auth_http_module.c static char *ngx_mail_auth_http_merge_conf(ngx_conf_t *cf, void *parent,
parent           1317 mail/ngx_mail_auth_http_module.c ngx_mail_auth_http_merge_conf(ngx_conf_t *cf, void *parent, void *child)
parent           1319 mail/ngx_mail_auth_http_module.c     ngx_mail_auth_http_conf_t *prev = parent;
parent             15 mail/ngx_mail_core_module.c static char *ngx_mail_core_merge_srv_conf(ngx_conf_t *cf, void *parent,
parent            173 mail/ngx_mail_core_module.c ngx_mail_core_merge_srv_conf(ngx_conf_t *cf, void *parent, void *child)
parent            175 mail/ngx_mail_core_module.c     ngx_mail_core_srv_conf_t *prev = parent;
parent             15 mail/ngx_mail_imap_module.c static char *ngx_mail_imap_merge_srv_conf(ngx_conf_t *cf, void *parent,
parent            135 mail/ngx_mail_imap_module.c ngx_mail_imap_merge_srv_conf(ngx_conf_t *cf, void *parent, void *child)
parent            137 mail/ngx_mail_imap_module.c     ngx_mail_imap_srv_conf_t *prev = parent;
parent             15 mail/ngx_mail_pop3_module.c static char *ngx_mail_pop3_merge_srv_conf(ngx_conf_t *cf, void *parent,
parent            132 mail/ngx_mail_pop3_module.c ngx_mail_pop3_merge_srv_conf(ngx_conf_t *cf, void *parent, void *child)
parent            134 mail/ngx_mail_pop3_module.c     ngx_mail_pop3_srv_conf_t *prev = parent;
parent             35 mail/ngx_mail_proxy_module.c static char *ngx_mail_proxy_merge_conf(ngx_conf_t *cf, void *parent,
parent           1075 mail/ngx_mail_proxy_module.c ngx_mail_proxy_merge_conf(ngx_conf_t *cf, void *parent, void *child)
parent           1077 mail/ngx_mail_proxy_module.c     ngx_mail_proxy_conf_t *prev = parent;
parent             15 mail/ngx_mail_smtp_module.c static char *ngx_mail_smtp_merge_srv_conf(ngx_conf_t *cf, void *parent,
parent            136 mail/ngx_mail_smtp_module.c ngx_mail_smtp_merge_srv_conf(ngx_conf_t *cf, void *parent, void *child)
parent            138 mail/ngx_mail_smtp_module.c     ngx_mail_smtp_srv_conf_t *prev = parent;
parent             16 mail/ngx_mail_ssl_module.c static char *ngx_mail_ssl_merge_conf(ngx_conf_t *cf, void *parent, void *child);
parent            181 mail/ngx_mail_ssl_module.c ngx_mail_ssl_merge_conf(ngx_conf_t *cf, void *parent, void *child)
parent            183 mail/ngx_mail_ssl_module.c     ngx_mail_ssl_conf_t *prev = parent;