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

/freebsd-10-stable/contrib/subversion/subversion/libsvn_subr/
H A Dtarget.c246 apr_pool_t *temp_pool;
261 temp_pool = svn_pool_create(pool);
264 abs_targets = apr_array_make(temp_pool, targets->nelts,
291 SVN_ERR(svn_dirent_get_absolute(&abs_path, rel_path, temp_pool));
311 child_relpath = svn_uri_skip_ancestor(keeper, abs_path, temp_pool);
331 svn_pool_destroy(temp_pool);
244 apr_pool_t *temp_pool; local
/freebsd-10-stable/contrib/apr-util/memcache/
H A Dapr_memcache.c1180 apr_pool_t *temp_pool,
1202 apr_hash_t * server_queries = apr_hash_make(temp_pool);
1212 value_hash_index = apr_hash_first(temp_pool, values);
1237 server_query = apr_pcalloc(temp_pool,sizeof(struct cache_server_query_t));
1243 server_query->query_vec = apr_pcalloc(temp_pool, sizeof(struct iovec)*veclen);
1277 pollfds = apr_pcalloc(temp_pool, apr_hash_count(server_queries) * sizeof(apr_pollfd_t));
1279 rv = apr_pollset_create(&pollset, apr_hash_count(server_queries), temp_pool, 0);
1282 query_hash_index = apr_hash_first(temp_pool, server_queries);
1299 query_hash_index = apr_hash_first(temp_pool, server_queries);
1323 pollfds[queries_sent].p = temp_pool;
[all...]
/freebsd-10-stable/contrib/apr-util/include/
H A Dapr_memcache.h270 * @param temp_pool Pool used for temporary allocations. May be cleared inside this
278 apr_pool_t *temp_pool,
/freebsd-10-stable/contrib/subversion/subversion/libsvn_repos/
H A Drev_hunt.c1237 apr_pool_t *temp_pool;
1307 temp_pool = last_pool;
1309 iterpool = temp_pool;
1236 apr_pool_t *temp_pool; local
/freebsd-10-stable/contrib/subversion/subversion/libsvn_fs_fs/
H A Dpack.c988 apr_pool_t *temp_pool; local
1010 temp_pool = svn_pool_create(context->info_pool);
1012 temp = apr_pcalloc(temp_pool, count * sizeof(*temp));
1027 svn_pool_destroy(temp_pool);

Completed in 79 milliseconds