HomeSort by: relevance | last modified time | path
    Searched defs:oldtree (Results 1 - 7 of 7) sorted by relevancy

  /src/external/bsd/unbound/dist/util/
tcp_conn_limit.c 199 rbtree_type oldtree = tcl->tree; local
203 data->tree = oldtree;
  /src/external/bsd/unbound/dist/daemon/
acl_list.c 823 rbtree_type oldtree = acl->tree; local
827 data->tree = oldtree;
  /src/external/bsd/unbound/dist/iterator/
iter_fwd.c 646 rbtree_type* oldtree = fwd->tree; local
647 if(oldtree) {
648 lock_unprotect(&fwd->lock, oldtree);
654 data->tree = oldtree;
  /src/external/bsd/unbound/dist/validator/
val_anchor.c 1389 rbtree_type* oldtree; local
1395 oldtree = anchors->tree;
1401 data->tree = oldtree;
  /src/external/bsd/unbound/dist/services/
localzone.c 2282 rbtree_type oldtree = zones->ztree; local
2284 data->ztree = oldtree;
  /src/external/gpl3/gcc/dist/gcc/config/nios2/
nios2.cc 4492 tree oldtree = DECL_FUNCTION_SPECIFIC_TARGET (olddecl);
4494 if (oldtree && newtree && oldtree != newtree)
4496 struct cl_target_option *olddata = TREE_TARGET_OPTION (oldtree);
4481 tree oldtree = DECL_FUNCTION_SPECIFIC_TARGET (olddecl); local
  /src/external/gpl3/gcc.old/dist/gcc/config/nios2/
nios2.cc 4486 tree oldtree = DECL_FUNCTION_SPECIFIC_TARGET (olddecl);
4488 if (oldtree && newtree && oldtree != newtree)
4490 struct cl_target_option *olddata = TREE_TARGET_OPTION (oldtree);
4475 tree oldtree = DECL_FUNCTION_SPECIFIC_TARGET (olddecl); local

Completed in 25 milliseconds