Home
last modified time | relevance | path

Searched refs:temp_pool (Results 1 – 5 of 5) sorted by relevance

/NextBSD/contrib/subversion/subversion/libsvn_subr/
HDtarget.c244 apr_pool_t *temp_pool; in svn_path_remove_redundancies() local
259 temp_pool = svn_pool_create(pool); in svn_path_remove_redundancies()
262 abs_targets = apr_array_make(temp_pool, targets->nelts, in svn_path_remove_redundancies()
289 SVN_ERR(svn_dirent_get_absolute(&abs_path, rel_path, temp_pool)); in svn_path_remove_redundancies()
309 child_relpath = svn_uri_skip_ancestor(keeper, abs_path, temp_pool); in svn_path_remove_redundancies()
329 svn_pool_destroy(temp_pool); in svn_path_remove_redundancies()
/NextBSD/contrib/apr-util/memcache/
HDapr_memcache.c1180 apr_pool_t *temp_pool, in apr_memcache_multgetp() argument
1202 apr_hash_t * server_queries = apr_hash_make(temp_pool); in apr_memcache_multgetp()
1212 value_hash_index = apr_hash_first(temp_pool, values); in apr_memcache_multgetp()
1237 server_query = apr_pcalloc(temp_pool,sizeof(struct cache_server_query_t)); in apr_memcache_multgetp()
1243 server_query->query_vec = apr_pcalloc(temp_pool, sizeof(struct iovec)*veclen); in apr_memcache_multgetp()
1277 pollfds = apr_pcalloc(temp_pool, apr_hash_count(server_queries) * sizeof(apr_pollfd_t)); in apr_memcache_multgetp()
1279 rv = apr_pollset_create(&pollset, apr_hash_count(server_queries), temp_pool, 0); in apr_memcache_multgetp()
1282 query_hash_index = apr_hash_first(temp_pool, server_queries); in apr_memcache_multgetp()
1299 query_hash_index = apr_hash_first(temp_pool, server_queries); in apr_memcache_multgetp()
1323 pollfds[queries_sent].p = temp_pool; in apr_memcache_multgetp()
[all …]
/NextBSD/contrib/apr-util/include/
HDapr_memcache.h278 apr_pool_t *temp_pool,
/NextBSD/contrib/subversion/subversion/libsvn_fs_fs/
HDpack.c969 apr_pool_t *temp_pool; in sort_reps() local
991 temp_pool = svn_pool_create(context->info_pool); in sort_reps()
993 temp = apr_pcalloc(temp_pool, count * sizeof(*temp)); in sort_reps()
1008 svn_pool_destroy(temp_pool); in sort_reps()
/NextBSD/contrib/subversion/subversion/libsvn_repos/
HDrev_hunt.c1236 apr_pool_t *temp_pool; in find_merged_revisions() local
1306 temp_pool = last_pool; in find_merged_revisions()
1308 iterpool = temp_pool; in find_merged_revisions()