Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/subversion/subversion/libsvn_repos/
Dhooks.c170 env_from_env_hash(apr_hash_t *env_hash, in env_from_env_hash() argument
178 if (!env_hash) in env_from_env_hash()
182 sizeof(const char *) * (apr_hash_count(env_hash) + 1)); in env_from_env_hash()
184 for (hi = apr_hash_first(scratch_pool, env_hash); hi; hi = apr_hash_next(hi)) in env_from_env_hash()