right             351 core/ngx_file.c     ngx_uint_t   i, right, shift, *access;
right             384 core/ngx_file.c             right = 6;
right             387 core/ngx_file.c             right = 4;
right             393 core/ngx_file.c         *access |= right << shift;
right             788 core/ngx_open_file_cache.c             p = &temp->right;
right             796 core/ngx_open_file_cache.c                     ? &temp->left : &temp->right;
right             809 core/ngx_open_file_cache.c     node->right = sentinel;
right             833 core/ngx_open_file_cache.c             node = node->right;
right             848 core/ngx_open_file_cache.c             node = (rc < 0) ? node->left : node->right;
right              35 core/ngx_radix_tree.c     tree->root->right = NULL;
right             121 core/ngx_radix_tree.c             next = node->right;
right             150 core/ngx_radix_tree.c         next->right = NULL;
right             156 core/ngx_radix_tree.c             node->right = next;
right             183 core/ngx_radix_tree.c             node = node->right;
right             196 core/ngx_radix_tree.c     if (node->right || node->left) {
right             206 core/ngx_radix_tree.c         if (node->parent->right == node) {
right             207 core/ngx_radix_tree.c             node->parent->right = NULL;
right             213 core/ngx_radix_tree.c         node->right = tree->free;
right             218 core/ngx_radix_tree.c         if (node->right || node->left) {
right             252 core/ngx_radix_tree.c             node = node->right;
right             272 core/ngx_radix_tree.c         tree->free = tree->free->right;
right              20 core/ngx_radix_tree.h     ngx_radix_node_t  *right;
right              37 core/ngx_rbtree.c         node->right = sentinel;
right              51 core/ngx_rbtree.c             temp = node->parent->parent->right;
right              60 core/ngx_rbtree.c                 if (node == node->parent->right) {
right             104 core/ngx_rbtree.c         p = (node->key < temp->key) ? &temp->left : &temp->right;
right             116 core/ngx_rbtree.c     node->right = sentinel;
right             140 core/ngx_rbtree.c             ? &temp->left : &temp->right;
right             152 core/ngx_rbtree.c     node->right = sentinel;
right             170 core/ngx_rbtree.c         temp = node->right;
right             173 core/ngx_rbtree.c     } else if (node->right == sentinel) {
right             178 core/ngx_rbtree.c         subst = ngx_rbtree_min(node->right, sentinel);
right             183 core/ngx_rbtree.c             temp = subst->right;
right             193 core/ngx_rbtree.c         node->right = NULL;
right             206 core/ngx_rbtree.c         subst->parent->right = temp;
right             223 core/ngx_rbtree.c         subst->right = node->right;
right             234 core/ngx_rbtree.c                 node->parent->right = subst;
right             242 core/ngx_rbtree.c         if (subst->right != sentinel) {
right             243 core/ngx_rbtree.c             subst->right->parent = subst;
right             249 core/ngx_rbtree.c     node->right = NULL;
right             262 core/ngx_rbtree.c             w = temp->parent->right;
right             268 core/ngx_rbtree.c                 w = temp->parent->right;
right             271 core/ngx_rbtree.c             if (ngx_rbt_is_black(w->left) && ngx_rbt_is_black(w->right)) {
right             276 core/ngx_rbtree.c                 if (ngx_rbt_is_black(w->right)) {
right             280 core/ngx_rbtree.c                     w = temp->parent->right;
right             285 core/ngx_rbtree.c                 ngx_rbt_black(w->right);
right             300 core/ngx_rbtree.c             if (ngx_rbt_is_black(w->left) && ngx_rbt_is_black(w->right)) {
right             306 core/ngx_rbtree.c                     ngx_rbt_black(w->right);
right             331 core/ngx_rbtree.c     temp = node->right;
right             332 core/ngx_rbtree.c     node->right = temp->left;
right             347 core/ngx_rbtree.c         node->parent->right = temp;
right             362 core/ngx_rbtree.c     node->left = temp->right;
right             364 core/ngx_rbtree.c     if (temp->right != sentinel) {
right             365 core/ngx_rbtree.c         temp->right->parent = node;
right             373 core/ngx_rbtree.c     } else if (node == node->parent->right) {
right             374 core/ngx_rbtree.c         node->parent->right = temp;
right             380 core/ngx_rbtree.c     temp->right = node;
right              24 core/ngx_rbtree.h     ngx_rbtree_node_t     *right;
right            1621 core/ngx_resolver.c             node = node->right;
right            1636 core/ngx_resolver.c             node = (rc < 0) ? node->left : node->right;
right            1665 core/ngx_resolver.c             node = node->right;
right            1695 core/ngx_resolver.c             p = &temp->right;
right            1703 core/ngx_resolver.c                  < 0) ? &temp->left : &temp->right;
right            1716 core/ngx_resolver.c     node->right = sentinel;
right            1692 core/ngx_string.c             p = (node->key < temp->key) ? &temp->left : &temp->right;
right            1696 core/ngx_string.c             p = (n->str.len < t->str.len) ? &temp->left : &temp->right;
right            1700 core/ngx_string.c                  ? &temp->left : &temp->right;
right            1713 core/ngx_string.c     node->right = sentinel;
right            1733 core/ngx_string.c             node = (hash < node->key) ? node->left : node->right;
right            1738 core/ngx_string.c             node = (val->len < n->str.len) ? node->left : node->right;
right            1750 core/ngx_string.c             node = node->right;
right            1727 event/ngx_event_openssl.c             node = node->right;
right            1766 event/ngx_event_openssl.c             node = (rc < 0) ? node->left : node->right;
right            1834 event/ngx_event_openssl.c             node = node->right;
right            1860 event/ngx_event_openssl.c             node = (rc < 0) ? node->left : node->right;
right            1928 event/ngx_event_openssl.c             p = &temp->right;
right            1937 event/ngx_event_openssl.c                  < 0) ? &temp->left : &temp->right;
right            1950 event/ngx_event_openssl.c     node->right = sentinel;
right             129 event/ngx_event_timer.c             ev->timer.right = NULL;
right              49 event/ngx_event_timer.h     ev->timer.right = NULL;
right            1415 http/modules/ngx_http_geo_module.c     return ngx_http_geo_copy_values(base, p, node->right, sentinel);
right             317 http/modules/ngx_http_limit_req_module.c             p = &temp->right;
right             325 http/modules/ngx_http_limit_req_module.c                 ? &temp->left : &temp->right;
right             338 http/modules/ngx_http_limit_req_module.c     node->right = sentinel;
right             368 http/modules/ngx_http_limit_req_module.c             node = node->right;
right             410 http/modules/ngx_http_limit_req_module.c             node = (rc < 0) ? node->left : node->right;
right             190 http/modules/ngx_http_limit_zone_module.c             node = node->right;
right             216 http/modules/ngx_http_limit_zone_module.c             node = (rc < 0) ? node->left : node->right;
right             274 http/modules/ngx_http_limit_zone_module.c             p = &temp->right;
right             282 http/modules/ngx_http_limit_zone_module.c                 ? &temp->left : &temp->right;
right             295 http/modules/ngx_http_limit_zone_module.c     node->right = sentinel;
right            2319 http/modules/ngx_http_ssi_filter_module.c     ngx_str_t    *expr, left, right;
right            2430 http/modules/ngx_http_ssi_filter_module.c     right.len = last - p;
right            2431 http/modules/ngx_http_ssi_filter_module.c     right.data = p;
right            2434 http/modules/ngx_http_ssi_filter_module.c                    "right: \"%V\"", &right);
right            2436 http/modules/ngx_http_ssi_filter_module.c     rc = ngx_http_ssi_evaluate_string(r, ctx, &right, flags);
right            2443 http/modules/ngx_http_ssi_filter_module.c                    "evaluted right: \"%V\"", &right);
right            2446 http/modules/ngx_http_ssi_filter_module.c         if (left.len != right.len) {
right            2450 http/modules/ngx_http_ssi_filter_module.c             rc = ngx_strncmp(left.data, right.data, right.len);
right            2458 http/modules/ngx_http_ssi_filter_module.c         right.data[right.len] = '\0';
right            2462 http/modules/ngx_http_ssi_filter_module.c         rgc.pattern = right;
right            2477 http/modules/ngx_http_ssi_filter_module.c                           rc, &left, &right);
right            2483 http/modules/ngx_http_ssi_filter_module.c                       "requires PCRE library", &right);
right            1086 http/ngx_http.c     node->right = NULL;
right            1118 http/ngx_http.c     node->right = ngx_http_create_locations_tree(cf, &tail, prefix);
right            1119 http/ngx_http.c     if (node->right == NULL) {
right            1580 http/ngx_http_core_module.c             node = (rc < 0) ? node->left : node->right;
right            1601 http/ngx_http_core_module.c             node = node->right;
right             430 http/ngx_http_core_module.h     ngx_http_location_tree_node_t   *right;
right             669 http/ngx_http_file_cache.c             node = node->right;
right             685 http/ngx_http_file_cache.c             node = (rc < 0) ? node->left : node->right;
right             713 http/ngx_http_file_cache.c             p = &temp->right;
right             723 http/ngx_http_file_cache.c                     ? &temp->left : &temp->right;
right             736 http/ngx_http_file_cache.c     node->right = sentinel;