Searched refs:found_node (Results 1 - 2 of 2) sorted by relevance

/freebsd-10-stable/contrib/subversion/subversion/libsvn_repos/
H A Dload.c444 svn_boolean_t found_node = FALSE;
504 found_node = TRUE;
549 if (found_node && !is_delta)
556 found_node ? node_baton : rev_baton,
558 found_node,
560 found_node ? nodepool : revpool));
576 found_node ? node_baton : rev_baton,
579 found_node ? nodepool : revpool));
610 found_node ? node_baton : rev_baton,
613 found_node
442 svn_boolean_t found_node = FALSE; local
[all...]
/freebsd-10-stable/cddl/contrib/opensolaris/cmd/zfs/
H A Dzfs_main.c4465 deleg_perm_node_t *found_node = NULL; local
4470 if ((found_node = uu_avl_find(avl, node, NULL, &idx))
4474 node = found_node;
4562 who_perm_node_t *found_node = NULL; local
4571 if ((found_node = uu_avl_find(avl, node, NULL, &idx))
4607 node = found_node;

Completed in 59 milliseconds