Searched refs:last_pool (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/subversion/subversion/libsvn_repos/
H A Drev_hunt.c1125 apr_pool_t *iterpool, *last_pool;
1133 last_pool = svn_pool_create(scratch_pool);
1209 iterpool = last_pool;
1210 last_pool = tmp_pool;
1214 svn_pool_destroy(last_pool);
1245 apr_pool_t *iterpool, *last_pool;
1251 last_pool = svn_pool_create(scratch_pool);
1326 temp_pool = last_pool;
1327 last_pool = iterpool;
1340 svn_pool_destroy(last_pool);
1124 apr_pool_t *iterpool, *last_pool; local
1244 apr_pool_t *iterpool, *last_pool; local
1347 apr_pool_t *last_pool; member in struct:send_baton
1495 apr_pool_t *iterpool, *last_pool; local
[all...]
/freebsd-11-stable/contrib/subversion/subversion/libsvn_diff/
H A Dparse-diff.c672 apr_pool_t *last_pool; local
691 last_pool = svn_pool_create(scratch_pool);
694 svn_pool_clear(last_pool);
698 last_pool, last_pool));
699 SVN_ERR(svn_io_file_get_offset(&range->current, file, last_pool));
747 svn_pool_destroy(last_pool);
/freebsd-11-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_alloc.cpp189 bfhead_t *last_pool; /* Last pool owned by this thread (delay dealocation) */ member in struct:thr_data
854 // avoid leaving stale last_pool pointer around if it is being dealloced
855 if (thr->last_pool == b)
856 thr->last_pool = 0;
858 thr->last_pool = b;
1010 b = thr->last_pool;

Completed in 64 milliseconds