Searched refs:hash_pool (Results 1 - 7 of 7) sorted by relevance

/freebsd-10.2-release/contrib/subversion/subversion/svndumpfilter/
H A Dsvndumpfilter.c384 apr_pool_t *hash_pool = apr_hash_pool_get(rb->props);
385 svn_stringbuf_t *props = svn_stringbuf_create_empty(hash_pool);
386 apr_pool_t *subpool = svn_pool_create(hash_pool);
404 rb->props = apr_hash_make(hash_pool);
409 "padding."), hash_pool));
871 apr_pool_t *hash_pool = apr_hash_pool_get(rb->props);
875 apr_pstrdup(hash_pool, name),
876 svn_string_dup(value, hash_pool));
382 apr_pool_t *hash_pool = apr_hash_pool_get(rb->props); local
869 apr_pool_t *hash_pool = apr_hash_pool_get(rb->props); local
/freebsd-10.2-release/contrib/subversion/subversion/libsvn_repos/
H A Dfs-wrap.c624 apr_pool_t *hash_pool = apr_hash_pool_get(b->locks);
633 svn_hash_sets(b->locks, apr_pstrdup(hash_pool, lock->path),
634 svn_lock_dup(lock, hash_pool));
621 apr_pool_t *hash_pool = apr_hash_pool_get(b->locks); local
H A Dlog.c1275 apr_pool_t *hash_pool = apr_hash_pool_get(nested_merges);
1276 svn_revnum_t *long_lived_rev = apr_palloc(hash_pool,
1274 apr_pool_t *hash_pool = apr_hash_pool_get(nested_merges); local
/freebsd-10.2-release/contrib/subversion/subversion/libsvn_ra/
H A Dcompat.c249 apr_pool_t *hash_pool = apr_hash_pool_get(lrb->locations);
281 apr_pmemdup(hash_pool, &next, sizeof(next)),
283 apr_pstrdup(hash_pool, current_path));
247 apr_pool_t *hash_pool = apr_hash_pool_get(lrb->locations); local
/freebsd-10.2-release/contrib/subversion/subversion/svnmucc/
H A Dsvnmucc.c1016 apr_pool_t *hash_pool = apr_hash_pool_get(revprops); local
1031 SVN_ERR(svn_utf_cstring_to_utf8(&message, filedata->data, hash_pool));
1038 svn_string_create(message, hash_pool));
/freebsd-10.2-release/contrib/subversion/subversion/libsvn_wc/
H A Dupgrade.c1768 apr_pool_t *hash_pool = apr_hash_pool_get(repos_cache); local
1771 apr_pstrdup(hash_pool, this_dir->repos),
1772 apr_pstrdup(hash_pool, this_dir->uuid));
H A Dstatus.c1460 apr_pool_t *hash_pool = apr_hash_pool_get(stat_hash);
1462 svn_hash_sets(stat_hash, apr_pstrdup(hash_pool, path),
1463 svn_wc_dup_status3(status, hash_pool));
1457 apr_pool_t *hash_pool = apr_hash_pool_get(stat_hash); local

Completed in 134 milliseconds