Home
last modified time | relevance | path

Searched refs:temppool (Results 1 – 3 of 3) sorted by relevance

/freebsd-13.1/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_receive/
H A Dzfs_receive_013_pos.ksh34 temppool=recvtank
35 dst_fs=$temppool/drecvdest
44 zpool destroy $temppool
53 log_must zpool create $temppool $tpoolfile
/freebsd-13.1/contrib/subversion/subversion/libsvn_client/
H A Dadd.c1005 apr_pool_t *temppool, in add_url_parents() argument
1011 SVN_ERR(svn_ra_reparent(ra_session, parent_url, temppool)); in add_url_parents()
1013 temppool)); in add_url_parents()
1016 SVN_ERR(add_url_parents(ra_session, parent_url, targets, temppool, pool)); in add_url_parents()
/freebsd-13.1/contrib/subversion/subversion/libsvn_repos/
H A Dlog.c542 apr_pool_t *temppool = info->oldpool; in get_history() local
544 svn_pool_clear(temppool); in get_history()
545 info->newpool = temppool; in get_history()