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

/freebsd-10.0-release/contrib/subversion/subversion/libsvn_subr/
H A Ddso.c36 static apr_pool_t *dso_pool; variable
46 from dso_pool when trying to find libraries we already know aren't
53 if (dso_pool)
56 dso_pool = svn_pool_create(NULL);
58 SVN_ERR(svn_mutex__init(&dso_mutex, TRUE, dso_pool));
60 dso_cache = apr_hash_make(dso_pool);
82 apr_status_t status = apr_dso_load(dso, fname, dso_pool);
95 svn_hash_sets(dso_cache, apr_pstrdup(dso_pool, fname), NOT_THERE);
101 svn_hash_sets(dso_cache, apr_pstrdup(dso_pool, fname), *dso);
110 if (! dso_pool)
[all...]

Completed in 212 milliseconds