Searched refs:lastpool (Results 1 - 3 of 3) sorted by last modified time

/freebsd-11-stable/contrib/subversion/subversion/libsvn_repos/
H A Drev_hunt.c526 apr_pool_t *lastpool, *currpool;
528 lastpool = svn_pool_create(pool);
533 SVN_ERR(svn_fs_node_history2(&history, root, fs_path, lastpool, lastpool));
547 lastpool));
561 svn_pool_clear(lastpool);
562 tmppool = lastpool;
563 lastpool = currpool;
648 apr_pool_t *lastpool, *currpool;
669 lastpool
525 apr_pool_t *lastpool, *currpool; local
647 apr_pool_t *lastpool, *currpool; local
[all...]
/freebsd-11-stable/contrib/subversion/subversion/libsvn_ra/
H A Dcompat.c672 apr_pool_t *currpool, *lastpool;
706 lastpool = svn_pool_create(pool);
709 last_props = apr_hash_make(lastpool);
710 last_stream = svn_stream_empty(lastpool);
746 SVN_ERR(svn_prop_diffs(&prop_diffs, props, last_props, lastpool));
751 &delta_handler, &delta_baton, prop_diffs, lastpool));
758 svn_txdelta2(&delta_stream, last_stream, stream, FALSE, lastpool);
762 delta_baton, lastpool));
767 currpool = lastpool;
768 lastpool
668 apr_pool_t *currpool, *lastpool; local
[all...]
/freebsd-11-stable/contrib/subversion/subversion/libsvn_client/
H A Dblame.c90 apr_pool_t *lastpool; /* pool used during previous call */ member in struct:file_rev_baton
382 apr_pool_t *tmp_pool = frb->lastpool;
383 frb->lastpool = frb->currpool;
806 frb.lastpool = svn_pool_create(pool);
974 svn_pool_destroy(frb.lastpool);

Completed in 157 milliseconds